-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 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
{
"name": "crowdplanning",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"watch": "vite build --watch -m development",
"builddev": "vite build -m development"
},
"dependencies": {
"@arcgis/core": "^4.26.5",
"axios": "0.27.2",
"blueimp-md5": "^2.19.0",
"core-js": "^3.35.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"qs": "^6.11.2",
"tiny-emitter": "2.1.0",
"ts-md5": "^1.3.1",
"v-calendar": "2.4.1",
"vue": "2.7.16",
"vue-class-component": "^7.2.6",
"vue-drag-drop": "^1.1.4",
"vue-mf-module": "^0.3.23",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.4",
"vuex": "^3.6.2",
"vuex-typed-store": "1.1.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@terraformer/arcgis": "^2.1.2",
"@types/geojson": "^7946.0.13",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.5",
"@types/shpjs": "^3.4.6",
"@types/terraformer__arcgis": "^2.0.5",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/tsconfig": "^0.5.1",
"less": "^4.2.0",
"npm-run-all": "^4.1.5",
"shpjs": "^4.0.4",
"typescript": "^5.3.3",
"vite": "^4.1.4",
"vite-plugin-css-injected-by-js": "^3.1.1",
"vite-plugin-vue2": "2.0.3",
"vue-template-compiler": "2.7.16",
"vue-tsc": "^1.2.0"
}
}