-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.52 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "michaeldemar.co-v5",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"find-subdomains": "tsx scripts/find-subdomains.ts",
"generate-data": "tsx scripts/generate-data.ts",
"prebuild": "npm run find-subdomains && npm run generate-data",
"build": "next build",
"postbuild": "next-sitemap",
"quickbuild": "npm run build --ignore-scripts",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"dependencies": {
"@notionhq/client": "^2.2.15",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "^1.1.6",
"@types/three": "^0.171.0",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"dotenv": "^16.4.7",
"fast-xml-parser": "^4.5.1",
"feed": "^4.2.2",
"framer-motion": "^11.15.0",
"geist": "^1.3.1",
"lucide-react": "^0.469.0",
"next": "^15.1.3",
"next-mdx-remote": "^5.0.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.4",
"node-abort-controller": "^3.1.1",
"node-fetch": "^2.7.0",
"notion-to-md": "^3.1.1",
"prismjs": "^1.29.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-globe.gl": "^2.28.3",
"rehype-prism-plus": "^2.0.0",
"rehype-raw": "^7.0.0",
"remark": "^15.0.1",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-slug": "^7.0.1",
"remark-unwrap-images": "^4.0.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.171.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@shadcn/ui": "^0.0.4",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.1",
"tsx": "^4.19.2",
"typescript": "^5"
}
}