-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
61 lines (61 loc) · 1.6 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
{
"name": "chakrauidemo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^2.0.8",
"@chakra-ui/react": "^2.2.8",
"@choc-ui/chakra-autocomplete": "^5.1.4",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"d3": "^7.6.1",
"d3-shape": "^3.1.0",
"framer-motion": "^7.1.1",
"geolib": "^3.3.3",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.34",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-live-clock": "^6.0.6",
"react-moment": "^1.1.2",
"react-redux": "^8.0.2",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"suncalc": "^1.9.0",
"topojson-client": "^3.1.0",
"tz-lookup": "^6.1.25",
"versor": "^0.2.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"//start": "react-scripts start",
"start": "DISABLE_ESLINT_PLUGIN=true BROWSER=none PORT=3000 react-scripts start",
"build": "DISABLE_ESLINT_PLUGIN=true GENERATE_SOURCEMAP=false react-scripts build",
"build-deploy": "DISABLE_ESLINT_PLUGIN=true GENERATE_SOURCEMAP=false react-scripts build && firebase deploy",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.28.0",
"eslint-plugin-react": "^7.31.11",
"sass": "^1.56.2"
}
}