-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.33 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.33 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
43
44
45
46
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build-only": "next build",
"start": "next start",
"setup": "node ./setup.mjs",
"test": "vitest run"
},
"dependencies": {
"@codesandbox/sandpack-react": "2.12.0",
"@tailwindcss/typography": "^0.5.10",
"@tensorflow/tfjs": "^2.1.0",
"@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",
"chart.js": "^2.9.3",
"dotenv": "^16.4.2",
"geist": "1.2.2",
"lucide-react": "^0.376.0",
"next": "14.2.35",
"next-auth": "5.0.0-beta.3",
"next-mdx-remote": "6.0.0",
"postcss": "^8.4.35",
"postgres": "^3.4.3",
"react": "18.2.0",
"react-chartjs-2": "^2.10.0",
"react-dom": "18.2.0",
"react-images": "^1.2.0-beta.7",
"react-photo-gallery": "^8.0.0",
"react-tweet": "3.2.0",
"reading-time": "^1.5.0",
"sugar-high": "^0.6.0",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
},
"packageManager": "yarn@4.9.3+sha512.8295ee814f6b253e16f516416481b481a215ed03ef1ae38524d108084872560a9ed75aeb23b91ab64222062ac4149a594150ae538c2a9536fdbcefd4e49b11cc",
"devDependencies": {
"@vitejs/plugin-react": "^6.0.1",
"vitest": "^4.1.0"
}
}