-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "vue-wechat",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"animate.css": "^3.7.2",
"mint-ui": "^2.2.13",
"object-assign": "^4.1.1",
"photoswipe": "^4.1.3",
"vue": "^2.6.10",
"vue-router": "^3.0.7",
"vuex": "^3.1.1",
"weui": "^2.0.1",
"weui.js": "^1.2.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.2",
"@vue/cli-plugin-e2e-cypress": "^3.9.0",
"@vue/cli-plugin-eslint": "^3.9.2",
"@vue/cli-plugin-unit-mocha": "^3.9.0",
"@vue/cli-service": "^3.9.2",
"@vue/eslint-config-prettier": "^4.0.1",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-eslint": "^10.0.2",
"babel-plugin-component": "^1.1.1",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"chai": "^4.2.0",
"eslint": "^6.0.1",
"eslint-plugin-vue": "^5.2.3",
"fibers": "^4.0.1",
"sass": "^1.22.4",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10",
"lodash": ">=4.17.14"
}
}