-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.59 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "roundedchickens",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"_ws_server_start": "bun run wsServer.ts",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@fontsource/poppins": "^5.0.8",
"@fontsource/teko": "^5.0.17",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.20.4",
"@types/express": "^4.17.21",
"@types/node": "^20.10.0",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"autoprefixer": "^10.4.16",
"bun-types": "^1.0.7",
"eslint": "^8.54.0",
"nodemon": "^3.0.1",
"postcss": "^8.4.31",
"svelte": "^4.0.5",
"svelte-adapter-bun": "^0.5.1",
"svelte-check": "^3.4.3",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^5.3.2",
"vite": "^4.4.2"
},
"type": "module",
"dependencies": {
"@supabase/auth-helpers-sveltekit": "^0.10.7",
"@supabase/supabase-js": "^2.38.5",
"@sveltejs/svelte-scroller": "^2.0.7",
"@types/bcrypt": "^5.0.1",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"elysia": "^0.7.29",
"esbuild": "^0.19.5",
"express": "^4.18.2",
"flock-ui": "^1.0.6",
"siema": "^1.5.1",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"svelte-confetti": "^1.3.1",
"tailwind": "^4.0.0",
"uuid": "^9.0.1"
}
}