-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.14 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
{
"name": "ccfp-asset-dashboard",
"version": "0.0.0",
"description": "JavaScript development setup for ccfp-asset-dashboard",
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@turf/turf": "^6.5.0",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"bootstrap": "^4.5.3",
"browserify": "^16.5.0",
"core-js": "^3.20.3",
"browserify-shim": "^3.8.14",
"fast-deep-equal": "^3.1.3",
"js-cookie": "^3.0.1",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"lodash": "^4.17.21",
"object-hash": "^2.2.0",
"react": "^17.0.1",
"react-bootstrap": "1.6.4",
"react-csv": "^2.0.3",
"react-data-table-component": "^6.11.6",
"react-dom": "^17.0.1",
"react-leaflet": "^3.2.2",
"react-select": "^3.2.0",
"react-table": "^7.6.2",
"rooks": "^5.10.0",
"sass": "^1.30.0",
"styled-components": "^5.2.1",
"turf-clip": "0.0.1"
},
"scripts": {
"develop": "sass --watch /app/asset_dashboard/static/scss/custom.scss:/app/asset_dashboard/static/css/bootstrap.custom.css"
}
}