-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 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
{
"name": "recipe-book",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"biome:check": "biome check",
"biome:check:fix": "biome check --write",
"biome:lint": "biome lint",
"start": "vinxi start",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"typecheck": "tsc --noEmit"
},
"type": "module",
"devDependencies": {
"@biomejs/biome": "^2.1.2",
"@kontent-ai/biome-config": "^0.5.1",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.0",
"@solidjs/start": "^1.1.0",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/user-event": "^14.5.2",
"@vitest/ui": "3.0.5",
"jsdom": "^25.0.1",
"solid-js": "^1.9.3",
"typescript": "^5.6.3",
"vinxi": "^0.5.7",
"vite": "^6.0.0",
"vite-plugin-pwa": "^1.0.2",
"vite-plugin-solid": "^2.11.6",
"vitest": "3.0.5",
"workbox-window": "^7.3.0"
},
"dependencies": {
"@ark-ui/solid": "^5.18.4",
"@corvu/drawer": "^0.2.4",
"fuse.js": "^7.1.0"
}
}