-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 989 Bytes
/
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
{
"name": "none",
"version": "0.0.0",
"description": "Colorful SVG generation",
"type": "module",
"scripts": {
"dev": "tsup --env.NODE_ENV development",
"build": "tsup --env.NODE_ENV production",
"test": "tsup --env.NODE_ENV production && cd dist && deno test -A test.js",
"preview": "cd dist && deno run -A main.js",
"script:clean": "node scripts/clean.js",
"setup-icons": "cd src/ui/components/icon && tsx lucide/setup.ts && tsx simple/setup.ts"
},
"devDependencies": {
"@types/node": "^22.5.1",
"hono": "^4.5.10",
"satori": "^0.10.14",
"string-ts": "^2.2.0",
"terser": "^5.31.6",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"valibot": "0.40.0",
"yoga-wasm-web": "^0.3.3"
},
"peerDependencies": {
"lucide": "^0.428.0",
"simple-icons": "^13.6.0"
},
"peerDependenciesMeta": {
"lucide": {
"optional": true
},
"simple-icons": {
"optional": true
}
}
}