-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.28 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
{
"name": "splicing-url",
"version": "2.1.0",
"author": "pana <[email protected]>",
"private": true,
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build:v2": "vue-cli-service build --mode pro-v2",
"build:v3": "vue-cli-service build --mode pro-v3",
"lint": "vue-cli-service lint",
"build-watch:v2": "vue-cli-service build-watch --mode dev-v2",
"build-watch:v3": "vue-cli-service build-watch --mode dev-v3",
"release": "standard-version"
},
"dependencies": {
"core-js": "^3.20.3",
"element-ui": "^2.15.6",
"uuid": "^3.4.0",
"vue": "^2.6.14"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"copy-webpack-plugin": "^6.3.2",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^2.2.1",
"standard-version": "^9.3.2",
"vue-cli-plugin-chrome-ext": "~0.0.5",
"vue-template-compiler": "^2.6.11",
"zip-webpack-plugin": "^4.0.1"
},
"standard-version": {
"scripts": {
"posttag": "npm run build:v2 && npm run build:v3"
}
}
}