-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 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
{
"name": "lxgaming.github.io",
"version": "2.0.8",
"description": "",
"author": "Alex Thomson",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint",
"start": "next start"
},
"dependencies": {
"@tanstack/react-query": "^5.91.3",
"@tanstack/react-virtual": "^3.13.23",
"http-status-codes": "^2.3.0",
"luxon": "^3.7.2",
"next": "^16.2.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@octokit/openapi-types": "^27.0.0",
"@stylistic/eslint-plugin": "^5.10.0",
"@tailwindcss/postcss": "^4.2.2",
"@types/luxon": "^3.7.1",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.0",
"eslint-plugin-import": "^2.32.0",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.1"
},
"private": true
}