-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 917 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
"svelte-types": "^0.0.7",
"vite": "^2.9.13",
"vite-plugin-laravel": "^0.2.0-beta.24"
},
"dependencies": {
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-svelte": "^0.8.0",
"@inertiajs/progress": "^0.2.7",
"@tsconfig/svelte": "^3.0.0",
"autoprefixer": "^10.4.7",
"bootstrap": "^5.2.0-beta1",
"bootstrap-icons": "^1.8.3",
"laravel-vite-plugin": "^0.2.4",
"postcss": "^8.4.14",
"svelte": "^3.48.0",
"svelte-preprocess": "^4.10.7",
"svelte-simples": "^0.3.3",
"sveltestrap": "^5.9.0",
"tailwindcss": "^3.1.4",
"typescript": "^4.7.4"
}
}