-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
46 lines (46 loc) · 1.37 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && vite build --ssr",
"format": "biome format --write resources/js && biome lint --fix resources/js",
"release": "export GITHUB_TOKEN=$(cat .github_token) && release-it",
"preview": "tsc && npm run build && php artisan inertia:start-ssr"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@inertiajs/react": "^2.0.3",
"@release-it/bumper": "^6.0.1",
"@release-it/conventional-changelog": "^9.0.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"husky": "^9.1.7",
"laravel-vite-plugin": "^1.2.0",
"release-it": "^17.11.0",
"tailwindcss": "^4.0.6",
"typescript": "^5.7.3",
"vite-plugin-watch": "^0.3.1"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.6",
"@types/node": "^22.13.4",
"clsx": "^2.1.1",
"justd-icons": "^1.10.25",
"motion": "^12.4.2",
"react": "^19.0.0",
"react-aria-components": "^1.6.0",
"react-dom": "^19.0.0",
"sonner": "^1.7.4",
"tailwind-merge": "^3.0.1",
"tailwind-variants": "^0.3.1",
"tailwindcss-animate": "^1.0.7",
"vite": "^6.1.0"
},
"version": "1.3.17"
}