forked from irsyadadl/justd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.62 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
{
"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 --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx}\" && bun run generate-preview",
"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.0",
"chroma-js": "^2.6.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"color-namer": "^1.4.0",
"embla-carousel-autoplay": "^8.2.0",
"embla-carousel-react": "^8.2.0",
"framer-motion": "^11.3.31",
"input-otp": "^1.2.4",
"justd-icons": "^1.4.44",
"next": "^14.2.7",
"next-themes": "^0.2.1",
"next-view-transitions": "^0.2.0",
"node-fetch": "^3.3.2",
"ntcjs": "^1.1.3",
"react": "^18.3.1",
"react-aria-components": "^1.3.3",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.0",
"react-use-measure": "^2.1.1",
"rehype-pretty-code": "^0.13.2",
"rehype-stringify": "^10.0.0",
"sharp": "^0.33.5",
"shiki": "^1.16.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.1.5",
"title": "^3.5.3",
"use-debounce": "^10.0.3",
"usemods": "^1.7.1"
},
"devDependencies": {
"@shikijs/rehype": "^1.16.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.16.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/title": "^3.4.3",
"autoprefixer": "^10.4.20",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.5",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"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"
]
}