-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview --host",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.5",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/academicons": "^1.1.14",
"@iconify-json/fa-solid": "^1.1.8",
"@iconify-json/lucide": "^1.1.194",
"@iconify-json/mdi": "^1.1.67",
"@radix-ui/react-slot": "^1.1.0",
"@react-three/drei": "^9.107.1",
"@react-three/fiber": "^8.16.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.3",
"astro-icon": "^1.1.0",
"chart.js": "^4.4.7",
"chartjs-plugin-annotation": "^3.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"katex": "^0.16.10",
"lucide-react": "^0.396.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15"
}
}