-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.57 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
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "stardigest",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"email:dev": "email dev",
"build": "vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"type-check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"type-check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"test:integration": "playwright test",
"test:unit": "vitest",
"prepare": "husky install",
"lint-staged": "lint-staged",
"pre-commit": "lint-staged"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@octokit/types": "^11.1.0",
"@playwright/test": "^1.28.1",
"@react-email/components": "^0.0.7",
"@sendgrid/helpers": "^7.7.0",
"@sveltejs/adapter-vercel": "^3.0.3",
"@sveltejs/kit": "^1.20.4",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.14",
"bits-ui": "^0.0.32",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.13",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.30.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"lucide-svelte": "^0.268.0",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.10.1",
"react": "^18.2.0",
"svelte": "^4.0.5",
"svelte-check": "^3.4.3",
"svelte-meta-tags": "^3.0.3",
"sveltekit-superforms": "^1.6.1",
"tailwindcss": "^3.3.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2",
"vitest": "^0.32.2",
"zod": "^3.22.2"
},
"type": "module",
"dependencies": {
"@chronark/access-policies": "^0.0.2",
"@js-joda/core": "^5.5.3",
"@js-joda/timezone": "^2.18.0",
"@lucia-auth/adapter-mysql": "^2.0.0",
"@lucia-auth/oauth": "^2.2.0",
"@octokit/request-error": "^5.0.0",
"@planetscale/database": "^1.11.0",
"@react-email/html": "0.0.4",
"@react-email/render": "0.0.7",
"@sendgrid/client": "^7.7.0",
"@upstash/qstash": "^0.3.6",
"@upstash/redis": "^1.22.0",
"clsx": "^2.0.0",
"discord.js": "^14.13.0",
"drizzle-orm": "^0.28.3",
"lucia": "^2.4.0",
"mysql2": "^3.6.0",
"nanoid": "^4.0.2",
"octokit": "^3.1.0",
"radix-icons-svelte": "^1.2.1",
"react-email": "1.9.4",
"tailwind-merge": "^1.14.0",
"tailwind-variants": "^0.1.13",
"tailwindcss-animate": "^1.0.6"
}
}