-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.62 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "BRMS_WEB",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"pm2-app": "pm2 start ./server/app.js",
"app": "node ./server/app.js"
},
"dependencies": {
"@zxing/library": "^0.16.3",
"autoprefixer": "^9.7.4",
"axios": "^0.19.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"core-js": "^2.6.5",
"echarts": "^4.2.1",
"element-ui": "^2.9.1",
"express": "^4.17.1",
"js-cookie": "^2.2.0",
"md5": "^2.2.1",
"mysql": "^2.17.1",
"postcss-loader": "^3.0.0",
"qs": "latest",
"vue": "^2.6.10",
"vue-axios": "^2.1.4",
"vue-barcode": "^1.2.0",
"vue-json-excel": "^0.2.98",
"vue-router": "^3.0.3",
"vuex": "^3.1.1",
"xlsx": "^0.14.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.13.1",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"description": "## Project setup ``` yarn install ```",
"main": "babel.config.js",
"author": "jane <[email protected]>",
"license": "ISC"
}