-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 964 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
{
"name": "herald-web-template",
"version": "1.0.0",
"description": "信使计划前端项目模板",
"main": "index.js",
"repository": "https://github.com/HeraldStudio/herald-web-template.git",
"author": "wolf-tungsten <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "parcel ./public/index.html --port=8080",
"build": "parcel build ./public/index.html --public-url //cdn.xgbxscwx.myseu.cn/;"
},
"dependencies": {
"axios": "^0.19.2",
"babel-polyfill": "^6.26.0",
"element-ui": "^2.13.0",
"parcel-bundler": "^1.12.4",
"vue": "^2.5.17",
"vue-hot-reload-api": "^2.3.4",
"vue-router": "^3.1.6",
"vuex": ">=2.5",
"vuex-persist": "^2.2.0"
},
"devDependencies": {
"@babel/core": "*",
"@vue/babel-preset-app": "^4.2.3",
"@vue/component-compiler-utils": "^3.1.1",
"babel-plugin-component": "^1.1.1",
"less": "^3.11.1",
"vue-template-compiler": "^2.6.11"
}
}