-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.52 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
{
"name": "nerdstep.com",
"version": "1.0.0",
"private": true,
"module": "index.ts",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run lint",
"deploy": "npm run build && wrangler deploy",
"cf-typegen": "wrangler types",
"lint": "npm run ts:check && npm run lint:check",
"lint:check": "biome check",
"lint:fix": "biome check --write",
"ts:check": "tsc --noEmit"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource-variable/manrope": "^5.2.8",
"@tabler/icons-react": "^3.44.0",
"@tanstack/react-router": "^1.170.18",
"@tanstack/react-start": "^1.168.28",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"es-toolkit": "^1.49.0",
"lucide-react": "^1.24.0",
"motion": "^12.42.2",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-parallax-tilt": "^1.7.333",
"react-use": "^17.6.1",
"tailwind-merge": "^3.6.0",
"tanstack-theme-kit": "^0.2.1",
"type-fest": "^5.8.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "2.5.3",
"@cloudflare/vite-plugin": "^1.44.0",
"@tailwindcss/vite": "^4.3.2",
"@types/bun": "latest",
"@vitejs/plugin-react": "^6.0.3",
"tailwindcss": "^4.3.2",
"tw-animate-css": "^1.4.0",
"typescript": "7.0.2",
"vite": "^8.1.4",
"wrangler": "^4.110.0"
}
}