-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.22 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "duos-scoring",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "svelte-kit sync && vite dev",
"build": "svelte-kit sync && 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": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@sentry/sveltekit": "^8.51.0",
"@sparticuz/chromium": "^131.0.1",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.48.1",
"@sveltejs/adapter-netlify": "^4.4.1",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@types/cookie": "^0.6.0",
"@types/js-yaml": "^4.0.9",
"@types/nodemailer": "^6.4.17",
"@types/papaparse": "^5.3.15",
"@types/qrcode": "^1.5.5",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@zip.js/zip.js": "^2.7.54",
"autoprefixer": "^10.4.20",
"chartist": "^1.3.0",
"chartist-plugin-axistitle": "^0.0.7",
"cookie": "^1.0.2",
"dotenv": "^16.4.7",
"drizzle-kit": "^0.30.2",
"drizzle-orm": "^0.38.4",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"fastest-levenshtein": "^1.0.16",
"flowbite": "^2.5.2",
"flowbite-svelte": "^0.47.4",
"flowbite-svelte-icons": "^1.6.2",
"js-yaml": "^4.1.0",
"jspdf": "^2.5.2",
"nanoid": "^5.0.9",
"nodemailer": "^6.10.0",
"octokit": "^4.1.0",
"octokit-commit-multiple-files": "^5.0.2",
"papaparse": "^5.5.1",
"pdfjs-dist": "^4.10.38",
"postcss": "^8.5.1",
"postcss-load-config": "^6.0.1",
"postgres": "^3.4.5",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"puppeteer-core": "^24.1.1",
"qrcode": "^1.5.4",
"sass": "^1.83.4",
"sciolyff": "^0.16.2",
"slugify": "^1.6.6",
"svelte": "^4.2.19",
"svelte-check": "^4.1.4",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"vite": "^5.4.14",
"vite-imagetools": "^7.0.5"
},
"type": "module"
}