-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr",
"ssr:start": "php artisan inertia:start-ssr",
"ssr:stop": "php artisan inertia:stop-ssr",
"typecheck": "tsc --noEmit",
"test:js": "node --experimental-strip-types --test tests/js/*.test.ts"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@fontsource/ibm-plex-mono": "^5.2.7",
"@inertiajs/react": "^3.0.0",
"@inertiajs/vite": "^3.0.0",
"@tailwindcss/vite": "^4.2.2",
"clsx": "^2.1.1",
"lucide-react": "^1.23.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.0",
"laravel-vite-plugin": "^3.0.0",
"typescript": "^7.0.2",
"vite": "^8.0.10"
}
}