-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.39 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.39 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
{
"name": "wenbun",
"version": "0.27.1",
"description": "",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build --mode production",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest run",
"test:watch": "vitest",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.0.0",
"@khmyznikov/pwa-install": "^0.5.8",
"@tauri-apps/api": "2.9",
"@tauri-apps/plugin-deep-link": "^2.4.5",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-store": "^2.3.0",
"@vite-pwa/sveltekit": "^1.0.0",
"hanzi-writer": "^3.7.2",
"hanzi-writer-data": "^2.0.1",
"jszip": "^3.10.1",
"lit": "^3.3.1",
"lodash": "^4.17.21",
"opencc-js": "^1.0.5",
"pinyin-zhuyin": "^1.0.4",
"ts-fsrs": "^5.2.0"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tauri-apps/cli": "^2",
"@types/lodash": "^4.17.20",
"@types/node": "^24.2.1",
"@types/opencc-js": "^1.0.3",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tauri-version": "^1.0.0-beta.2",
"typescript": "~5.6.2",
"vite": "^6.0.3",
"vitest": "^2.1.8"
}
}