-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.38 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.38 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
{
"name": "deeply-disk",
"type": "module",
"version": "0.0.1",
"scripts": {
"predev": "node scripts/setup-content.mjs",
"prebuild": "node scripts/setup-content.mjs",
"setup:content": "node scripts/setup-content.mjs",
"debug:content": "node scripts/debug-content.mjs",
"dev": "astro dev",
"build": "astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/react": "^4.2.0",
"@react-three/drei": "^9.113.0",
"@react-three/fiber": "^8.15.16",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"@citation-js/core": "^0.7.0",
"@citation-js/plugin-bibtex": "^0.7.0",
"fast-glob": "^3.3.3",
"gray-matter": "^4.0.3",
"lucide-react": "^0.487.0",
"marked": "^17.0.1",
"motion": "^11.11.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-directive": "^4.0.0",
"remark-directive-rehype": "^0.4.2",
"remark-wiki-link": "^2.0.1",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^4.1.18",
"three": "^0.168.0",
"typescript": "^5.9.3",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20.17.12",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"pagefind": "^1.2.1"
}
}