-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) 路 1.62 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) 路 1.62 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "hecker.vc",
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
"node": "24.x"
},
"scripts": {
"dev": "HOST=0.0.0.0 next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@inlang/cli": "^3.1.14",
"@notionhq/client": "^5.22.0",
"@types/node": "26.1.0",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vercel/analytics": "^2.0.1",
"@vercel/og": "^0.11.1",
"@vercel/speed-insights": "^2.0.0",
"chart.js": "^4.5.1",
"chartjs-adapter-date-fns": "^3.0.0",
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"eslint-config-next": "^16.2.10",
"googleapis": "^173.0.0",
"gray-matter": "^4.0.3",
"markdown-to-jsx": "^9.8.2",
"next": "^16.2.10",
"next-mdx-remote": "^6.0.0",
"notion-to-md": "^3.1.9",
"punycode": "^2.3.1",
"react": "^19.2.7",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.7",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.1",
"remark-gfm": "^4.0.1",
"sharp": "^0.35.3",
"svgo": "^4.0.1",
"typescript": "6.0.3",
"use-sound": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.2",
"@tailwindcss/typography": "^0.5.20",
"@types/react-syntax-highlighter": "^15.5.13",
"encoding": "^0.1.13",
"eslint": "^9.39.4",
"postcss": "^8.5.16",
"prettier": "3.9.4",
"tailwindcss": "^4.3.2"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}