35 lines
832 B
JSON
35 lines
832 B
JSON
{
|
|
"name": "nexus-web",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@lucide/vue": "1.17.0",
|
|
"@tailwindcss/vite": "^4.1.8",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"pinia": "^3.0.3",
|
|
"radix-vue": "^1.9.17",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^4.1.8",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vue": "^3.5.16",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.29",
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
"typescript": "~5.7.3",
|
|
"vite": "^6.3.5",
|
|
"vitest": "^3.1.3",
|
|
"vue-tsc": "^2.2.10"
|
|
},
|
|
"packageManager": "pnpm@10.12.1"
|
|
}
|