-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.43 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
{
"name": "corporate-dashboard",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"format": "prettier --write .",
"postinstall": "husky install && svelte-kit sync",
"lint": "eslint --quiet --fix .",
"preview": "vite preview",
"sst:deploy": "sst deploy",
"sst:dev": "sst dev",
"test": "pnpm test:integration && pnpm test:unit",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"dependencies": {
"@lucia-auth/adapter-postgresql": "2.0.2",
"@lucia-auth/oauth": "3.5.0",
"@melt-ui/svelte": "0.61.1",
"@tanstack/svelte-query": "5.8.2",
"drizzle-orm": "^0.29.3",
"googleapis": "128.0.0",
"lucia": "2.7.4",
"lucide-svelte": "0.292.0",
"mimetext": "3.0.21",
"postgres": "3.4.3",
"zod": "3.22.4"
},
"devDependencies": {
"@commitlint/cli": "18.4.1",
"@commitlint/config-conventional": "18.4.0",
"@commitlint/types": "18.4.0",
"@melt-ui/pp": "^0.1.4",
"@playwright/test": "1.39.0",
"@sveltejs/adapter-auto": "2.1.1",
"@sveltejs/adapter-vercel": "^4.0.0",
"@sveltejs/kit": "1.27.5",
"@tanstack/svelte-table": "8.11.7",
"@tsconfig/node18": "18.2.2",
"@types/aws-lambda": "8.10.126",
"@types/lint-staged": "13.2.2",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"aws-cdk-lib": "2.101.1",
"constructs": "10.3.0",
"cz-conventional-changelog": "3.3.0",
"devmoji": "2.3.0",
"dotenv": "^16.4.5",
"drizzle-kit": "0.20.14",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-svelte": "2.35.0",
"husky": "8.0.3",
"lint-staged": "15.1.0",
"pg": "8.11.3",
"prettier": "3.1.0",
"prettier-plugin-packagejson": "2.4.6",
"prettier-plugin-prisma": "5.0.0",
"prettier-plugin-svelte": "3.1.0",
"sass": "1.69.5",
"sst": "2.36.1",
"svelte": "4.2.3",
"svelte-check": "3.6.0",
"svelte-kit-sst": "2.36.1",
"svelte-sequential-preprocessor": "^2.0.1",
"tslib": "2.6.2",
"typescript": "5.2.2",
"vite": "4.5.0",
"vitest": "0.34.6"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18",
"pnpm": "8"
}
}