forked from joshcirre/laravel-breeze-svelte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 843 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
{
"private": true,
"type": "module",
"scripts": {
"heroku-postbuild": "npm run build",
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^1.6.1",
"laravel-vite-plugin": "^1.0.0",
"lodash": "^4.17.19",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"svelte": "^4.2.8",
"svelte-loader": "^3.1.2",
"tailwindcss": "^3.2.4",
"vite": "^5.0.10"
},
"dependencies": {
"@inertiajs/svelte": "^1.0.14",
"@inertiajs/progress": "^0.2.7",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.12"
}
}