Delete package.json
This commit is contained in:
parent
980e5f5fd6
commit
34665f7c28
@ -1,55 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "k8s-demo-fe",
|
|
||||||
"version": "0.1.0",
|
|
||||||
"private": true,
|
|
||||||
"scripts": {
|
|
||||||
"serve": "vue-cli-service serve",
|
|
||||||
"build": "vue-cli-service build",
|
|
||||||
"lint": "vue-cli-service lint"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@element-plus/icons-vue": "^1.1.4",
|
|
||||||
"axios": "^0.26.1",
|
|
||||||
"codemirror-editor-vue3": "^2.1.3",
|
|
||||||
"core-js": "^3.6.5",
|
|
||||||
"echarts": "^5.3.2",
|
|
||||||
"element-plus": "^2.1.5",
|
|
||||||
"json-editor-vue3": "^1.0.5",
|
|
||||||
"json2yaml": "^1.1.0",
|
|
||||||
"jsonwebtoken": "^8.5.1",
|
|
||||||
"moment": "^2.29.2",
|
|
||||||
"nprogress": "^0.2.0",
|
|
||||||
"vue": "^3.0.0",
|
|
||||||
"vue-router": "^4.0.14",
|
|
||||||
"xterm": "^4.18.0",
|
|
||||||
"xterm-addon-fit": "^0.5.0"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"@vue/cli-plugin-babel": "~4.5.15",
|
|
||||||
"@vue/cli-plugin-eslint": "~4.5.15",
|
|
||||||
"@vue/cli-service": "~4.5.15",
|
|
||||||
"@vue/compiler-sfc": "^3.0.0",
|
|
||||||
"babel-eslint": "^10.1.0",
|
|
||||||
"eslint": "^6.7.2",
|
|
||||||
"eslint-plugin-vue": "^7.0.0"
|
|
||||||
},
|
|
||||||
"eslintConfig": {
|
|
||||||
"root": true,
|
|
||||||
"env": {
|
|
||||||
"node": true
|
|
||||||
},
|
|
||||||
"extends": [
|
|
||||||
"plugin:vue/vue3-essential",
|
|
||||||
"eslint:recommended"
|
|
||||||
],
|
|
||||||
"parserOptions": {
|
|
||||||
"parser": "babel-eslint"
|
|
||||||
},
|
|
||||||
"rules": {}
|
|
||||||
},
|
|
||||||
"browserslist": [
|
|
||||||
"> 1%",
|
|
||||||
"last 2 versions",
|
|
||||||
"not dead"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user