-
Notifications
You must be signed in to change notification settings - Fork 252
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.95 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.95 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
64
65
66
67
68
69
{
"name": "brios-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"generate-schemas": "bun scripts/generateNotionSchemas.ts",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write ."
},
"dependencies": {
"@aws-sdk/client-s3": "^3.975.0",
"@base-ui/react": "^1.1.0",
"@notionhq/client": "^5.4.0",
"@paper-design/shaders-react": "^0.0.72",
"@sparticuz/chromium": "^143.0.4",
"@tanstack/react-virtual": "^3.13.18",
"@types/dompurify": "^3.2.0",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.36.3",
"@vercel/og": "^0.11.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dompurify": "^3.3.3",
"fathom-client": "^3.7.2",
"feed": "^5.1.0",
"jotai": "^2.18.0",
"jsonwebtoken": "^9.0.3",
"motion": "^12.33.0",
"next": "^16.1.2",
"next-themes": "^0.4.6",
"postmark": "^4.0.7",
"puppeteer-core": "^24.35.0",
"react": "^19.2.4",
"react-device-detect": "^2.2.3",
"react-dom": "^19.2.3",
"react-hotkeys-hook": "^5.2.3",
"sharp": "^0.34.5",
"shiki": "^3.15.0",
"sonner": "^2.0.3",
"swr": "^2.3.8",
"tailwind-merge": "^3.2.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.16",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"decode-ico": "^0.4.1",
"eslint": "^9",
"eslint-config-next": "^16.1.6",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}