-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) · 1.48 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
{
"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",
"@next/third-parties": "^15.1.2",
"@visx/axis": "^3.12.0",
"@visx/grid": "^3.12.0",
"@visx/group": "^3.12.0",
"@visx/responsive": "^3.12.0",
"@visx/scale": "^3.12.0",
"@visx/shape": "^3.12.0",
"@visx/tooltip": "^3.12.0",
"clsx": "^2.1.1",
"match-sorter": "^8.0.0",
"next": "^15.1.2",
"next-nprogress-bar": "^2.4.3",
"nextra": "^3.3.0",
"nextra-theme-docs": "^3.3.0",
"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.9"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/textarea-caret": "^3.0.3",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "^19.0.0-beta-201e55d-20241215",
"husky": "^9.1.7",
"postcss": "^8.4.49",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.2"
},
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=22.12.0"
}
}