-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.78 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
57
58
59
60
61
62
63
{
"name": "next-meal",
"version": "0.1.0",
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.34",
"@emotion/styled": "^10.0.27",
"@reduxjs/toolkit": "^1.4.0",
"emotion-theming": "^10.0.27",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"firebase": "^7.18.0",
"fs": "^0.0.1-security",
"i18next": "^19.8.7",
"lighthouse": "^6.2.0",
"lodash": "^4.17.20",
"node-sass": "^4.14.1",
"perfume.js": "^5.3.0",
"prop-types": "^15.7.2",
"psi": "^4.1.0",
"puppeteer": "^5.2.1",
"react": "^16.13.1",
"react-cookie": "^4.0.3",
"react-dom": "^16.13.1",
"react-ga": "^3.1.2",
"react-i18next": "^11.8.6",
"react-lazyload": "^3.0.0",
"react-newsticker": "^1.0.3",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"redux": "^4.0.5",
"redux-form": "^8.3.6",
"redux-promise": "^0.6.0",
"table-builder": "^2.1.1",
"uuid": "^8.3.0"
},
"main": "index.js",
"repository": "[email protected]:cythilya/next_meal.git",
"author": "summer_tang <[email protected]>",
"license": "GNU",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lighthouse": "./node_modules/lighthouse/lighthouse-cli/index.js --output-path=./reports/performance/lighthouse-results.html $url",
"perf-dev": "node test/performance/index.js --env=DEV",
"perf-prod": "node test/performance/index.js --env=PROD"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}