-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.71 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.71 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
{
"name": "example-basic",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"version": "vinxi version",
"lint": "eslint **/*.{ts,tsx}",
"format": "prettier --write \"{src,test}/**/*.{ts,tsx}\""
},
"dependencies": {
"@clerk/clerk-sdk-node": "^5.0.49",
"@kobalte/core": "^0.13.6",
"@solid-devtools/overlay": "^0.30.1",
"@solid-primitives/context": "^0.2.3",
"@solid-primitives/map": "^0.4.11",
"@solid-primitives/memo": "^1.3.8",
"@solid-primitives/storage": "^3.7.1",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.5",
"@solidjs/start": "^1.0.8",
"@tanstack/solid-form": "^0.32.0",
"@tanstack/zod-form-adapter": "^0.32.0",
"@vercel/kv": "^1.0.1",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clerk-solidjs": "^2.0.1",
"clsx": "^2.1.1",
"consola": "^3.2.3",
"csvtojson": "^2.0.10",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"drizzle-orm": "^0.33.0",
"export-to-csv": "^1.4.0",
"pg": "^8.12.0",
"qrcode": "^1.5.4",
"rxjs": "^7.8.1",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.17",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"unstorage": "^1.12.0",
"vinxi": "^0.4.3",
"zod": "^3.23.8"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@types/pg": "^8.11.6",
"@types/qrcode": "^1.5.5",
"drizzle-kit": "^0.24.0",
"eslint": "^9.5.0",
"eslint-plugin-solid": "^0.14.1",
"globals": "^15.6.0",
"prettier": "^3.3.2",
"solid-devtools": "^0.30.1",
"typescript-eslint": "^8.5.0"
}
}