forked from logamee/lin-cms-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.98 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "lin-cms",
"version": "0.0.1-alpha.3",
"private": true,
"scripts": {
"serve": "node script/plugin-get-config.js && vue-cli-service serve",
"build": "node script/plugin-get-config.js && vue-cli-service build",
"lint": "vue-cli-service lint",
"plugin-new": "node script/plugin-new.js",
"plugin-init": "node script/plugin-init.js",
"plugin-reconfig": "node script/plugin-get-config.js",
"commitizen": "commitizen init cz-conventional-changelog --save-dev --save-exact"
},
"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",
"file-saver": "^2.0.1",
"good-storage": "^1.1.0",
"js-cookie": "^2.2.0",
"sortablejs": "^1.8.4",
"vue": "^2.6.8",
"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.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"chalk": "^2.4.2",
"child_process": "^1.0.2",
"cz-conventional-changelog": "^2.1.0",
"directory-tree": "^2.2.1",
"ejs": "^2.6.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"fs-extra": "^7.0.1",
"inquirer": "^6.2.2",
"js-yaml": "^3.12.2",
"node-sass": "^4.9.4",
"sass-loader": "^7.1.0",
"semver": "^5.6.0",
"shelljs": "^0.8.3",
"validate-npm-package-name": "^3.0.0",
"vue-template-compiler": "^2.6.8",
"vue-markdown-loader": "^2.4.1",
"yaml-front-matter": "^4.0.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 11"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}