-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.14 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.14 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
{
"name": "temp_web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"mcp:build-data": "node scripts/build-mcp-data.mjs",
"mcp:build-server": "pnpm --filter @mcell/stack-mcp build",
"mcp:dev-server": "pnpm --filter @mcell/stack-mcp dev",
"prebuild": "node scripts/build-mcp-data.mjs && node scripts/build-feed.mjs",
"build": "next build",
"postbuild": "pagefind --site out",
"start": "serve out",
"lint": "eslint",
"format": "prettier --write \"{src,content,docs,public}/**/*.{ts,tsx,js,jsx,md,mdx,css,json}\"",
"format:check": "prettier --check \"{src,content,docs,public}/**/*.{ts,tsx,js,jsx,md,mdx,css,json}\""
},
"dependencies": {
"@giscus/react": "^3.1.0",
"@gsap/react": "^2.1.2",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-slot": "^1.2.4",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"@streamdown/code": "^1.0.3",
"@streamdown/mermaid": "^1.0.2",
"@tailwindcss/typography": "^0.5.19",
"@types/three": "^0.181.0",
"@use-gesture/react": "^10.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.25",
"github-calendar": "^2.3.4",
"gl-matrix": "^3.4.4",
"gray-matter": "^4.0.3",
"gsap": "^3.13.0",
"lucide-react": "^0.556.0",
"maath": "^0.10.8",
"mathjs": "^14.9.1",
"mermaid": "^11.12.3",
"motion": "^12.23.12",
"next": "16.0.7",
"radix-ui": "^1.4.3",
"react": "19.2.0",
"react-activity-calendar": "^3.0.1",
"react-dom": "19.2.0",
"react-github-calendar": "^5.0.0",
"react-medium-image-zoom": "^5.4.0",
"streamdown": "^2.3.0",
"tailwind-merge": "^3.4.0",
"three": "^0.181.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.7",
"pagefind": "^1.4.0",
"prettier": "^3.7.4",
"serve": "^14.2.5",
"shadcn": "^3.8.5",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}