-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 915 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
{
"name": "@mattrax/landing",
"type": "module",
"private": true,
"scripts": {
"dev": "vinxi dev --host 0.0.0.0 --port 3001",
"build": "vinxi build",
"start": "vinxi start"
},
"dependencies": {
"@fontsource-variable/inter": "^5.1.0",
"@fontsource/inter": "^5.1.0",
"@kobalte/core": "^0.13.7",
"@mattrax/ui": "workspace:*",
"@solidjs/router": "0.14.10",
"@solidjs/start": "1.0.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"h3": "^1.13.0",
"solid-js": "^1.9.2",
"vinxi": "0.4.3",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@content-collections/core": "^0.7.2",
"@content-collections/markdown": "^0.1.2",
"@content-collections/vite": "^0.2.3",
"@iconify/json": "^2.2.262",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"fumadocs-ui": "^13.4.10",
"tailwindcss": "^3.4.14"
}
}