-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.85 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.85 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "revolution-frontend",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest run",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/adapter-node": "^5.5.1",
"@sveltejs/kit": "^2.49.5",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/svelte": "^5.3.1",
"@types/bcrypt": "^6.0.0",
"@types/d3": "^7.4.3",
"@types/dompurify": "^3.2.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/pg": "^8.16.0",
"@types/simple-oauth2": "^5.0.8",
"@vitest/coverage-v8": "^4.0.18",
"drizzle-kit": "^0.31.8",
"jsdom": "^28.1.0",
"svelte": "^5.46.4",
"svelte-check": "^4.3.4",
"typescript": "^5.9.3",
"vite": "^7.2.6",
"vitest": "^4.0.18"
},
"dependencies": {
"@lucia-auth/adapter-drizzle": "^1.1.0",
"@monaco-editor/loader": "^1.7.0",
"@paralleldrive/cuid2": "^3.3.0",
"@tsparticles/fireworks": "^3.9.1",
"@types/canvas-confetti": "^1.9.0",
"@types/uuid": "^10.0.0",
"airtable": "^0.12.2",
"bcrypt": "^6.0.0",
"canvas-confetti": "^1.9.4",
"d3": "^7.9.0",
"dompurify": "^3.3.2",
"dotenv": "^16.4.0",
"drizzle-orm": "^0.45.1",
"jsonwebtoken": "^9.0.3",
"lucia": "^3.2.2",
"monaco-editor": "^0.55.1",
"oslo": "^1.2.1",
"pg": "^8.13.0",
"simple-oauth2": "^5.1.0",
"svelte-marked": "^0.8.0",
"tsparticles": "^3.9.1",
"tsparticles-preset-fireworks": "^2.12.0",
"uuid": "^13.0.0",
"zod": "^4.3.5"
},
"overrides": {
"cookie": ">=0.7.0",
"dompurify": "$dompurify",
"esbuild": ">=0.25.0"
}
}