-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "astronautical-apogee",
"version": "1.0.0",
"license": "MIT",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro check && tsc --noEmit && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.0.0",
"@astrojs/react": "^3.3.4",
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@fontsource/poppins": "^5.1.0",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/mdi": "^1.2.1",
"@nanostores/react": "^0.8.2",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.170.0",
"@typescript-eslint/parser": "^7.10.0",
"astro": "^4.8.6",
"astro-icon": "^1.1.4",
"astro-tweet": "^0.0.4",
"eslint": "^9.3.0",
"eslint-plugin-astro": "^1.2.0",
"katex": "^0.16.10",
"nanostores": "^0.11.3",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"rough-notation": "^0.5.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.3",
"three": "^0.170.0",
"typescript": "^5.7.2"
}
}