44 行
1.2 KiB
JSON
44 行
1.2 KiB
JSON
|
|
{
|
||
|
|
"name": "open-platform",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"preview": "vite preview",
|
||
|
|
"build-only": "vite build",
|
||
|
|
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
||
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@element-plus/icons-vue": "^2.3.1",
|
||
|
|
"axios": "^1.7.4",
|
||
|
|
"element-plus": "^2.8.0",
|
||
|
|
"eslint-define-config": "^2.1.0",
|
||
|
|
"pinia": "^2.2.1",
|
||
|
|
"qs": "^6.13.0",
|
||
|
|
"vue": "^3.4.29",
|
||
|
|
"vue-router": "^4.4.3"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@rushstack/eslint-patch": "^1.3.2",
|
||
|
|
"@tsconfig/node18": "^18.2.0",
|
||
|
|
"@types/node": "^18.17.5",
|
||
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
||
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
||
|
|
"@vue/eslint-config-typescript": "^11.0.3",
|
||
|
|
"@vue/tsconfig": "^0.4.0",
|
||
|
|
"eslint": "^8.57.0",
|
||
|
|
"eslint-config-prettier": "^9.1.0",
|
||
|
|
"eslint-plugin-prettier": "^5.2.1",
|
||
|
|
"eslint-plugin-vue": "^9.27.0",
|
||
|
|
"npm-run-all": "^4.1.5",
|
||
|
|
"prettier": "^3.3.3",
|
||
|
|
"prettier-eslint": "^16.3.0",
|
||
|
|
"typescript": "~5.1.6",
|
||
|
|
"vite": "^5.3.1",
|
||
|
|
"vue-tsc": "^1.8.8"
|
||
|
|
}
|
||
|
|
}
|