-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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": "mall",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^0.19.2",
"better-scroll": "^1.15.2",
"core-js": "^3.4.4",
"fastclick": "^1.0.6",
"swiper": "^5.3.1",
"vue": "^2.6.10",
"vue-awesome-swiper": "^2.6.7",
"vue-lazyload": "^1.3.3",
"vue-router": "^3.1.3",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"postcss-px-to-viewport": "^1.1.1",
"vue-template-compiler": "^2.6.10"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"description": "## Project setup ``` npm install ```",
"main": "babel.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Sirros/MAll.git"
},
"author": "Sirros",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sirros/MAll/issues"
},
"homepage": "https://github.com/Sirros/MAll#readme"
}