-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.08 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
{
"name": "plateui",
"version": "0.1.1",
"private": true,
"scripts": {
"start": "npm run serve",
"serve": "vue-cli-service serve",
"build:lib": "vue-cli-service build --target lib --formats umd-min --name plate src/index.js",
"build:demo": "vue-cli-service build --target lib --formats umd-min --name plate src/main.js",
"lint": "vue-cli-service lint"
},
"dependencies": {
"chart.js": "^2.9.3",
"lodash": "^4.17.19",
"moment": "^2.26.0",
"path-to-regexp": "^6.1.0",
"vue": "^2.6.11",
"vue-router": "^3.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-plugin-router": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"raw-loader": "^4.0.1",
"vue-template-compiler": "^2.6.11"
}
}