-
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.47 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.47 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": "solid-start-minimal",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"storybook:build": "storybook build",
"storybook": "storybook dev -p 6006",
"check": "biome check . --write",
"format": "biome format . --write",
"lint": "biome lint . --write",
"typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts",
"preview": "wrangler dev",
"deploy": "wrangler deploy",
"typecheck": "tsc -b"
},
"dependencies": {
"@solidjs/router": "^0.15.0",
"@solidjs/start": "^1.1.0",
"solid-js": "^1.9.5",
"vinxi": "^0.5.7"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@storybook/addon-a11y": "^9.1.10",
"@storybook/addon-docs": "^9.1.10",
"@storybook/addon-links": "^9.1.10",
"@storybook/addon-onboarding": "^9.1.10",
"@storybook/addon-vitest": "^9.1.10",
"@tailwindcss/vite": "^4.0.7",
"@types/node": "^24.6.2",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"playwright": "^1.55.1",
"storybook": "^9.1.10",
"storybook-solidjs-vite": "^9.0.3",
"tailwindcss": "^4.0.7",
"vite": "^7.1.7",
"vite-plugin-solid": "^2.11.9",
"vitest": "^3.2.4",
"wrangler": "^4.40.3"
}
}