forked from magloire/cvrflytny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 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": "cvr_flyt_app",
"version": "0.1.0",
"private": true,
"homepage": "https://erhvervsinfo.org/",
"dependencies": {
"@date-io/moment": "^1.3.13",
"@devexpress/dx-react-core": "^2.7.1",
"@devexpress/dx-react-grid": "^2.7.1",
"@devexpress/dx-react-grid-material-ui": "^2.7.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@reach/router": "^1.3.4",
"hash-source": "^1.0.5",
"jquery": "^3.5.1",
"leaflet": "^1.7.1",
"material-table": "^1.69.0",
"moment": "^2.27.0",
"mui-datatables": "^2.15.0",
"react": "^16.13.1",
"react-data-export": "^0.5.0",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.3",
"react-window": "^1.8.5",
"victory": "^33.1.7",
"xlsx": "^0.15.6"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"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": {
"gh-pages": "^2.2.0"
}
}