-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1018 Bytes
/
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
{
"name": "solidhack",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start"
},
"dependencies": {
"@auth/core": "^0.37.4",
"@kobalte/core": "^0.13.7",
"@libsql/client": "^0.14.0",
"@modular-forms/solid": "^0.24.1",
"@solid-mediakit/auth": "^3.1.1",
"@solid-primitives/date": "^2.0.24",
"@solidjs/router": "^0.15.1",
"@solidjs/start": "^1.0.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"is-github-url": "^1.2.2",
"solid-confetti-explosion": "^1.1.8",
"solid-heroicons": "^3.2.4",
"solid-js": "^1.9.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0",
"valibot": "1.0.0-beta.0",
"vinxi": "^0.4.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15"
},
"engines": {
"node": ">=18",
"packageManager": "pnpm@8"
}
}