-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
{
"name": "soon.games",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.12.0",
"@vercel/speed-insights": "1.0.5-beta.1",
"caniuse-lite": "^1.0.30001696",
"cheerio": "^1.0.0",
"igdb-api-node": "^5.0.2",
"next": "^15.2.0-canary.33",
"react": "19.0.0",
"react-dom": "19.0.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "15.1.3",
"@tailwindcss/postcss": "^4.0.3",
"@types/eslint": "^8.56.12",
"@types/node": "^22.13.0",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^9.19.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.3",
"typescript": "^5.7.3"
},
"ct3aMetadata": {
"initVersion": "7.25.0"
},
"overrides": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
}
}