-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.32 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.32 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
{
"name": "mikami-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@mika-shell/core": "file:../mika-shell/mika-shell-core-0.0.4.tgz",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/postcss": "^4.1.2",
"@tailwindcss/vite": "^4.1.2",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.21",
"dayjs": "^1.11.13",
"svelte": "^5.20.2",
"svelte-check": "^4.1.4",
"tailwindcss": "^4.1.2",
"typescript": "~5.7.2",
"vite": "^6.2.0"
},
"dependencies": {
"@mika-shell/component": "file:../mika-component",
"@mika-shell/extra": "https://github.com/MikaShell/mika-shell/releases/download/latest/mika-shell-extra-0.0.4.tgz",
"@shoelace-style/shoelace": "^2.20.1",
"fuse.js": "^7.1.0",
"gridstack": "^12.1.2",
"hotkeys-js": "^3.13.15",
"lit": "^3.3.1",
"lucide-svelte": "^0.487.0",
"pinyin": "^4.0.0",
"svelte-spa-router": "^4.0.1",
"tesseract.js": "^6.0.1",
"tiny-pinyin": "^1.3.2"
}
}