23 lines
585 B
JSON
23 lines
585 B
JSON
{
|
|
"name": "nxsir-postgresql-admin",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --config vite.postgres.config.ts",
|
|
"build": "vite build --config vite.postgres.config.ts",
|
|
"build:postgres-admin": "vite build --config vite.postgres.config.ts",
|
|
"preview": "vite preview --config vite.postgres.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"element-plus": "^2.10.1",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^6.2.0",
|
|
"vue-tsc": "^2.2.0"
|
|
}
|
|
}
|