-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 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
{
"name": "hazard-warning-system",
"version": "1.5.1",
"coreVersion": "3.3.0",
"private": true,
"scripts": {
"dev": "set NUXT_PORT=3333 && nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/fontawesome": "^1.1.2",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"caller-id": "^0.1.0",
"core-js": "^3.15.1",
"echarts": "^5.3.2",
"html-to-image": "^1.7.0",
"leaflet": "^1.7.1",
"leaflet-semicircle": "^2.0.4",
"leaflet.chinatmsproviders": "^3.0.6",
"nuxt": "^2.15.7",
"nuxt-leaflet": "^0.0.25"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@nuxt/types": "^2.15.8",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.12.1",
"prettier": "^2.3.2",
"webpack": "^4.46.0"
}
}