This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
51
52
53
54
55
56
{
"name": "food-service",
"version": "0.1.0",
"private": true,
"dependencies": {
"firebase": "^6.4.2",
"formik": "^1.5.8",
"lodash": "^4.17.15",
"normalize.css": "^8.0.1",
"rc-calendar": "^9.15.5",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-ga": "^2.6.0",
"react-modal": "^3.10.1",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-router-hash-link": "^1.2.2",
"react-scripts": "^3.1.1",
"redux": "^4.0.4",
"styled-components": "^4.3.2",
"yup": "^0.27.0"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/1.*",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy:site": "firebase deploy --only hosting"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/lodash": "^4.14.137",
"@types/node": "^12.7.2",
"@types/react": "^16.9.2",
"@types/react-burger-menu": "^2.2.5",
"@types/react-dom": "^16.9.0",
"@types/react-modal": "^3.8.2",
"@types/react-redux": "^7.1.2",
"@types/react-router-dom": "^4.3.5",
"@types/react-router-hash-link": "^1.2.1",
"@types/styled-components": "^4.1.18",
"@types/yup": "^0.26.23",
"source-map-explorer": "^2.0.1",
"typescript": "^3.5.3"
}
}