-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.22 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
46
47
48
49
{
"name": "saas-webiste-main",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "pnpm run og && pnpm run ads-txt && astro build",
"preview": "astro preview",
"astro": "astro",
"og": "node --experimental-strip-types scripts/og.mjs",
"ads-txt": "node --experimental-strip-types scripts/ads-txt.mjs"
},
"dependencies": {
"@astrojs/react": "^6.0.5",
"@astrojs/sitemap": "^3.7.4",
"@tailwindcss/vite": "^4.3.3",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"ajv": "^8.20.0",
"astro": "^7.3.2",
"bcryptjs": "^3.0.3",
"cron-parser": "^5.10.1",
"cronstrue": "^3.26.0",
"diff": "^9.0.0",
"js-beautify": "^2.0.3",
"marked": "^18.0.13",
"qrcode": "^1.5.4",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"sql-formatter": "^15.8.2",
"tailwindcss": "^4.3.3",
"yaml": "^2.9.1"
},
"allowScripts": {
"esbuild": true
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@resvg/resvg-js": "^2.6.2",
"@types/diff": "^8.0.0",
"@types/js-beautify": "^1.14.3",
"@types/qrcode": "^1.5.6",
"satori": "^0.33.4",
"typescript": "^6.0.3"
}
}