-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.53 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
43
44
45
46
47
48
49
50
{
"name": "voni_storefront",
"private": true,
"scripts": {
"start": "sh -ac '. ./.env; react-static start'",
"stage": "sh -ac '. ./.env; react-static build --staging'",
"build": "sh -ac '. ./.env; react-static build'",
"bundle": "react-static bundle",
"export": "react-static export",
"serve": "serve dist -p 3005 -s"
},
"dependencies": {
"@apollo/client": "^3.3.6",
"@reach/router": "1.3.4",
"@rehooks/local-storage": "2.4.0",
"@types/isomorphic-fetch": "0.0.35",
"@types/react-select": "^3.0.23",
"apollo-boost": "0.4.9",
"apollo-link-ws": "1.0.20",
"axios": "0.19.0",
"graphql": "15.3.0",
"graphql-tag": "2.11.0",
"isomorphic-fetch": "2.2.1",
"js-cookie": "^2.2.1",
"react": "16.9.0",
"react-apollo": "3.1.5",
"react-dom": "16.9.0",
"react-icons": "^4.2.0",
"react-select": "^3.1.0",
"react-static": "7.4.2",
"react-static-plugin-reach-router": "7.4.2",
"react-static-plugin-sass": "7.3.0",
"react-static-plugin-sitemap": "7.4.2",
"react-static-plugin-source-filesystem": "7.4.2",
"react-static-plugin-typescript": "7.4.2",
"react-toast-notifications": "^2.4.3",
"shopify-storefront-api-typings": "^1.2.1"
},
"devDependencies": {
"@types/node": "12.7.2",
"@types/reach__router": "1.3.5",
"@types/react": "16.9.1",
"@types/react-dom": "16.8.5",
"@types/react-hot-loader": "4.1.0",
"@types/webpack-env": "1.14.0",
"react-hot-loader": "4.12.11",
"serve": "^11.3.2",
"typescript": "4.1.3"
}
}