-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.71 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
{
"name": "mad-motion",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/lit": "^4.3.0",
"@astrojs/mdx": "^4.0.7",
"@astrojs/react": "^4.1.6",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.5",
"@lit-labs/ssr": "^3.2.2",
"@lit-labs/ssr-client": "^1.1.7",
"@lit/task": "^1.0.0",
"@mermaid-js/mermaid-cli": "^10.8.0",
"@react-three/drei": "^9.106.0",
"@react-three/fiber": "^8.16.8",
"@react-three/rapier": "^1.3.1",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^5.1.9",
"clsx": "^2.1.1",
"framer-motion": "^11.3.8",
"fs-extra": "^11.1.1",
"jsdom": "^24.0.0",
"lit": "^3.1.2",
"meshline": "^3.3.0",
"popmotion": "^11.0.5",
"react": "18",
"react-dom": "18",
"rehype-katex": "^7.0.0",
"rehype-mathjax": "^6.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.1",
"three": "^0.165.0",
"to-vfile": "^8.0.0",
"unified": "^11.0.3",
"unist-util-visit": "^5.0.0",
"unist-util-visit-parents": "^6.0.1",
"vfile": "^6.0.1",
"which": "^4.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/jsdom": "^21.1.6",
"@types/react": "18",
"@types/react-dom": "18",
"@types/three": "^0.165.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
}