-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "cubeclubsnz",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint ."
},
"devDependencies": {
"@sveltejs/adapter-node": "^5.0.1",
"@sveltejs/kit": "^2.5.3",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@types/node": "^20.11.25",
"@types/pg": "^8.11.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-plugin-svelte": "^2.35.1",
"prisma": "^5.10.2",
"prisma-kysely": "^1.8.0",
"svelte": "^4.2.12",
"svelte-check": "^3.6.6",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
"vite": "^5.1.5"
},
"type": "module",
"dependencies": {
"@event-calendar/core": "^2.6.1",
"@event-calendar/interaction": "^2.6.1",
"@event-calendar/time-grid": "^2.6.1",
"@prisma/client": "^5.10.2",
"argon2": "^0.40.1",
"dotenv": "^16.4.5",
"kysely": "^0.27.3",
"lucide-svelte": "^0.354.0",
"pg": "^8.11.3"
}
}