-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 813 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 813 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
{
"name": "dotforge-web",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate-types": "wrangler types",
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:headed": "playwright test --headed"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/cloudflare": "^12.6.11",
"@astrojs/preact": "^4.1.3",
"@dotforge/core": "^0.8.0",
"astro": "^5.18.1",
"lucide-preact": "^0.576.0",
"preact": "^10.28.4",
"typescript": "^5.9.3"
},
"devDependencies": {
"@biomejs/biome": "2.4.5",
"@playwright/test": "^1.58.2",
"@types/node": "^25.3.3",
"wrangler": "^4.77.0"
},
"engines": {
"node": ">=24"
}
}