-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "lxgaming.github.io",
"version": "2.0.8",
"description": "",
"author": "Alex Thomson",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-virtual": "^3.11.2",
"http-status-codes": "^2.3.0",
"luxon": "^3.5.0",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@next/eslint-plugin-next": "^15.1.6",
"@octokit/openapi-types": "^23.0.1",
"@stylistic/eslint-plugin": "^3.0.0",
"@tailwindcss/postcss": "^4.0.0",
"@types/luxon": "^3.4.2",
"@types/node": "^22.10.10",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"eslint": "^9.19.0",
"eslint-config-next": "^15.1.6",
"eslint-plugin-import": "^2.31.0",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0"
},
"private": true
}