forked from TaleLin/lin-cms-vue
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.42 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
44
45
46
47
48
49
50
{
"name": "lin-cms",
"version": "0.0.1-alpha.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-modern": "vue-cli-service build --modern",
"lint": "vue-cli-service lint",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"commitizen": "commitizen init cz-conventional-changelog --save-dev --save-exact",
"release": "standard-version"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"axios": "~0.18.0",
"better-scroll": "^1.13.2",
"element-ui": "~2.4.6",
"event-source-polyfill": "^0.0.16",
"fastscan": "^1.0.4",
"good-storage": "^1.1.0",
"js-cookie": "^2.2.0",
"vue": "~2.5.17",
"vue-awesome-swiper": "^3.1.3",
"vue-router": "~3.0.1",
"vuex": "~3.0.1",
"vuex-persist": "^2.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-plugin-pwa": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/eslint-config-airbnb": "^3.0.1",
"babel-plugin-component": "^1.1.1",
"cz-conventional-changelog": "^2.1.0",
"eslint-plugin-vue": "~4.7.1",
"node-sass": "^4.9.4",
"sass-loader": "^7.1.0",
"standard-version": "^4.4.0",
"vue-template-compiler": "^2.5.17",
"vuepress": "^0.14.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}