-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.26 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.26 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
50
51
52
53
{
"name": "noraneko-bin",
"version": "12.9.1",
"firefox": "148.0.2",
"release": {
"firefox": "148.0.2",
"floorp": "12.2.1-dev"
},
"description": "",
"main": "index.js",
"type": "module",
"keywords": [],
"workspaces": [
"./packages/*"
],
"author": "",
"private": true,
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@bytecodealliance/preview2-shim": "^0.17.5",
"@swc-node/register": "^1.11.1",
"@swc/core": "^1.15.3",
"@types/adm-zip": "^0.5.7",
"@types/node": "^22.19.1",
"@types/postcss-sorting": "^8.0.2",
"chalk": "^5.6.2",
"chokidar": "^4.0.3",
"fast-glob": "^3.3.3",
"lightningcss": "^1.30.2",
"linkedom": "0.18.7",
"oxlint": "^0.15.15",
"pathe": "^2.0.3",
"puppeteer-core": "^24.31.0",
"rolldown": "^1.0.0-beta.51",
"typescript": "~5.8.0",
"uuid": "^11.1.0",
"vite": "6.0.11",
"vite-plugin-solid": "^2.11.10",
"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",
"qr-code-styling": "^1.9.2",
"solid-element": "^1.9.1",
"solid-styled-jsx": "^0.27.1",
"sortablejs": "^1.15.6",
"zod": "^3.25.76",
"zx": "^8.8.5"
}
}