-
-
Notifications
You must be signed in to change notification settings - Fork 509
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.59 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.59 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "seelen-ui",
"version": "2.6.1",
"description": "Seelen UI Project",
"type": "module",
"license": "AGPL-3.0-or-later",
"scripts": {
"tauri": "tauri",
"tauri:update": "tsx scripts/UpdateTauri.ts",
"build:ui": "tsx scripts/build.ts",
"build:lib": "cd ./libs/core && deno task build && cd ../..",
"dev": "cargo build && tauri dev",
"test": "",
"translate": "tsx ./scripts/translate/mod.ts",
"type-check": "tsc --noEmit && svelte-check --tsconfig ./tsconfig.json && cd ./libs/core && deno check && cd ../..",
"version:start": "tsx ./scripts/versionish.ts start",
"version:finish": "tsx ./scripts/versionish.ts finish",
"preinstall": "npm run build:lib",
"postinstall": "lefthook install"
},
"keywords": [],
"author": {
"name": "eythaann",
"email": "eythan.cvt@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/eythaann/seelen-ui.git"
},
"dependencies": {
"@dnd-kit/abstract": "^0.4.0",
"@dnd-kit/helpers": "^0.4.0",
"@dnd-kit/react": "^0.4.0",
"@dnd-kit/svelte": "^0.4.0",
"@preact/compat": "^18.3.2",
"@preact/signals": "^2.9.0",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/cli": "^2.10.1",
"@types/object-inspect": "^1.13.0",
"esbuild-svelte": "^0.9.3",
"flexsearch": "^0.8.212",
"object-inspect": "^1.13.4",
"preact": "^10.29.1",
"preact-render-to-string": "^6.6.7",
"react-router": "^7.14.1",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"svelte-preprocess": "^6.0.3",
"unified": "^11.0.5"
},
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@nyariv/sandboxjs": "^0.9.4",
"@seelen-ui/lib": "file:./libs/core/npm",
"@seelen/translation-toolkit": "^1.1.10",
"@types/express": "^5.0.0",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.24",
"@types/node": "^25.6.0",
"@types/react-dom": "^19.0.0",
"@types/yargs": "^17.0.33",
"antd": "^6.3.6",
"esbuild": "^0.28.0",
"esbuild-css-modules-plugin": "^3.1.4",
"express": "^5.2.1",
"framer-motion": "^12.38.0",
"i18next": "^26.0.6",
"js-yaml": "^4.1.0",
"lefthook": "^2.1.6",
"lodash": "^4.18.1",
"moment": "^2.30.1",
"react-i18next": "^17.0.4",
"react-icons": "^5.6.0",
"real-react-dom": "npm:react-dom@^19.0.0",
"svelte": "^5.55.4",
"svelte-check": "^4.4.6",
"toml": "^4.1.1",
"tsx": "^4.19.3",
"typescript": "^5.9.3",
"yargs": "^18.0.0",
"zod": "^3.24.3"
}
}