-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
61 lines (61 loc) · 1.56 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
{
"name": "lurkr-website",
"private": true,
"homepage": "https://lurkr.gg",
"scripts": {
"build": "next build",
"dev": "next dev",
"fmt": "pnpm run format",
"format": "biome check --write --unsafe",
"lint": "biome check",
"prepare": "husky .github/husky",
"start": "next start"
},
"dependencies": {
"@ariakit/react": "^0.4.15",
"@visx/axis": "3.13.0-alpha.0",
"@visx/grid": "3.13.0-alpha.0",
"@visx/group": "3.13.0-alpha.0",
"@visx/responsive": "3.13.0-alpha.0",
"@visx/scale": "^3.12.0",
"@visx/shape": "3.13.0-alpha.0",
"@visx/tooltip": "3.13.0-alpha.0",
"clsx": "^2.1.1",
"match-sorter": "^8.0.0",
"next": "^15.1.4",
"next-nprogress-bar": "^2.4.3",
"nextra": "^3.3.1",
"nextra-theme-docs": "^3.3.1",
"p-retry": "^6.2.1",
"react": "^19.0.0",
"react-colorful": "^5.6.1",
"react-dom": "^19.0.0",
"react-fast-marquee": "^1.6.5",
"react-select": "^5.9.0",
"sharp": "^0.33.5",
"textarea-caret": "^3.1.0",
"valibot": "1.0.0-beta.12"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.10.5",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/textarea-caret": "^3.0.3",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-63e3235-20250105",
"husky": "^9.1.7",
"postcss": "^8.5.1",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=22.12.0"
},
"pnpm": {
"onlyBuiltDependencies": ["@biomejs/biome", "sharp"]
}
}