forked from irsyadadl/justd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.95 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
80
81
82
83
84
85
86
87
88
{
"name": "justd",
"author": "irsyadadl",
"version": "2.0.0",
"private": true,
"scripts": {
"first-time": "bun i && next build && bun run build:sidebar && next start",
"lint": "biome check",
"prebuild": "rm -rf public/registry && bun run build:registry",
"postbuild": "bun run build:sidebar",
"cuc": "bun run resources/scripts/check-use-client.ts",
"prepare": "husky",
"build:sidebar": "bun run resources/scripts/build-sidebar.ts",
"build:registry": "rm -rf public/registry && bun run resources/scripts/build-registry.ts",
"dev": "next dev --turbopack && velite --watch",
"build": "next build && velite --clean",
"tailwind:format": "rustywind --write .",
"format": "bun run tailwind:format && biome check --write",
"format:unsafe": "biome check --unsafe --write",
"build:everything": "rm -rf pubilc/registry && bun run build:sidebar && bun run build:registry && biome format --write __registry__/generated.ts",
"bb": "bun run format && bun run build:everything",
"start": "next start",
"preview": "bun run build && next start",
"ic": "bun run resources/scripts/identify-color.ts"
},
"dependencies": {
"@openpanel/nextjs": "^1.0.7",
"@shikijs/transformers": "^1.24.2",
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.2",
"babel-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"cmdk": "^1.0.4",
"culori": "^4.0.1",
"dayjs": "^1.11.13",
"embla-carousel-autoplay": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"input-otp": "^1.4.1",
"justd-icons": "^1.10.4",
"motion": "^11.15.0",
"next": "^15.1.1",
"next-themes": "^0.4.4",
"ntcjs": "^1.1.3",
"react": "^19.0.0",
"react-aria-components": "^1.5.0",
"react-dom": "^19.0.0",
"react-intersection-observer": "^9.14.0",
"recharts": "^2.15.0",
"rehype-pretty-code": "^0.14.0",
"rehype-stringify": "^10.0.1",
"remark-rehype": "^11.1.1",
"scroll-into-view-if-needed": "^3.1.0",
"sharp": "^0.33.5",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.3.0",
"tailwindcss-animate": "^1.0.7",
"title": "^4.0.1",
"use-debounce": "^10.0.4",
"usemods": "^1.8.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@shikijs/rehype": "^1.24.2",
"@tailwindcss/postcss": "^4.0.0-beta.8",
"@tailwindcss/typography": "^0.5.15",
"@types/culori": "^2.1.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/title": "^3.4.3",
"encoding": "^0.1.13",
"husky": "^9.1.7",
"postcss": "^8.4.49",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rustywind": "^0.23.1",
"tailwindcss": "^4.0.0-beta.8",
"typescript": "^5.7.2",
"velite": "^0.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justdlabs/justd.git"
},
"trustedDependencies": ["es5-ext", "esbuild", "sharp"],
"overrides": {
"react-is": "^19.0.0"
}
}