forked from justdlabs/inertia.ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.42 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
47
48
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && vite build --ssr",
"format": "prettier --write .",
"release": "export GITHUB_TOKEN=$(cat .github_token) && release-it",
"preview": "tsc && npm run build && php artisan inertia:start-ssr"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@inertiajs/react": "^2.0.0",
"@release-it/bumper": "^6.0.1",
"@release-it/conventional-changelog": "^9.0.4",
"@types/react": "^19.0.6",
"@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.1.1",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"release-it": "^17.11.0",
"tailwindcss": "^4.0.0-beta.9",
"typescript": "^5.7.3",
"vite-plugin-watch": "^0.3.1"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.0-beta.9",
"@types/node": "^22.10.5",
"clsx": "^2.1.1",
"justd-icons": "^1.10.19",
"motion": "^11.17.0",
"react": "^19.0.0",
"react-aria-components": "^1.5.0",
"react-dom": "^19.0.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0",
"tailwindcss-animate": "^1.0.7",
"vite": "^6.0.7"
},
"version": "1.3.11"
}