-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 862 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
{
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"setup": "node ./setup.mjs"
},
"dependencies": {
"@codesandbox/sandpack-react": "2.12.0",
"@googleapis/youtube": "^13.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"autoprefixer": "^10.4.17",
"dotenv": "^16.4.2",
"geist": "1.2.2",
"next": "canary",
"next-auth": "5.0.0-beta.3",
"remote-mdx": "^0.0.4",
"next-mdx-remote": "^4.4.1",
"postcss": "^8.4.35",
"postgres": "^3.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-tweet": "3.2.1",
"sugar-high": "^0.6.0",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
}
}