-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.75 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
70
71
{
"name": "vite-solid-template",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "NODE_ENV=development vite",
"build": "tsc -b && vite build",
"preview": "vite preview --port 3000",
"check": "biome check . --write",
"format": "biome format . --write",
"lint": "biome lint . --write",
"start": "pnpm dlx serve .output -l 3000 -s -n -C",
"dev:storybook": "VITE_CJS_IGNORE_WARNING=true storybook dev -p 6006 --no-open",
"build:storybook": "VITE_CJS_IGNORE_WARNING=true storybook build -o storybook-static",
"start:storybook": "pnpm dlx serve storybook-static -l 6006 -n -C",
"cleanup": "pnpm --stream --parallel --color \"/cleanup:(?!data)/\"",
"cleanup:dev": "pnpm dlx rimraf .{output,temp} storybook-static",
"cleanup:deps": "pnpm dlx rimraf pnpm-lock.yaml node_modules",
"cleanup:test": "pnpm dlx rimraf tests-results playwright-report",
"update-deps": "npm-check-updates --configFileName .ncurc.json",
"typecheck": "tsc -b --noEmit"
},
"dependencies": {
"@corvu/calendar": "^0.1.0",
"@corvu/drawer": "^0.2.2",
"@corvu/otp-field": "^0.1.4",
"@corvu/resizable": "^0.2.4",
"@kobalte/core": "^0.13.7",
"@nanostores/persistent": "^0.10.2",
"@nanostores/solid": "^0.5.0",
"@solidjs/router": "^0.15.3",
"@tanstack/solid-query": "^5.65.0",
"@tanstack/solid-table": "^8.20.5",
"cmdk-solid": "^1.1.1",
"consola": "^3.4.0",
"embla-carousel-solid": "^8.5.2",
"lucide-solid": "^0.474.0",
"nanostores": "^0.11.3",
"pathe": "^2.0.2",
"solid-js": "^1.9.4",
"solid-sonner": "^0.2.8",
"std-env": "^3.8.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@storybook/addon-essentials": "^8.5.2",
"@storybook/addon-links": "^8.5.2",
"@storybook/addon-themes": "^8.5.2",
"@storybook/blocks": "^8.5.2",
"@storybook/manager-api": "^8.5.2",
"@storybook/test": "^8.5.2",
"@storybook/theming": "^8.5.2",
"@tailwindcss/vite": "^4.0.0",
"@tanstack/solid-query-devtools": "^5.65.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"npm-check-updates": "^17.1.14",
"storybook-solidjs-vite": "^1.0.0-beta.6",
"storybook-solidjs": "^1.0.0-beta.6",
"storybook": "^8.5.2",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-solid": "^2.11.0",
"vite-tsconfig-paths": "^5.1.4"
},
"packageManager": "[email protected]"
}