forked from LisbethHamlin/lisbeth-hamlin-art-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.08 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "lisbeth-hamlin",
"version": "1.0.0",
"private": true,
"description": "Lisbeth Hamlin Art Portfolio",
"author": "Bryce Mehring",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"build:ci": "npm run build -- --no-color",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint src",
"publish:pages": "wrangler pages publish ./public --project-name lisbeth-hamlin-art-portfolio --branch $BRANCH"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^15.8.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/mdx": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"bootstrap": "^5.1.3",
"dotenv": "^16.0.0",
"gatsby": "^5.15.0",
"gatsby-plugin-feed": "^5.3.1",
"gatsby-plugin-image": "^3.3.2",
"gatsby-plugin-mdx": "^5.3.1",
"gatsby-plugin-react-helmet": "^6.3.0",
"gatsby-plugin-sass": "^6.3.1",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-sitemap": "^6.3.1",
"gatsby-remark-images": "^7.3.1",
"gatsby-source-contentful": "^8.13.2",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-remark": "^6.3.2",
"gatsby-transformer-sharp": "^5.3.1",
"gatsby-transformer-yaml": "^5.3.0",
"photoswipe": "^5.2.2",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"remark-gfm": "^3.0.1",
"sass": "^1.43.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.4.1",
"wrangler": "^4.14.0"
},
"overrides": {
"react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825": {
"react": "^18.0.0"
}
}
}