-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 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
{
"name": "advui",
"private": false,
"version": "0.0.0",
"description": "Advanced single-page chat UI built with Svelte and Vite.",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git@github.com:neko782/advui.git"
},
"homepage": "https://github.com/neko782/advui",
"bugs": {
"url": "https://github.com/neko782/advui/issues"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy:pages": "bash ./scripts/deploy-pages.sh",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage"
},
"devDependencies": {
"@iconify/json": "^2.2.389",
"@sveltejs/vite-plugin-svelte": "^6.1.1",
"@vitest/ui": "^3.2.4",
"happy-dom": "^20.0.1",
"rollup-plugin-visualizer": "^6.0.5",
"svelte": "^5.38.1",
"typescript": "^5.9.3",
"unplugin-icons": "^22.3.0",
"vite": "^7.1.2",
"vite-plugin-singlefile": "^2.3.0",
"vitest": "^3.2.4"
},
"dependencies": {
"@tanstack/svelte-virtual": "^3.13.18",
"highlight.js": "^11.11.1",
"js-untar": "^2.0.0",
"klona": "^2.0.6",
"marked": "^17.0.1",
"tar-js": "^0.3.0"
}
}