-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w --plugin-search-dir=. ."
},
"dependencies": {
"@astrojs/mdx": "^0.14.0",
"@astrojs/react": "^1.2.2",
"@astrojs/tailwind": "^2.1.3",
"@astrojs/vercel": "^2.4.0",
"@fontsource/inter": "^4.5.14",
"@fontsource/jetbrains-mono": "^4.5.11",
"@headlessui/react": "^1.7.7",
"@react-spring/three": "^9.6.1",
"@react-spring/web": "^9.6.1",
"@react-three/drei": "^9.52.6",
"@react-three/fiber": "^8.10.0",
"@react-three/postprocessing": "^2.7.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/three": "^0.148.0",
"astro": "^1.8.0",
"astro-seo": "^0.7.2",
"jotan": "^0.0.0",
"katex": "^0.16.4",
"leva": "^0.9.34",
"mafs": "^0.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.0.24",
"three": "^0.148.0"
},
"devDependencies": {
"prettier": "^2.8.2",
"prettier-plugin-astro": "^0.7.2"
}
}