-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·71 lines (71 loc) · 1.89 KB
/
package.json
File metadata and controls
executable file
·71 lines (71 loc) · 1.89 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
63
64
65
66
67
68
69
70
71
{
"name": "new-hope",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"chaikin-smooth": "^1.0.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^4.1.0",
"fs": "0.0.1-security",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^3.2.0",
"jquery-ui": "^1.12.1",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.7.0",
"prettier": "2.0.5",
"react-bootstrap": "^1.3.0",
"react-bootstrap-multiselect": "^2.4.1",
"react-html-parser": "^2.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
},
"dependencies": {
"@turf/turf": "^5.1.6",
"@types/jquery": "2.0.33",
"@types/proj4": "^2.5.0",
"bootstrap": "^4.3.1",
"bootstrap-select": "^1.13.9",
"canvas2svg": "^1.0.16",
"canvg": "^3.0.6",
"chaikin-smooth": "^1.0.4",
"crossfilter2": "^1.5.0",
"css-loader": "^2.1.1",
"d3": "^5.9.2",
"d3-geo-projection": "^2.7.0",
"file-saver": "^2.0.2",
"handlebars": "^4.5.3",
"html2canvas": "^1.0.0-rc.7",
"jquery": "^3.4.0",
"jquery-ui-bundle": "^1.12.1-migrate",
"jspdf": "^2.1.0",
"jszip": "^3.2.1",
"lodash": "^4.17.14",
"ol": "^5.3.2",
"ol-ext": "^3.1.2",
"papaparse": "^4.6.3",
"popper.js": "^1.15.0",
"proj4": "^2.5.0",
"raw-loader": "^2.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"save": "^2.4.0",
"save-dev": "0.0.1-security",
"spectrum-colorpicker": "^1.8.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2"
}
}