-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "kwenza",
"author": "ArCheun",
"description": "A suite of productivity tools - focused on offline experience",
"keywords": [
"productivity",
"offline-first",
"web"
],
"license": "MIT",
"repository": "https://github.com/archeun/kwenza",
"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.13",
"postcss": "^8.4.18",
"svelte": "^3.44.0",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.2.2",
"typescript": "^4.8.4",
"vite": "^3.1.0"
},
"type": "module",
"dependencies": {
"@supabase/auth-helpers-sveltekit": "^0.8.6",
"@supabase/supabase-js": "^2.0.5",
"daisyui": "^2.38.1",
"moment": "^2.29.4",
"svelte-icons": "^2.1.0"
}
}