-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1 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
{
"name": "appfall-frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"svelte": "^3.44.0",
"svelte-fuzzy": "^2.1.0",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.5",
"vite": "^3.1.0"
},
"type": "module",
"dependencies": {
"@iconify-json/fa6-regular": "^1.1.6",
"@iconify-json/fa6-solid": "^1.1.7",
"@iconify-json/mdi": "^1.1.33",
"@tailwindcss/typography": "^0.5.7",
"daisyui": "^2.31.0",
"dayjs": "^1.11.5",
"dropzone": "^6.0.0-beta.2",
"format-fuse.js": "^1.0.3",
"fuse.js": "^6.6.2",
"ol": "6.15.1",
"query-string": "^7.1.1",
"sass": "^1.55.0",
"svelte-file-dropzone": "^1.0.0",
"sveltekit-i18n": "^2.2.2",
"unplugin-icons": "^0.14.10"
}
}