forked from leerob/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 965 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
37
{
"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",
"@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": "14.2.0-canary.66",
"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"
},
"prettier": {
"singleQuote": true
}
}