-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.64 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.64 KB
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
{
"name": "dhis2-importer",
"version": "0.0.37",
"homepage": ".",
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@turf/turf": "^6.5.0",
"ace-builds": "^1.4.12",
"autosuggest-highlight": "^3.1.1",
"d2": "30.0.2",
"fuse.js": "^3.4.5",
"idyll-components": "^3.12.0",
"idyll-document": "^3.2.1",
"idyll-vega-lite": "^2.0.0",
"jsonapi-serializer": "^3.6.6",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"markdown-it-anchor": "^5.3.0",
"markdown-it-highlightjs": "^3.3.1",
"mui-datatables": "^3.4.1",
"prettier": "^1.18.2",
"react": "^17.0.2",
"react-ace": "^9.2.1",
"react-csv-reader": "^1.3.1",
"react-dom": "^17.0.2",
"react-leaflet": "^2.4.0",
"react-leaflet-pixi-overlay": "^1.0.13",
"react-query": "^3.34.19",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-style-object-to-css": "^1.1.2",
"xlsx-populate": "^1.20.1"
},
"devDependencies": {
"gh-pages": "4.0.0",
"react-scripts": "4.0.1",
"source-map-explorer": "^2.5.2"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js' --html bundle.html",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
"last 1 chrome version"
],
"development": [
"last 1 chrome version"
]
}
}