-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
{
"name": "nsc-map",
"version": "0.0.47",
"description": "",
"main": "es5/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:es5": "babel src --out-dir es5",
"dev": "babel src --out-dir es5 --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nsc-open/nsc-map.git"
},
"keywords": [
"map",
"arcmap",
"arcgis",
"esri"
],
"author": "ygjack414@hotmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/nsc-open/nsc-map/issues"
},
"homepage": "https://github.com/nsc-open/nsc-map#readme",
"dependencies": {
"@turf/turf": "^5.1.6",
"antd": "^3.11.6",
"esri-loader-react": "^2.0.3",
"esri-module-loader": "^2.0.2",
"eventemitter3": "^3.1.0",
"lodash.differencewith": "^4.5.0",
"prop-types": "^15.6.2",
"query-string": "^5.1.1",
"react": "^16.7.0",
"react-arcgis": "^3.3.3",
"react-dom": "^16.7.0",
"react-draggable": "^3.1.1",
"react-resizable": "^1.7.5",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-1": "^7.0.0"
}
}