-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "serverless-react-browsers",
"version": "1.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "5.8.0",
"@testing-library/react": "10.0.4",
"@testing-library/user-event": "10.3.5",
"netlify": "4.1.7",
"netlify-lambda": "1.6.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "^6.0.0",
"react-scripts": "3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test",
"postinstall": "netlify-lambda install",
"netlify": "netlify dev",
"update": "npx yarn-check -u",
"clean": "sudo rm -rf node_modules/ yarn.lock package-lock.json"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"animate.css": "4.1.0",
"animate.css-react": "1.0.0",
"env-create-react-app": "1.1.1",
"sass": "^1.45.1",
"styled-components": "5.1.1"
}
}