-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.17 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
68
69
70
71
72
73
{
"name": "umda_ui",
"private": true,
"version": "3.1.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri",
"format": "prettier --write --plugin prettier-plugin-svelte ."
},
"dependencies": {
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/cli": "^2.1.0",
"@tauri-apps/plugin-dialog": "~2.2.0",
"@tauri-apps/plugin-fs": "~2.2.0",
"@tauri-apps/plugin-log": "~2.2.0",
"@tauri-apps/plugin-os": "~2.2.0",
"@tauri-apps/plugin-process": "~2.2.0",
"@tauri-apps/plugin-shell": "~2.2.0",
"@tauri-apps/plugin-updater": "~2.3.0",
"@tauri-apps/plugin-websocket": "~2.2.0",
"hyparquet": "^1.6.4",
"lucide-svelte": "0.468.0",
"plotly.js-dist-min": "^2.35.3",
"smiles-drawer": "^2.1.7"
},
"devDependencies": {
"@loadingio/loading.css": "^3.2.1",
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@smui-extra/accordion": "^7.0.0",
"@smui/chips": "^7.0.0",
"@smui/menu-surface": "^7.0.0",
"@smui/paper": "^7.0.0",
"@sveltejs/svelte-virtual-list": "^3.0.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/typography": "^0.5.15",
"@tsconfig/svelte": "^5.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "22.0.2",
"@zmotivat0r/o0": "^1.0.2",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"cooltipz-css": "^2.3.1",
"daisyui": "4.12.10",
"hover.css": "^2.3.2",
"ldbutton": "^2.0.4",
"lodash-es": "^4.17.21",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"sass": "^1.83.0",
"socket.io-client": "^4.8.1",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"svelte-copy": "^1.4.2",
"svelte-flatlist": "^0.2.6",
"svelte-material-ui": "^7.0.0",
"svelte-persisted-store": "^0.12.0",
"svelte-plotly.js": "1.0.0",
"svelte-sonner": "^0.3.28",
"svelte-splitpanes": "^8.0.9",
"tailwindcss": "^3.4.17",
"ts-try": "^0.2.0",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.18.6",
"vite": "^5.4.11"
}
}