-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.43 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.43 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
47
48
49
{
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "turbo run format",
"registry": "tsx scripts/index.ts",
"ci:format": "turbo run ci:format",
"ci:lint": "turbo run ci:lint"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@typescript-eslint/parser": "^8.46.1",
"eslint": "^9.38.0",
"eslint-plugin-solid": "^0.14.5",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"ts-morph": "^27.0.2",
"tsx": "^4.20.6",
"turbo": "^2.6.1",
"typescript": "5.9.2",
"typescript-eslint": "^8.46.1",
"valibot": "^1.1.0"
},
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
"engines": {
"node": ">=22"
},
"dependencies": {
"@corvu/calendar": "^0.1.2",
"@corvu/drawer": "^0.2.4",
"@corvu/otp-field": "^0.1.4",
"@corvu/resizable": "^0.2.5",
"@kobalte/core": "^0.13.11",
"@tanstack/solid-form": "^1.25.0",
"@tanstack/solid-table": "^8.21.3",
"@unovis/solid": "^1.6.1",
"@unovis/ts": "^1.6.1",
"cmdk-solid": "^1.1.2",
"cva": "1.0.0-beta.4",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-solid": "^8.6.0",
"minisearch": "^7.2.0",
"somoto": "^0.0.2",
"tailwind-merge": "^3.3.1"
}
}