-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.61 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": "postbase",
"type": "module",
"private": true,
"scripts": {
"dev": "rakkas",
"build": "rakkas build",
"start": "node dist/server",
"format": "prettier --write --ignore-unknown src",
"test": "pnpm test:typecheck && pnpm test:format && pnpm test:lint && pnpm test:unit",
"test:typecheck": "tsc -p tsconfig.json --noEmit",
"test:format": "prettier --check --ignore-unknown src",
"test:lint": "eslint . --ignore-pattern dist",
"shadd": "tsx ./src/scripts/shadd.ts",
"test:unit": "vitest run",
"dasify": "npx daisify shadcn"
},
"devDependencies": {
"@rakkasjs/eslint-config": "0.7.0-next.30",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"autoprefixer": "10.4.17",
"daisify-shadcn": "^0.0.1",
"daisyui": "4.6.0",
"eslint": "^8.56.0",
"kanel": "^3.8.2",
"postcss": "8.4.33",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"rakkasjs": "0.7.0-next.30",
"shikiji": "0.10.0-beta.9",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.1"
},
"dependencies": {
"@google/generative-ai": "^0.1.3",
"@hattip/cookie": "^0.0.40",
"@hattip/response": "^0.0.40",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanem/react-nprogress": "^5.0.51",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"cookie-es": "^1.0.0",
"date-fns": "^3.2.0",
"destr": "^2.0.2",
"lucide-react": "^0.312.0",
"postgres": "^3.4.3",
"radash": "^11.0.0",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-paginate": "^8.2.0",
"react-resizable-panels": "^1.0.9",
"tailwind-merge": "^2.2.0",
"znv": "^0.4.0",
"zod": "^3.22.4"
}
}