-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 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
45
{
"name": "create-24hw-dz",
"description": "24好玩定制项目脚手架",
"version": "0.1.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --no-clean",
"lint": "vue-cli-service lint",
"compress": "node scripts/tinypng/index.js",
"new": "plop"
},
"dependencies": {
"axios": "^0.18.0",
"dayjs": "^1.8.12",
"jwt-decode": "^2.2.0",
"sha1": "^1.1.1",
"vconsole": "^3.3.0",
"vue": "^2.6.6",
"vue-router": "^3.0.1",
"weixin-js-sdk": "^1.4.0-test"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-service": "^3.5.0",
"babel-eslint": "^10.0.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"chalk": "^2.4.2",
"compression-webpack-plugin": "^3.0.0",
"eslint": "^5.8.0",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-vue": "^5.0.0",
"html-minifier": "^4.0.0",
"html-webpack-include-assets-plugin": "^1.0.7",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"md5": "^2.2.1",
"plop": "^2.3.0",
"style-resources-loader": "^1.2.1",
"tinify": "^1.6.0-beta.2",
"vue-cli-plugin-style-resources-loader": "^0.1.3",
"vue-template-compiler": "^2.5.21"
}
}