-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1014 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
{
"private": true,
"scripts": {
"dev": "bun run app/_w.generator.ts && next dev --turbo",
"build": "bun run app/_w.generator.ts && next build",
"start": "next start"
},
"dependencies": {
"@next/mdx": "^15.0.3",
"@tailwindcss/postcss": "^4.0.0-beta.4",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.4.1",
"framer-motion": "^5.0.0-alpha.22",
"next": "^15.0.3",
"next-view-transitions": "^0.3.2",
"react": "19.0.0-rc-cd22717c-20241013",
"react-dom": "19.0.0-rc-cd22717c-20241013",
"sugar-high": "^0.7.5"
},
"devDependencies": {
"@heroicons/react": "^2.2.0",
"@types/node": "^22.10.1",
"@types/react": "^19.0.0-rc.1",
"@types/react-dom": "^19.0.0-rc.1",
"clsx": "^2.1.1",
"postcss": "^8.4.49",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^4.0.0-beta.4",
"typescript": "^5.7.2"
},
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}