-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1013 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1013 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "eslint resources/js --ext .js,.jsx --ignore-path .gitignore --fix",
"prepare": "husky",
"test": "echo \"No tests yet\""
},
"devDependencies": {
"@headlessui/react": "^2.2.9",
"@inertiajs/react": "^2.3.18",
"@tailwindcss/forms": "^0.5.11",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.27",
"axios": "^1.15.0",
"concurrently": "^9.2.1",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"husky": "^9.1.7",
"laravel-vite-plugin": "^3.0.1",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"react": "^19.2.1",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.2",
"vite": "^8.0.8"
}
}