-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"name": "agvs-admin-board",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt --port 8010",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@microsoft/signalr": "^8.0.0",
"@microsoft/signalr-protocol-msgpack": "^8.0.0",
"@nuxt/icon": "^1.0.0",
"@nuxt/ui": "^2.17.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"axios": "^0.27.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"bootstrap-vue": "^2.23.1",
"core-js": "^3.25.3",
"echarts": "^5.5.0",
"element-ui": "^2.15.10",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"nuxt": "^2.15.8",
"nuxt-leaflet": "^0.0.27",
"ol": "^10.2.1",
"vue": "^2.7.10",
"vue-client-only": "^2.1.0",
"vue-server-renderer": "^2.7.10",
"vue-template-compiler": "^2.7.10"
},
"devDependencies": {
"nuxt-icon": "^1.0.0-beta.7",
"sass": "^1.77.6",
"sass-loader": "^10.5.2",
"webpack": "^4.46.0"
}
}