-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 957 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
36
{
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"build-only": "next build",
"start": "next start"
},
"dependencies": {
"@codesandbox/sandpack-react": "2.18.2",
"@googleapis/youtube": "13.1.0",
"@tailwindcss/typography": "^0.5.14",
"@types/node": "22.2.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"geist": "1.3.1",
"next": "^15.0.0-canary.120",
"next-auth": "5.0.0-beta.3",
"next-mdx-remote": "^5.0.0",
"postcss": "^8.4.41",
"postgres": "^3.4.4",
"react": "^19.0.0-rc-2d2cc042-20240809",
"react-dom": "^19.0.0-rc-2d2cc042-20240809",
"react-tweet": "3.2.1",
"sugar-high": "^0.7.0",
"tailwindcss": "^3.4.9",
"typescript": "5.5.4"
},
"prettier": {
"singleQuote": true
}
}