-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 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
{
"name": "jesse-winton-works",
"version": "1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "biome format",
"lint:fix": "biome format --write"
},
"dependencies": {
"@base-ui-components/react": "^1.0.0-alpha.4",
"@date-fns/tz": "^1.2.0",
"@number-flow/react": "^0.4.4",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-context-menu": "^2.2.4",
"@radix-ui/react-tabs": "^1.1.2",
"@tanstack/react-query": "^5.62.10",
"@vercel/analytics": "^1.3.2",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"motion": "^11.15.0",
"next": "^15.1.3",
"next-themes": "^0.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^4.6.1",
"react-use-measure": "^2.1.1",
"tailwind-merge": "^2.6.0",
"usehooks-ts": "^3.1.0",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@content-collections/core": "^0.7.3",
"@content-collections/markdown": "^0.1.3",
"@content-collections/next": "^0.2.3",
"@tailwindcss/postcss": "^4.0.0-beta.3",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"babel-plugin-react-compiler": "^19.0.0-beta-b2e8e9c-20241220",
"postcss": "latest",
"tailwindcss": "^4.0.0-beta.3",
"typescript": "^5.6.3"
}
}