-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.65 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.65 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
{
"name": "launcherg",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "eslint --ext .js,.ts,.svelte,.cjs src",
"lint:fix": "eslint --ext .js,.ts,.svelte,.cjs src --fix",
"tauri": "tauri",
"test": "vitest",
"test:run": "vitest run",
"build-demo": "vite build -c vite.demo.config.ts",
"build-demo:refresh": "npx vitest run src/lib/fetch-demo-descriptions.test.ts && vite build -c vite.demo.config.ts",
"graph:check": "node script/validate-skill-graph.mjs"
},
"dependencies": {
"@skyway-sdk/room": "^1.5.4",
"@tauri-apps/api": "^2.0.0-rc.1",
"@tauri-apps/plugin-autostart": "^2.5.0",
"@tauri-apps/plugin-clipboard-manager": "^2.1.0-beta.6",
"@tauri-apps/plugin-dialog": "^2.0.0-rc.0",
"@tauri-apps/plugin-fs": "^2.0.0-rc.1",
"@tauri-apps/plugin-global-shortcut": "^2.3.0",
"@tauri-apps/plugin-http": "^2.0.0-rc.1",
"@tauri-apps/plugin-process": "2.3.1",
"@tauri-apps/plugin-shell": "^2.0.0-rc.0",
"@tauri-apps/plugin-updater": "2.8.1",
"@unocss/reset": "^0.52.5",
"easymde": "^2.18.0",
"embla-carousel-svelte": "^8.6.0",
"encoding-japanese": "^2.0.0",
"qrious": "^4.0.2",
"simplebar": "^6.2.5",
"sqlite3": "^5.1.7",
"svelte-spa-router": "^3.3.0",
"tippy.js": "^6.3.7",
"toastify-js": "^1.12.0",
"trie-search": "^1.4.2",
"wanakana": "^5.1.0"
},
"devDependencies": {
"@iconify-json/iconoir": "^1.1.28",
"@iconify-json/material-symbols": "^1.2.30",
"@rgossiaux/svelte-headlessui": "^1.0.2",
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@tauri-apps/cli": "^2.0.0-beta.21",
"@testing-library/jest-dom": "^6.9.1",
"@tsconfig/svelte": "^4.0.0",
"@types/encoding-japanese": "^2.0.1",
"@types/node": "^18.7.10",
"@types/toastify-js": "^1.11.1",
"@types/wanakana": "^4.0.3",
"@typescript-eslint/parser": "^5.59.8",
"@unocss/eslint-config": "^0.52.5",
"@unocss/extractor-svelte": "^0.52.5",
"@unocss/preset-attributify": "^0.52.5",
"@unocss/preset-icons": "^0.52.5",
"@unocss/preset-web-fonts": "^0.52.5",
"@unocss/preset-wind": "^0.52.5",
"@unocss/transformer-variant-group": "^0.52.5",
"autoprefixer": "^10.4.14",
"eslint": "^8.41.0",
"eslint-plugin-svelte": "^2.29.0",
"jsdom": "^27.4.0",
"sass": "^1.62.1",
"svelte": "^3.54.0",
"svelte-check": "^3.0.0",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"unocss": "^0.52.5",
"vite": "^4.2.1",
"vitest": "^1.6.1"
}
}