-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "concurrently -n \"LARAVEL,__VUE__\" -c \"bgRed.bold,bgMagenta.bold\" \"php \"./artisan\" serve\" \"npm run dev\"",
"typegen": "php ./artisan model:typer --plurals > resources/js/types/index.d.ts"
},
"prettier": {
"tabWidth": 2
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.5",
"@types/ziggy-js": "^1.8.0",
"@vitejs/plugin-vue": "^4.5.0",
"autoprefixer": "^10.4.7",
"axios": "^1.6.1",
"concurrently": "^8.2.2",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.0",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vue": "^3.2.31",
"ziggy-js": "^1.8.1"
},
"dependencies": {
"date-fns": "^3.0.6",
"lucide-vue-next": "^0.303.0"
}
}