-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 959 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 959 Bytes
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
{
"name": "AsyncTalk",
"type": "module",
"version": "2.0.0",
"author": {
"name": "Annatar He",
"url": "https://github.com/annatarhe"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.10",
"@astrojs/check": "^0.9.8",
"@astrojs/mdx": "^5.0.3",
"@astrojs/react": "^5.0.2",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"astro": "^6.1.3",
"gray-matter": "^4.0.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"satori": "^0.18.3",
"sharp": "^0.34.4",
"stylus": "^0.64.0",
"tailwindcss": "^4.1.15",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.12.4",
"devDependencies": {
"@tailwindcss/vite": "^4.1.15"
}
}