-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 769 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 769 Bytes
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
{
"name": "vue-cli3-multipage",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"analyz": "npm_config_report=true npm run build"
},
"dependencies": {
"axios": "^0.18.0",
"vue": "^2.5.17"
},
"devDependencies": {
"jquery": "3.3.1",
"px2rem-loader": "^0.1.9",
"@vue/cli-plugin-babel": "^3.0.0",
"@vue/cli-plugin-eslint": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"@vue/eslint-config-standard": "^3.0.1",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"mockjs": "^1.0.1-beta3",
"vue-template-compiler": "^2.5.17",
"webpack-bundle-analyzer": "^2.13.1"
}
}