-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.34 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.34 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "snap-proof-print-helper",
"version": "0.1.0",
"description": "Print multiple transfer record diagrams, e-commerce order diagrams, and so on in a voucher style onto paper.",
"homepage": "https://hellotool.github.io/SnapProofPrintHelperForPWA/",
"license": "Apache-2.0",
"author": {
"name": "Jesse205",
"email": "jesse205@qq.com",
"url": "https://gitee.com/Jesse205"
},
"repository": {
"type": "git",
"url": "https://gitee.com/HelloTool/SnapProofPrintHelperForPWA.git"
},
"private": true,
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
"type": "module",
"licenses": [
{
"type": "Apache-2.0",
"url": "https://opensource.org/license/apache-2-0"
}
],
"scripts": {
"build:browser": "rsbuild build --environment browser",
"build:tauri:frontend": "rsbuild build --environment tauri",
"build:tauri": "tauri build",
"dev:browser": "rsbuild dev --environment browser",
"dev:tauri:frontend": "rsbuild dev --environment tauri",
"dev:tauri": "tauri dev",
"preview:browser": "rsbuild preview --environment browser",
"check": "biome check",
"format": "biome format",
"docs:generateOsNotices": "tsx ./scripts/docs/generate_os_notices.ts"
},
"dependencies": {
"@material/tooltip": "^14.0.0",
"@solid-primitives/event-listener": "^2.4.1",
"@solid-primitives/i18n": "^2.2.1",
"@solidjs/meta": "^0.29.4",
"@suid/base": "^0.10.1",
"@suid/icons-material": "^0.8.1",
"@suid/material": "^0.18.0",
"@suid/system": "^0.13.0",
"@suid/types": "^0.7.1",
"@tauri-apps/api": "^2.5.0",
"i18next": "^25.0.1",
"nanoid": "^5.1.5",
"solid-js": "^1.9.7",
"workbox-window": "^7.3.0"
},
"devDependencies": {
"@aaroon/workbox-rspack-plugin": "^0.3.2",
"@biomejs/biome": "^2.0.0-beta.5",
"@rsbuild/core": "^1.3.12",
"@rsbuild/plugin-babel": "^1.0.5",
"@rsbuild/plugin-sass": "^1.3.1",
"@rsbuild/plugin-solid": "^1.0.5",
"@tauri-apps/cli": "^2.5.0",
"@types/license-checker": "^25.0.6",
"@types/node": "^22.15.2",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"csstype": "^3.1.3",
"license-checker": "^25.0.1",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}