forked from creativetimofficial/vue-black-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "vue-black-dashboard",
"version": "1.1.2",
"private": true,
"description": "A sample admin dashboard based on black dashboard UI template",
"author": "cristian.jora <joracristi@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve --open",
"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": {
"chart.js": "^2.9.3",
"eslint-plugin-vue": "^9.8.0",
"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-transitions": "^0.3.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"
]
}