You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
565 B

4 years ago
{
"name": "supermall1",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
4 years ago
"axios": "^0.18.0",
4 years ago
"better-scroll": "^1.15.2",
4 years ago
"core-js": "^3.6.5",
4 years ago
"fastclick": "^1.0.6",
4 years ago
"vue": "^2.6.11",
4 years ago
"vue-lazyload": "^1.3.3",
"vue-router": "^3.0.2",
"vuex": "^3.1.0"
4 years ago
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.0",
"@vue/cli-service": "^4.5.0",
4 years ago
"components": "^0.1.0",
4 years ago
"vue-template-compiler": "^2.6.11"
}
}