forked from imprvhub/gitset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 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
47
48
49
50
51
52
53
{
"name": "gitset",
"type": "module",
"version": "1.5.1",
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.3",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vercel": "^7.7.2",
"@lemonsqueezy/lemonsqueezy.js": "^4.0.0",
"@libsql/client": "^0.14.0",
"@paralleldrive/cuid2": "^2.2.2",
"@supabase/supabase-js": "^2.47.16",
"@vercel/analytics": "^1.4.1",
"astro": "^4.16.18",
"axios-rate-limit": "^1.4.0",
"bowser": "^2.11.0",
"cross-spawn": "^7.0.6",
"diff": "^7.0.0",
"drizzle-orm": "^0.33.0",
"lucide-react": "^0.446.0",
"nanoid": "^5.0.9",
"prop-types": "^15.8.1",
"query-string": "^9.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-router-dom": "^6.26.2",
"recharts": "^2.15.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@swc/core": "^1.10.3",
"astro-expressive-code": "^0.35.6",
"drizzle-kit": "^0.24.2",
"free-astro-components": "^1.1.1",
"javascript-obfuscator": "^4.1.1",
"prettier": "^3.4.2"
}
}