mirror of
https://github.com/fatedier/frp.git
synced 2026-01-10 10:13:16 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "frpc-dashboard",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"element-plus": "^2.13.0",
|
|
"vue": "^3.5.26",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.15.0",
|
|
"@types/node": "24",
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"@vueuse/core": "^14.1.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-vue": "^9.33.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.7.4",
|
|
"sass": "^1.97.2",
|
|
"terser": "^5.44.1",
|
|
"typescript": "^5.9.3",
|
|
"unplugin-auto-import": "^0.17.5",
|
|
"unplugin-element-plus": "^0.11.2",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^7.3.0",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vue-tsc": "^3.2.2"
|
|
}
|
|
} |