-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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
37
38
39
40
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"production": "npm run build",
"watch": "npm run dev"
},
"type": "module",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@tsconfig/svelte": "^4.0.1",
"@types/node": "^18.15.11",
"@types/ziggy-js": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"laravel-vite-plugin": "^0.7.4",
"postcss": "^8.4.21",
"svelte": "^3.57.0",
"svelte-check": "^3.1.4",
"svelte-preprocess": "^5.0.3",
"tailwindcss": "^3.3.0",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.2.1"
},
"dependencies": {
"@inertiajs/svelte": "^1.0.2",
"dayjs": "^1.11.7",
"numeral": "^2.0.6",
"svelte-loading-spinners": "^0.3.4",
"svelte-modals": "^1.2.1",
"svelte-toasts": "^1.1.2",
"sweetalert2": "^11.7.3"
}
}