-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@codesandbox/sandpack-react": "2.12.0",
"@googleapis/youtube": "^13.1.0",
"@tailwindcss/typography": "^0.5.10",
"@vercel/analytics": "1.3.2",
"@vercel/speed-insights": "^1.0.9",
"autoprefixer": "^10.4.17",
"geist": "1.2.2",
"next": "15.0.2",
"next-auth": "5.0.0-beta.24",
"next-mdx-remote": "^4.4.1",
"postcss": "^8.4.35",
"postgres": "^3.4.3",
"react": "19.0.0-rc-7c8e5e7a-20241101",
"react-dom": "19.0.0-rc-7c8e5e7a-20241101",
"react-tweet": "3.2.0",
"sugar-high": "^0.6.0",
"tailwindcss": "^3.4.1",
"typescript": "5.6.3"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "latest"
},
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}