-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.49 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"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": "^2.18.1",
"@notionhq/client": "^2.2.15",
"@types/node": "22.5.5",
"@types/react": "18.3.6",
"@types/react-dom": "18.3.0",
"@typescript-eslint/parser": "^8.12.1",
"@vercel/analytics": "^1.3.2",
"@vercel/og": "^0.6.3",
"@vercel/speed-insights": "^1.0.14",
"clsx": "^2.1.1",
"eslint-config-next": "^14.2.16",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"framer-motion": "^11.11.10",
"googleapis": "^144.0.0",
"gray-matter": "^4.0.3",
"markdown-to-jsx": "^7.5.0",
"next": "^14.2.16",
"next-mdx-remote": "^5.0.0",
"notion-to-md": "^3.1.1",
"punycode": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-render-markup": "^3.6.3",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"typescript": "5.6.2",
"use-sound": "^4.0.3",
"vercel": "^37.12.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.20",
"encoding": "^0.1.13",
"eslint": "^8.57.1",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"tailwindcss": "^3.4.14"
}
}