-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.94 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
{
"name": "byoga",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest",
"migration:generate": "bun tsx scripts/migration.ts",
"lint:biome": "bun biome lint --fix",
"lint:tsc": "tsc -p tsconfig.app.json --noEmit --skipLibCheck",
"lint": "run-p -c lint:*",
"format": "bun biome format"
},
"dependencies": {
"@easepick/bundle": "^1.2.1",
"@preact/signals": "^2.0.0",
"@shelacek/plotery": "^1.1.2",
"@sinclair/typebox": "^0.34.13",
"clsx": "^2.1.1",
"comlink": "^4.4.2",
"kysely": "^0.27.5",
"papaparse": "^5.4.1",
"preact": "^10.25.4",
"remeda": "^2.19.0",
"scule": "^1.3.0",
"sqlocal": "^0.13.0",
"tiny-colors": "^2.2.1",
"virtua": "^0.39.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@iconify-json/carbon": "^1.2.5",
"@preact/preset-vite": "^2.9.3",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@tailwindcss/typography": "^0.5.15",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.2",
"@types/papaparse": "^5.3.15",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.23",
"fs-extra": "^11.2.0",
"lightningcss": "^1.28.2",
"npm-run-all": "^4.1.5",
"portfinder": "^1.0.32",
"postcss": "^8.4.49",
"sass": "^1.83.0",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"type-fest": "^4.31.0",
"typescript": "^5.7.2",
"unplugin-fonts": "^1.3.1",
"unplugin-icons": "^0.22.0",
"vite": "^6.0.6",
"vite-plugin-comlink": "^5.1.0",
"vite-plugin-inspect": "^0.10.6",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^2.1.8",
"workbox-window": "^7.3.0"
},
"patchedDependencies": {
"@easepick/[email protected]": "patches/@easepick%[email protected]",
"@shelacek/[email protected]": "patches/@shelacek%[email protected]"
}
}