forked from Geek-James/ddBuy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "ddbuy",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@types/twix": "^0.6.38",
"axios": "^0.19.0",
"better-scroll": "^1.15.2",
"core-js": "^2.6.5",
"fastclick": "^1.0.6",
"js-cookie": "^2.2.1",
"less-loader": "^5.0.0",
"moment": "^2.24.0",
"pubsub-js": "^1.7.0",
"reset-css": "^4.0.1",
"twix": "^1.3.0",
"vant": "^2.2.0",
"vue": "^2.6.10",
"vue-amap": "^0.5.10",
"vue-awesome-swiper": "^3.1.3",
"vue-i18n": "^8.15.3",
"vue-lazyload": "^1.3.3",
"vue-router": "^3.0.3",
"vue-waterfall2": "^1.9.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"babel-plugin-import": "^1.12.1",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"svg-sprite-loader": "^4.1.6",
"vue-template-compiler": "^2.6.10"
}
}