-
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) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.96 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": "cubical-logic-model",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "eslint .",
"check:auth": "node check_auth.js"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/node": "^8.2.3",
"@astrojs/partytown": "^2.0.4",
"@astrojs/react": "^3.0.10",
"@astrojs/tailwind": "^5.1.0",
"@nanostores/react": "^0.8.0",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-slider": "^1.1.2",
"@react-three/drei": "^9.116.3",
"@react-three/fiber": "^8.17.10",
"@types/better-sqlite3": "^7.6.12",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/recharts": "^1.8.29",
"@types/three": "^0.170.0",
"astro": "^4.4.15",
"better-sqlite3": "^11.5.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"js-cookie": "^3.0.5",
"katex": "^0.16.11",
"lucide-react": "^0.356.0",
"mermaid": "^11.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-katex": "^3.0.1",
"react-markdown": "^9.0.1",
"react-split": "^2.0.14",
"react-syntax-highlighter": "^15.6.1",
"react-youtube": "^10.1.0",
"recharts": "^2.13.3",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-mermaidjs": "^7.0.0",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"three": "^0.170.0",
"vite": "^6.0.2",
"zustand": "^5.0.1"
},
"devDependencies": {
"@shadcn/ui": "^0.0.4",
"@tailwindcss/typography": "^0.5.15",
"@types/js-cookie": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}