-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.67 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.67 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@lurkr/dashboard",
"private": true,
"homepage": "https://lurkr.gg",
"type": "module",
"scripts": {
"build": "next build --experimental-next-config-strip-types",
"build:typecheck": "tsc --noEmit",
"dev": "next dev --experimental-next-config-strip-types",
"fmt": "biome check --write --unsafe",
"format": "pnpm run fmt",
"postinstall": "next typegen",
"lint": "biome check",
"start": "next start --experimental-next-config-strip-types"
},
"dependencies": {
"@ariakit/react": "^0.4.22",
"@gravity-ui/icons": "^2.18.0",
"@heroui/react": "3.0.0-beta.8",
"@heroui/styles": "3.0.0-beta.8",
"@remixicon/react": "^4.9.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"isbot": "^5.1.36",
"js-cookie": "^3.0.5",
"ky": "^1.14.3",
"match-sorter": "^8.2.0",
"next": "^16.1.6",
"next-nprogress-bar": "^2.4.7",
"p-retry": "^7.1.1",
"pretty-ms": "^9.3.0",
"react": "^19.2.4",
"react-colorful": "^5.6.1",
"react-dom": "^19.2.4",
"react-fast-marquee": "^1.6.5",
"react-image-crop": "^11.0.10",
"react-select": "^5.10.2",
"recharts": "^3.8.0",
"sonner": "^2.0.7",
"textarea-caret": "^3.1.0",
"valibot": "^1.2.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.6",
"@tailwindcss/postcss": "^4.2.1",
"@tailwindcss/typography": "^0.5.19",
"@types/js-cookie": "^3.0.6",
"@types/mdx": "^2.0.13",
"@types/node": "^24.12.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/textarea-caret": "^3.0.4",
"babel-plugin-react-compiler": "^1.0.0",
"husky": "^9.1.7",
"postcss": "^8.5.8",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.2.1",
"typescript": "~5.9.3"
},
"engines": {
"node": ">=24.14.0"
}
}