forked from 337547038/Vue-UI-for-PC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.35 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
{
"name": "ak-project",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"docs": "vue-cli-service serve",
"build": "vue-cli-service build",
"buildDocs": "vue-cli-service build",
"buildComponents": "vue-cli-service build --target lib --name ak packages/index.js",
"lint": "vue-cli-service lint",
"publish": "npm run buildDocs && git checkout -b gh-pages && git add dist && git commit -m 'test' && git subtree push --prefix dist origin gh-pages && git checkout master"
},
"dependencies": {
"axios": "^0.19.0",
"core-js": "^2.6.5",
"js-cookie": "^2.2.1",
"js-md5": "^0.7.3",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"copy-webpack-plugin": "^5.0.4",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"markdown-it-anchor": "^5.2.4",
"markdown-it-container": "^2.0.0",
"markdown-it-table-of-contents": "^0.4.4",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"spritesmith": "^3.3.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-markdown-loader": "^2.4.1",
"vue-template-compiler": "^2.6.10"
}
}