-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 KB
/
package.json
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
{
"name": "rsc-gatsby",
"private": true,
"version": "1.0.0",
"license": "unlicensed",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"lint": "eslint",
"serve": "gatsby serve -p 8000",
"start": "gatsby develop",
"test": ""
},
"browserslist": [
"defaults",
"not ie 11"
],
"dependencies": {
"gatsby": "^3.8.1",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-react-helmet": "^4.8.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-styled-components": "^4.8.0",
"gatsby-source-shopify": "^5.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/react": "^17.0.13",
"@types/react-dom": "^17.0.8",
"@types/react-helmet": "^6.1.1",
"@types/styled-components": "^5.1.10",
"babel-plugin-styled-components": "^1.13.1",
"eslint": "^7.29.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-react": "^7.24.0",
"typescript": "^4.3.5"
}
}