-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1000 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/react": "^3.6.2",
"@astrojs/vercel": "7.8.2",
"@expressive-code/plugin-collapsible-sections": "^0.38.3",
"@fontsource-variable/figtree": "^5.1.1",
"@fontsource-variable/source-sans-3": "^5.1.0",
"@fontsource/fredoka-one": "^5.0.5",
"@reduxjs/toolkit": "^2.2.7",
"@sentry/astro": "^8.32.0",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.2.2",
"astro": "^4.16.12",
"astro-expressive-code": "^0.38.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"rxjs": "^7.8.1",
"typescript": "^5.4.5",
"unist-util-visit": "^5.0.0",
"web-vitals": "^3.5.2"
},
"devDependencies": {
"sass": "^1.77.2"
}
}