-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 KB
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
42
{
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "npm run setup && next build",
"build-only": "next build",
"start": "next start",
"setup": "node ./setup.mjs"
},
"dependencies": {
"@codesandbox/sandpack-react": "2.12.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@googleapis/youtube": "^13.1.0",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.14",
"@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",
"caniuse-lite": "",
"dotenv": "^16.4.2",
"geist": "1.2.2",
"next": "^14.1.4",
"next-auth": "5.0.0-beta.3",
"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.0",
"sugar-high": "^0.6.0",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
},
"devDependencies": {
"eslint": "^8.57.0"
}
}