-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "hizgiaev-dev",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.2.1",
"@astrojs/react": "^6.0.1",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/vercel": "^11.0.2",
"@fontsource/geist-mono": "^5.2.8",
"@fontsource/geist-sans": "^5.2.5",
"@paper-design/shaders-react": "^0.0.77",
"@playform/compress": "^0.2.3",
"@tailwindcss/vite": "^4.3.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"astro": "^7.0.7",
"katex": "^0.16.11",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"tailwindcss": "^4.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.20",
"lightningcss": "^1.32.0",
"prettier": "^3.9.5",
"prettier-plugin-astro": "^0.14.1"
},
"overrides": {
"path-to-regexp": "^6.3.0"
}
}