-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"name": "vue-black-dashboard",
"version": "1.1.2",
"private": true,
"description": "A sample admin dashboard based on black dashboard UI template",
"author": "cristian.jora <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve --open --port 8081",
"build": "vue-cli-service build",
"e2e": "node test/e2e/runner.js",
"lint": "vue-cli-service lint",
"dev": "vue-cli-service serve --open",
"lint-fix": "vue-cli-service lint --fix"
},
"dependencies": {
"axios": "^1.6.0",
"chart.js": "^2.9.3",
"eslint-plugin-vue": "^9.8.0",
"http-proxy-middleware": "^2.0.6",
"js-cookie": "^3.0.5",
"leaflet": "^1.9.4",
"register-service-worker": "^1.7.2",
"vue": "^2.7.14",
"vue-chartjs": "3.5.1",
"vue-i18n": "^8.18.2",
"vue-router": "3.6.5",
"vue-router-prefetch": "^1.6.3",
"vue2-leaflet": "^2.7.1",
"vue2-transitions": "^0.3.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.19",
"@vue/cli-plugin-eslint": "4.5.19",
"@vue/cli-plugin-pwa": "4.5.19",
"@vue/cli-service": "4.5.19",
"sass": "1.56.2",
"sass-loader": "10.2.0",
"vue-cli-plugin-i18n": "2.3.1",
"vue-template-compiler": "2.7.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 11"
]
}