mirror of
https://github.com/fatedier/frp.git
synced 2026-07-29 04:39:19 +08:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "frpc-dashboard",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit",
|
|
"lint": "eslint . --fix",
|
|
"lint:check": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"element-plus": "^2.14.3",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.40",
|
|
"vue-router": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24",
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.7.0",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"@vueuse/core": "^14.3.0",
|
|
"eslint": "^10.8.0",
|
|
"eslint-plugin-vue": "^10.10.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.9.6",
|
|
"sass": "^1.102.0",
|
|
"terser": "^5.49.0",
|
|
"typescript": "^5.9.3",
|
|
"unplugin-auto-import": "^21.0.0",
|
|
"unplugin-element-plus": "^0.11.2",
|
|
"unplugin-vue-components": "^32.1.0",
|
|
"vite": "^7.3.0",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vue-tsc": "^3.3.8"
|
|
}
|
|
}
|