mirror of
https://github.com/TeamPGM/Web-Console.git
synced 2024-11-21 14:48:16 +00:00
57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
|
"name": "PagerMaid-Pyro-Web-Console",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"serverTest": "node serverTest.js",
|
|
"fix": "eslint --fix --ext .js,.ts,.vue src"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.0.9",
|
|
"axios": "^0.27.2",
|
|
"core-js": "^3.8.3",
|
|
"echarts": "^5.4.0",
|
|
"element-plus": "^2.2.13",
|
|
"jquery": "^3.6.1",
|
|
"marked": "^4.1.0",
|
|
"vue": "^3.2.13",
|
|
"vue-class-component": "^8.0.0-0",
|
|
"vue-router": "^4.0.3",
|
|
"vuex": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jquery": "^3.5.14",
|
|
"@types/marked": "^4.0.7",
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
"@vue/cli-plugin-typescript": "~5.0.0",
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"@vue/eslint-config-standard": "^6.1.0",
|
|
"@vue/eslint-config-typescript": "^9.1.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"express": "^4.18.1",
|
|
"lint-staged": "^11.1.2",
|
|
"sass": "^1.32.7",
|
|
"sass-loader": "^12.0.0",
|
|
"typescript": "~4.5.5",
|
|
"unplugin-auto-import": "^0.11.2",
|
|
"unplugin-vue-components": "^0.22.4",
|
|
"webpack": "^5.74.0"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"license": "AGPL3"
|
|
}
|