-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.38 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.38 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
41
42
43
44
45
{
"name": "typewhisper-web",
"private": true,
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "node scripts/fetch-releases.mjs && node scripts/fetch-community-plugins.mjs && node scripts/fetch-social-stats.mjs && astro dev",
"build": "node scripts/fetch-releases.mjs && node scripts/fetch-community-plugins.mjs && node scripts/fetch-social-stats.mjs && astro check && astro build",
"preview": "astro preview",
"sync:svgl": "node scripts/sync-svgl-logos.mjs",
"test:e2e": "playwright test"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/react": "^5.0.3",
"@astrojs/sitemap": "^3.7.2",
"@radix-ui/react-dialog": "^1",
"@radix-ui/react-separator": "^1",
"@radix-ui/react-slot": "^1",
"@tailwindcss/typography": "^0.5.19",
"@types/mdx": "^2.0.13",
"astro": "^6.1.8",
"class-variance-authority": "^0.7",
"clsx": "^2",
"lucide-react": "^1.8.0",
"react": "^19",
"react-dom": "^19",
"react-markdown": "^10.1.0",
"recharts": "^3.8.1",
"remark-gfm": "^4.0.1",
"remark-github": "^12.0.0",
"shiki": "^4.0.2",
"tailwind-merge": "^3"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@playwright/test": "^1.59.1",
"@tailwindcss/vite": "^4",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "~5.9.3",
"vite": "^7.3.2"
}
}