-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
98 lines (98 loc) · 2.94 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
89
90
91
92
93
94
95
96
97
98
{
"name": "justd",
"author": "irsyadadl",
"version": "1.0.0",
"private": true,
"scripts": {
"prepare": "husky",
"cuc": "bun run resources/scripts/check-use-client.ts",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"generate-preview": "bun run resources/scripts/create-pr-content.ts",
"b": "bun run generate-preview",
"preview": "bun run build && npm run start"
},
"dependencies": {
"@openpanel/nextjs": "^0.0.10-beta",
"@radix-ui/react-collapsible": "^1.1.1",
"@shikijs/transformers": "^1.23.1",
"chroma-js": "^2.6.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"color-namer": "^1.4.0",
"embla-carousel-autoplay": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"framer-motion": "12.0.0-alpha.1",
"input-otp": "^1.4.1",
"justd-icons": "^1.8.1",
"next": "^15.0.3",
"next-themes": "^0.2.1",
"ntcjs": "^1.1.3",
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-aria-components": "^1.5.0",
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614",
"react-intersection-observer": "^9.13.1",
"recharts": "^2.13.3",
"rehype-pretty-code": "^0.13.2",
"rehype-stringify": "^10.0.1",
"scroll-into-view-if-needed": "^3.1.0",
"sharp": "^0.33.5",
"shiki": "^1.23.1",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.2.0",
"title": "^3.5.3",
"use-debounce": "^10.0.4",
"usemods": "^1.8.1",
"vaul": "^1.1.1"
},
"devDependencies": {
"@shikijs/rehype": "^1.23.1",
"@tailwindcss/typography": "^0.5.15",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chroma-js": "^2.4.4",
"@types/color-namer": "^1.3.3",
"@types/culori": "^2.1.1",
"@types/node": "^20.17.6",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/title": "^3.4.3",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"encoding": "^0.1.13",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.7",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"tailwindcss": "^3.4.15",
"tailwindcss-motion": "^0.3.0-beta",
"typescript": "^5.6.3",
"velite": "0.1.0-beta.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justdlabs/justd.git"
},
"trustedDependencies": [
"@vercel/speed-insights",
"es5-ext",
"esbuild",
"sharp"
],
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"react-is": "19.0.0-rc.1"
}
}