forked from shipshapecode/starpod
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
54
{
"name": "starpod",
"type": "module",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/shipshapecode/starpod.git"
},
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build --remote",
"preview": "astro preview",
"astro": "astro",
"test:e2e": "pnpm exec playwright test"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/db": "^0.14.5",
"@astrojs/preact": "^4.0.1",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vercel": "^8.0.1",
"@preact/signals": "^1.3.1",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"astro": "^5.1.4",
"astro-seo-schema": "^5.0.0",
"atropos": "^2.0.2",
"preact": "^10.25.1",
"rss-to-json": "^2.1.1",
"schema-dts": "^1.1.2",
"valibot": "^0.31.1"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/html-to-text": "^9.0.4",
"@types/node": "^22.10.1",
"html-to-text": "^9.0.5",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"sharp": "^0.33.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"engines": {
"node": "^20.18.1"
}
}