-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.21 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
72
73
74
75
76
77
78
79
{
"name": "ashiso",
"description": "Trading Visualization Tool",
"bugs": "https://github.com/carere/ashiso/issues",
"repository": "github:carere/ashiso",
"license": "MIT",
"author": "Kevin Abatan <[email protected]> (https://github.com/carere)",
"type": "module",
"scripts": {
"build": "vinxi build",
"dev": "vinxi dev",
"generate": "drizzle-kit generate",
"start": "vinxi start"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@carere/solux": "^3.3.2",
"@date-fns/utc": "^2.1.0",
"@kobalte/core": "^0.13.7",
"@modular-forms/solid": "^0.24.1",
"@solid-primitives/media": "^2.2.9",
"@solid-primitives/resize-observer": "^2.0.26",
"@solid-primitives/storage": "^4.2.1",
"@solid-primitives/timer": "^1.3.10",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.1",
"@solidjs/start": "^1.0.10",
"@swan-io/boxed": "^3.1.2",
"@thisbeyond/solid-dnd": "^0.7.5",
"air-datepicker": "^3.5.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk-solid": "^1.1.0",
"corvu": "^0.7.1",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.36.1",
"fuse.js": "^7.0.0",
"i18next": "^23.16.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.2",
"lightweight-charts": "^4.2.1",
"radash": "^12.1.0",
"rxjs": "^7.8.1",
"solid-js": "^1.9.3",
"solid-sonner": "^0.2.8",
"sqlocal": "^0.12.0",
"tailwind-merge": "^2.5.4",
"ts-pattern": "^5.5.0",
"valibot": "^1.0.0-beta.3",
"vinxi": "^0.4.3",
"xior": "^0.6.1"
},
"devDependencies": {
"@biomejs/biome": "latest",
"@kobalte/tailwindcss": "latest",
"@total-typescript/ts-reset": "latest",
"@types/bun": "latest",
"@types/node": "latest",
"autoprefixer": "latest",
"commitizen": "latest",
"cssnano": "latest",
"cz-conventional-changelog": "latest",
"drizzle-kit": "latest",
"lefthook": "latest",
"postcss": "latest",
"postcss-import": "latest",
"sort-package-json": "latest",
"tailwindcss": "latest",
"tailwindcss-animate": "^1.0.7",
"typescript": "latest"
},
"engines": {
"node": "20.x"
}
}