-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.31 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.31 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18",
"pnpm": "<=9"
},
"packageManager": "pnpm@9.5.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@octokit/rest": "^21.1.1",
"discord-api-types": "^0.37.120",
"lucide-react": "^0.424.0",
"matter-js": "^0.20.0",
"next": "15.4.1",
"objective-canvas": "^1.1.4",
"react": "^19.1.0",
"react-color": "^2.19.3",
"react-dom": "^19.1.0",
"react-dom-confetti": "^0.2.0",
"react-icons": "^5.5.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sonner": "^1.7.4"
},
"devDependencies": {
"@types/matter-js": "^0.19.8",
"@types/node": "^20.19.8",
"@types/react": "^18.3.23",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"esbuild": "0.20.2",
"eslint": "^8.57.1",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-path-alias": "1.0.0",
"eslint-plugin-unused-imports": "3.1.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"typescript-eslint": "^8.37.0"
}
}