-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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": "hawtin",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": " astro clean && astro dev --host",
"start": "astro dev",
"build": "astro clean && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@amcharts/amcharts5": "^5.10.12",
"@astrojs/check": "^0.8.1",
"@astrojs/mdx": "^4.0.7",
"@astrojs/react": "^4.1.6",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astropub/icons": "^0.2.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.4.1",
"@types/animejs": "^3.1.13",
"@types/lodash": "^4.17.15",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/react-helmet": "^6.1.11",
"animejs": "^3.2.2",
"astro": "^5.1.10",
"astro-iconify": "^1.2.0",
"astro-navbar": "^2.3.2",
"clsx": "^2.1.1",
"lodash": "^4.17.21",
"marked": "^15.0.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-helmet": "^6.1.0",
"react-quill-new": "^3.3.3",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"buildTime": "2025-2-19 23:34:26 星期三"
}