-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2 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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "hecker.vc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "HOST=0.0.0.0 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@inlang/cli": "^3.0.12",
"@notionhq/client": "^3.1.3",
"@types/node": "24.0.3",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@typescript-eslint/parser": "^8.35.0",
"@vercel/analytics": "^1.5.0",
"@vercel/og": "^0.6.8",
"@vercel/speed-insights": "^1.2.0",
"chart.js": "^4.5.0",
"chartjs-adapter-date-fns": "^3.0.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"eslint-config-next": "^15.3.4",
"eslint-import-resolver-typescript": "^4.4.3",
"eslint-plugin-import": "^2.32.0",
"framer-motion": "^12.19.1",
"googleapis": "^150.0.1",
"gray-matter": "^4.0.3",
"markdown-to-jsx": "^7.7.8",
"next": "^15.3.4",
"next-mdx-remote": "^5.0.0",
"notion-to-md": "^3.1.9",
"punycode": "^2.3.1",
"react": "^19.1.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"react-render-markup": "^3.6.3",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.1",
"sharp": "^0.34.2",
"svgo": "^4.0.0",
"typescript": "5.8.3",
"use-sound": "^5.0.0",
"vercel": "^44.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.21",
"encoding": "^0.1.13",
"eslint": "^9.29.0",
"postcss": "^8.5.6",
"prettier": "3.6.0",
"tailwindcss": "^4.1.10"
},
"pnpm": {
"ignoredBuiltDependencies": [
"@vercel/speed-insights",
"@vercel/speed-insights"
],
"onlyBuiltDependencies": [
"@vercel/speed-insights",
"sharp",
"unrs-resolver"
]
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}