-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.8 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
{
"name": "overwatch-match-tracker",
"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": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@skeletonlabs/skeleton": "^2.1.0",
"@skeletonlabs/tw-plugin": "^0.2.0",
"@sveltejs/adapter-vercel": "^3.0.3",
"@sveltejs/kit": "^1.25.0",
"@tailwindcss/forms": "^0.5.6",
"@types/cookie-signature": "^1.1.0",
"@types/node": "^20.6.3",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@zerodevx/svelte-img": "^2.0.3",
"autoprefixer": "^10.4.16",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.13",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.33.2",
"postcss": "^8.4.30",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "4.4.9"
},
"type": "module",
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"@libsql/client": "^0.3.4",
"clsx": "^2.0.0",
"cookie-signature": "^1.2.1",
"date-fns": "^2.30.0",
"drizzle-orm": "^0.28.6",
"drizzle-zod": "^0.5.1",
"google-auth-library": "^9.0.0",
"lucide-svelte": "^0.279.0",
"resend": "^1.1.0",
"sveltekit-superforms": "^1.7.1",
"tailwind-merge": "^1.14.0",
"tiny-invariant": "^1.3.1",
"typedash": "^3.2.0",
"uuid": "^9.0.1",
"zod": "^3.22.2"
}
}