mirror of
https://github.com/chenasraf/stimvisor.git
synced 2026-05-18 01:39:07 +00:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"gen": "simple-scaffold -c scaffold.config.cjs -k",
|
|
"shadcn": "pnpm dlx shadcn@latest"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/nunito": "^5.1.0",
|
|
"@radix-ui/react-accordion": "^1.2.1",
|
|
"@radix-ui/react-alert-dialog": "^1.1.2",
|
|
"@radix-ui/react-checkbox": "^1.1.2",
|
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-tooltip": "^1.1.3",
|
|
"@tanstack/react-query": "^5.59.15",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"embla-carousel-react": "^8.3.0",
|
|
"eslint-plugin-react": "^7.37.1",
|
|
"lucide-react": "^0.453.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^5.3.0",
|
|
"react-router-dom": "^6.27.0",
|
|
"react-window": "^1.8.10",
|
|
"tailwind-merge": "^2.5.4",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.12.0",
|
|
"@tauri-apps/cli": "^2.0.3",
|
|
"@types/node": "^22.7.7",
|
|
"@types/react": "^18.3.11",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/react-window": "^1.8.8",
|
|
"@vitejs/plugin-react": "^4.3.2",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"postcss": "^8.4.47",
|
|
"simple-scaffold": "^2.3.1",
|
|
"tailwindcss": "^3.4.14",
|
|
"typescript": "^5.6.3",
|
|
"typescript-eslint": "^8.9.0",
|
|
"vite": "^5.4.9"
|
|
}
|
|
}
|