-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 3.81 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 3.81 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
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "supplyra",
"private": true,
"version": "0.0.1",
"author": "Riki Ruswandi / Mikeu",
"email": "[EMAIL_ADDRESS]",
"url": "https://github.com/mikeu-dev",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "FORCE_COLOR=1 NODE_OPTIONS='--max-old-space-size=4096' vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "npx paraglide-js compile --project ./project.inlang --outdir src/lib/paraglide --emit-ts-declarations && svelte-kit sync && NODE_OPTIONS='--max-old-space-size=4096' svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"db:start": "docker compose up",
"db:reset": "bun scripts/reset_db.ts && npm run db:push && npm run db:seed",
"db:push": "drizzle-kit push",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio",
"db:seed": "bun src/lib/server/database/seed.ts",
"test:unit": "vitest",
"test": "bun run test:unit -- --run"
},
"devDependencies": {
"@eslint/compat": "^1.2.9",
"@eslint/js": "^9.38.0",
"@internationalized/date": "^3.12.0",
"@lucide/svelte": "^0.536.0",
"@playwright/test": "^1.57.0",
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/kit": "^2.21.3",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.8",
"@tanstack/table-core": "^8.21.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.8",
"@types/bun": "^1.3.7",
"@types/mime": "^3.0.4",
"@types/node": "^18.19.111",
"@types/nodemailer": "^7.0.2",
"@types/web-push": "^3.6.4",
"@vite-pwa/sveltekit": "^1.1.0",
"bits-ui": "^2.16.3",
"clsx": "^2.1.1",
"drizzle-kit": "^0.31.10",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-svelte": "^3.9.1",
"formsnap": "^2.0.1",
"globals": "^16.2.0",
"jsdom": "^26.1.0",
"mode-watcher": "^1.1.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^5.33.18",
"svelte-check": "^4.2.1",
"svelte-dnd-action": "^0.9.68",
"svelte-flags": "^2.0.2",
"svelte-sonner": "^1.0.5",
"sveltekit-superforms": "^2.21.0",
"svoast": "^3.0.3",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^2.1.0",
"tailwindcss": "^4.1.14",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "5.8.2",
"typescript-eslint": "^8.34.0",
"vite": "^6.3.5",
"vitest": "^3.2.3",
"web-push": "^3.6.7",
"workbox-window": "^7.4.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.844.0",
"@aws-sdk/s3-request-presigner": "^3.844.0",
"@inlang/paraglide-js": "^2.0.13",
"@node-rs/argon2": "^2.0.2",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@tadashi/svelte-editor-quill": "^4.0.0",
"@types/bcryptjs": "^2.4.6",
"@types/leaflet": "^1.9.21",
"@types/pdfmake": "^0.2.12",
"bcryptjs": "^3.0.3",
"bullmq": "^5.66.0",
"chart.js": "^4.5.1",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.45.2",
"effect": "^3.19.15",
"exceljs": "^4.4.0",
"file-type": "^21.3.0",
"filepond": "^4.32.10",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
"idb": "^8.0.3",
"ioredis": "^5.8.2",
"isomorphic-dompurify": "^2.35.0",
"leaflet": "^1.9.4",
"mime": "^4.0.1",
"nodemailer": "^7.0.4",
"pdfmake": "^0.3.2",
"postgres": "^3.4.9",
"quill": "^2.0.3",
"sv-erp-sh": "file:",
"svelte-fast-marquee": "^1.0.2",
"svelte-filepond": "^0.2.2",
"valibot": "^1.2.0",
"winston": "^3.19.0",
"ziggy-js": "^2.5.3",
"zod": "^3.25.76"
}
}