-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.1 KB
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
{
"name": "Takeka - Open Source Svelte & Tailwind CSS Admin Dashboard Template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@melt-ui/pp": "^0.3.2",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"svelte": "^5.28.1",
"tailwindcss": "^3.4.0",
"vite": "^6.3.5"
},
"dependencies": {
"@fullcalendar/core": "^6.1.17",
"@fullcalendar/daygrid": "^6.1.17",
"@fullcalendar/interaction": "^6.1.17",
"@fullcalendar/list": "^6.1.17",
"@fullcalendar/multimonth": "^6.1.17",
"@fullcalendar/timegrid": "^6.1.17",
"@iconify/svelte": "^5.0.0",
"@melt-ui/svelte": "^0.86.6",
"chart.js": "^4.5.0",
"daisyui": "^5.0.43",
"leaflet": "^1.9.4",
"motion": "^12.18.1",
"svelte-fullcalendar": "^3.0.0",
"svelte-i18n": "^4.0.1",
"wx-svelte-gantt": "^2.1.1",
"wx-svelte-grid": "^2.1.5"
}
}