-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1.21 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
{
"name": "rosemilk",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.19.1",
"dotenv": "^8.2.0",
"graphql-js-client": "^0.9.2",
"netlify-lambda": "^1.6.3",
"node-sass": "^4.10.0",
"react": "^16.3.0",
"react-cookie": "^3.0.4",
"react-dom": "^16.3.2",
"react-ga": "^2.5.5-0",
"react-lazyload": "^2.3.0",
"react-pose": "^4.0.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-select": "^3.0.5",
"react-svg": "^7.1.0",
"react-transition-group": "^2.5.0",
"shopify-buy": "^1.2.0",
"snap": "^1.1.0",
"tachyons": "^4.11.1"
},
"devDependencies": {
"polymorph-js": "^0.2.4",
"popmotion": "^8.5.2",
"react-scripts": "^2.0.3"
},
"scripts": {
"start": "react-scripts start",
"start:sec": "HTTPS=true react-scripts start",
"build": "yarn build:lambda && yarn build:app",
"build:app": "react-scripts build",
"build:lambda": "netlify-lambda build src/lambda",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"dev": "npx --node-arg=--inspect netlify dev"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}