-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.69 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 3.69 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"devDependencies": {
"@deutschemodelunitednations/corporate-identity": "^1.1.10",
"@eslint/compat": "^1.4.1",
"@eslint/js": "^9.39.2",
"@fontsource/outfit": "^5.2.8",
"@fontsource/roboto-mono": "^5.2.8",
"@fontsource/vollkorn": "^5.2.10",
"@friendofsvelte/tipex": "^0.0.8",
"@inlang/cli": "^3.0.12",
"@inlang/paraglide-js": "2.0.11",
"@lingual/i18n-check": "^0.8.17",
"@m1212e/graphql-scalars-houdini": "^0.0.1",
"@m1212e/rumble": "^0.7.11",
"@m1212e/sveltekit-oidc": "^0.0.31",
"@sveltejs/adapter-node": "^5.4.0",
"@sveltejs/kit": "^2.49.4",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"@tiptap/core": "^2.27.2",
"@tiptap/extension-link": "^2.27.2",
"@tiptap/extension-underline": "^2.27.2",
"@tiptap/pm": "^2.27.2",
"@tiptap/starter-kit": "^2.27.2",
"@types/js-yaml": "^4.0.9",
"@types/pg": "^8.16.0",
"@zerodevx/svelte-toast": "^0.9.6",
"bits-ui": "^1.8.0",
"concurrently": "^9.2.1",
"cryptr": "^6.4.0",
"daisyui": "^5.5.14",
"dayjs": "^1.11.19",
"dexie": "^4.2.1",
"drizzle-seed": "^0.3.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.14.0",
"flag-icons": "^7.5.0",
"fuse.js": "^7.1.0",
"globals": "^16.5.0",
"graphql": "^16.12.0",
"graphql-sse": "^2.6.0",
"gridstack": "^12.4.2",
"hotkeys-js": "^3.13.15",
"houdini": "^2.0.0-next.11",
"houdini-svelte": "^3.0.0-next.13",
"jose": "^6.1.3",
"js-yaml": "^4.1.1",
"json-schema-to-typescript": "^15.0.4",
"lefthook": "^1.13.6",
"nanoid": "^5.1.6",
"openid-client": "^6.8.1",
"prettier": "^3.7.4",
"prettier-plugin-sort-json": "^4.1.1",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"svelte": "^5.46.1",
"svelte-check": "^4.3.5",
"svelte-confetti": "^2.3.2",
"svelte-fast-marquee": "^0.8.0",
"svelte-french-toast": "2.0.0-alpha.0",
"svelte-grid-extended": "^1.2.1",
"svelte-inspect-value": "^0.9.2",
"svelte-tiptap": "^2.2.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"typescript-eslint": "^8.52.0",
"vite": "^7.3.1",
"vitest": "^4.0.18",
"world-countries": "^5.1.0",
"zod": "^3.25.76"
},
"name": "munify-chase",
"private": true,
"resolutions": {
"@sveltejs/kit": "^2.20.5"
},
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"compile-seed-schema": "bunx json-schema-to-typescript ./src/api/db/seed-data/schema.json > ./src/api/db/seed-data/schema.d.ts",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:reset": "bun ./src/api/db/reset.ts",
"db:seed:dev": "bun ./src/api/db/seedConference.ts dev.yaml",
"db:studio": "drizzle-kit studio",
"dev": "concurrently \"bun run dev:server\" \"bun run dev:docker\" \"compile-seed-schema\"",
"dev:docker": "docker compose -f ./dev.docker-compose.yml up",
"dev:server": "while true; do svelte-kit sync && bun run vite-dev; echo 'Server crashed, restarting...'; sleep 1; done",
"format": "prettier --write .",
"format:check": "prettier --check .",
"i18n:check": "i18n-check --source \"de\" --locales ./messages --format \"i18next\"",
"i18n:validate": "inlang validate --project project.inlang",
"lint": "eslint .",
"machine-translate": "inlang machine translate --project project.inlang",
"prepare": "svelte-kit sync || echo ''",
"preview": "vite preview",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"vite-dev": "vite dev"
},
"type": "module",
"dependencies": {
"drizzle-kit": "1.0.0-beta.1-fd5d1e8",
"drizzle-orm": "1.0.0-beta.1-fd5d1e8",
"pg": "^8.16.3"
}
}