-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
67 lines (67 loc) · 2.3 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "noraneko-bin",
"version": "0.1.19",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node --import @swc-node/register/esm-register ./build.ts --test",
"build": "node --import @swc-node/register/esm-register ./build.ts",
"dev": "node --import @swc-node/register/esm-register ./build.ts --run",
"apply-patches": "node --import @swc-node/register/esm-register ./scripts/git-patches/git-patches-manager.ts --apply",
"dev-with-init-bin-git": "node --import @swc-node/register/esm-register ./build.ts --run-with-init-bin-git",
"init-bin-git": "node --import @swc-node/register/esm-register ./scripts/git-patches/git-patches-manager.ts --init",
"create-patches": "node --import @swc-node/register/esm-register ./scripts/git-patches/git-patches-manager.ts --create"
},
"keywords": [],
"workspaces": [
"./packages/*"
],
"author": "",
"private": true,
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@bytecodealliance/preview2-shim": "^0.17.1",
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/codicon": "^1.2.8",
"@iconify-json/fluent-mdl2": "^1.2.1",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/line-md": "^1.2.4",
"@iconify-json/lucide": "^1.2.20",
"@iconify-json/material-symbols": "^1.2.12",
"@iconify-json/material-symbols-light": "^1.2.12",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/mingcute": "^1.2.3",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.10.3",
"@types/adm-zip": "^0.5.7",
"@types/node": "^22.10.2",
"@types/postcss-sorting": "^8.0.2",
"@typescript/lib-dom": "link:@types\\gecko\\dom",
"chalk": "^5.4.1",
"chokidar": "^4.0.3",
"execa": "^9.5.2",
"fast-glob": "^3.3.2",
"lightningcss": "^1.28.2",
"linkedom": "0.18.6",
"oxlint": "^0.15.3",
"puppeteer-core": "^23.11.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"uuid": "^11.0.3",
"vite": "6.0.6",
"vite-plugin-solid": "^2.11.0",
"vite-tsconfig-paths": "^5.1.4",
"xml-js": "^1.6.11"
},
"dependencies": {
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"adm-zip": "^0.5.16",
"solid-element": "^1.9.1",
"solid-styled-jsx": "^0.27.1",
"sortablejs": "^1.15.6",
"zod": "^3.24.1"
},
"packageManager": "pnpm@9.2.0"
}