2020-10-31 21:12:12 +08:00
|
|
|
{
|
2022-01-02 21:09:50 +08:00
|
|
|
"name": "jpom-vue",
|
2023-01-09 23:43:10 +08:00
|
|
|
"version": "2.10.11",
|
2020-10-31 21:12:12 +08:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-03-01 22:21:32 +08:00
|
|
|
"serve": "vue-cli-service --max-old-space-size=900 serve --mode dev",
|
2022-02-08 09:51:18 +08:00
|
|
|
"build": "vue-cli-service build --mode production",
|
2020-11-01 19:37:30 +08:00
|
|
|
"lint": "vue-cli-service lint"
|
2020-10-31 21:12:12 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-05 12:58:30 +08:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
|
2022-01-01 00:18:29 +08:00
|
|
|
"ant-design-vue": "^1.7.8",
|
2021-08-05 12:58:30 +08:00
|
|
|
"axios": "^0.21.1",
|
|
|
|
"core-js": "^3.16.0",
|
2020-11-18 17:29:30 +08:00
|
|
|
"echarts": "^4.9.0",
|
2021-04-16 19:05:00 +08:00
|
|
|
"intro.js": "^3.4.0",
|
2023-01-09 15:52:42 +08:00
|
|
|
"js-sha1": "^0.6.0",
|
2021-08-30 08:54:17 +08:00
|
|
|
"jshint": "^2.13.1",
|
2021-09-13 20:14:37 +08:00
|
|
|
"markdown-it-vue": "^1.1.6",
|
2022-01-30 18:21:32 +08:00
|
|
|
"qrcodejs2": "^0.0.2",
|
2020-11-01 23:06:08 +08:00
|
|
|
"qs": "^6.9.4",
|
2023-01-29 10:41:34 +08:00
|
|
|
"spark-md5": "^3.0.2",
|
2021-08-05 12:58:30 +08:00
|
|
|
"vue": "^2.6.14",
|
2022-01-19 13:03:15 +08:00
|
|
|
"vue-clipboard2": "^0.3.3",
|
2021-08-04 21:35:34 +08:00
|
|
|
"vue-codemirror": "^4.0.6",
|
2021-12-07 18:19:17 +08:00
|
|
|
"vue-json-viewer": "^2.2.20",
|
2021-08-05 12:58:30 +08:00
|
|
|
"vue-router": "^3.5.2",
|
2020-11-25 18:19:00 +08:00
|
|
|
"vuex": "^3.5.1",
|
2021-08-05 12:58:30 +08:00
|
|
|
"xterm": "^4.13.0",
|
2020-11-25 18:19:00 +08:00
|
|
|
"xterm-addon-attach": "^0.6.0",
|
2021-08-05 12:58:30 +08:00
|
|
|
"xterm-addon-fit": "^0.5.0"
|
2020-10-31 21:12:12 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-05 12:58:30 +08:00
|
|
|
"@vue/cli-plugin-babel": "~4.5.13",
|
|
|
|
"@vue/cli-plugin-eslint": "~4.5.13",
|
|
|
|
"@vue/cli-service": "~4.5.13",
|
2021-08-30 08:54:17 +08:00
|
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
2020-11-01 19:37:30 +08:00
|
|
|
"babel-eslint": "^10.1.0",
|
2021-03-10 23:54:25 +08:00
|
|
|
"babel-plugin-component": "^1.1.1",
|
2021-08-05 12:58:30 +08:00
|
|
|
"babel-plugin-import": "^1.13.3",
|
2021-08-11 20:48:17 +08:00
|
|
|
"eslint": "^6.8.0",
|
2021-08-05 12:58:30 +08:00
|
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
|
|
"eslint-plugin-vue": "^7.15.1",
|
|
|
|
"prettier": "^2.3.2",
|
2021-04-23 16:44:04 +08:00
|
|
|
"stylus": "^0.54.8",
|
|
|
|
"stylus-loader": "^3.0.2",
|
2021-08-05 12:58:30 +08:00
|
|
|
"vue-template-compiler": "^2.6.14"
|
2020-11-01 19:37:30 +08:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/essential",
|
|
|
|
"eslint:recommended"
|
|
|
|
],
|
|
|
|
"parserOptions": {
|
|
|
|
"parser": "babel-eslint"
|
|
|
|
},
|
|
|
|
"rules": {}
|
2020-10-31 21:12:12 +08:00
|
|
|
},
|
2020-11-01 19:37:30 +08:00
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not dead"
|
2020-10-31 21:12:12 +08:00
|
|
|
]
|
|
|
|
}
|