-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.43 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
{
"name": "drone_cloud_platform",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@turf/turf": "^6.5.0",
"ant-design-vue": "^2.2.0-rc.1",
"aos": "^3.0.0-beta.6",
"axios": "^0.24.0",
"core-js": "^3.19.0",
"dayjs": "^1.10.7",
"mapbox-gl": "^2.5.1",
"register-service-worker": "^1.7.2",
"socket.io-client": "^4.3.2",
"vue": "^3.2.20",
"vue-router": "^4.0.12",
"vuex": "^4.0.2",
"@tensorflow-models/coco-ssd": "^2.2.2",
"@tensorflow/tfjs": "^3.10.0",
"@tensorflow/tfjs-backend-cpu": "^3.10.0",
"@tensorflow/tfjs-backend-webgl": "^3.10.0"
},
"devDependencies": {
"@types/dom-mediacapture-record": "^1.0.10",
"@types/mapbox-gl": "^2.4.2",
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-plugin-eslint": "~4.5.15",
"@vue/cli-plugin-pwa": "~4.5.15",
"@vue/cli-plugin-router": "~4.5.15",
"@vue/cli-plugin-vuex": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"@vue/compiler-sfc": "^3.2.20",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.3",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.12.1",
"node-sass": "^6.0.1",
"prettier": "^2.4.1",
"sass-loader": "^10.2.1"
}
}