26 lines
547 B
JSON
26 lines
547 B
JSON
{
|
|
"name": "@proxy-station/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/ibm-plex-mono": "^5.1.0",
|
|
"@proxy-station/shared": "workspace:*",
|
|
"naive-ui": "^2.40.4",
|
|
"pinia": "^2.3.0",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.0.6",
|
|
"vue-tsc": "^2.2.0"
|
|
}
|
|
}
|