-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
package.json
36 lines (35 loc) · 983 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": "next dev --turbopack",
"build": "next build",
"start": "next start",
"delete": "rm -rf app/n"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "15.0.1",
"@tailwindcss/postcss": "^4.0.0-alpha.26",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.3.1",
"next": "15.0.1",
"next-view-transitions": "^0.3.2",
"postgres": "^3.4.4",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"sugar-high": "^0.7.1"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"postcss": "^8.4.47",
"tailwindcss": "^4.0.0-alpha.26",
"typescript": "^5.6.3"
},
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}