-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 933 Bytes
/
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
{
"name": "dyapp",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^0.27.2",
"core-js": "^3.6.4",
"html-webpack-inject-attributes-plugin": "^1.0.6",
"mockjs": "^1.1.0",
"moment": "^2.24.0",
"normalize.css": "^8.0.1",
"postcss-px-to-viewport": "^1.1.0",
"swiper": "^5.3.7",
"vant": "^2.8.7",
"vconsole": "^3.3.0",
"vue": "^2.6.11",
"vue-awesome-swiper": "^4.1.0",
"vue-router": "^3.1.6",
"vue-video-player": "^5.0.2",
"vuex": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.3.0",
"@vue/cli-plugin-eslint": "^3.5.0",
"@vue/cli-service": "^4.3.0",
"@vue/eslint-config-standard": "^4.0.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"svg-sprite-loader": "^6.0.11",
"vue-template-compiler": "^2.6.11"
}
}