-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 915 Bytes
/
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
{
"private": true,
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"start": "php artisan serve --host 0.0.0.0 & npm run dev"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"eslint": "^8.57.0",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"tailwind-merge": "^2.3.0",
"typescript": "^5.4.5",
"vite": "^5.0"
},
"dependencies": {
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/react": "^1.0.16",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}