-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "untitled",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.11",
"@material-ui/icons": "^4.4.3",
"i18next": "^21.8.2",
"leaflet": "^1.3.1",
"lodash": "^4.17.21",
"luxon": "^1.28.1",
"noty": "^3.2.0-beta",
"react": "17.0.0",
"react-dom": "17.0.0",
"react-i18next": "^11.16.9",
"react-leaflet": "^2.0.0-beta.1",
"react-router-dom": "^5.0.0",
"react-scripts": "^5.0.1",
"source-map-explorer": "^2.4.2",
"victory": "^36.6.12"
},
"devDependencies": {
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"enzyme": "^3.4.4",
"node-sass": "9.0.0",
"prettier": "^2.6.2",
"source-map-explorer": "^2.4.2"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/*.js",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}