-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.09 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.09 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "cgs-games",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint . --config eslint.config.mjs",
"format": "prettier --config .prettierrc.json --ignore-path .gitignore --write .",
"test": "jest",
"postinstall": "patch-package"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.12",
"@types/node": "25.9.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"firebase": "^12.13.0",
"firebase-admin": "^13.10.0",
"firebase-functions": "^7.2.5",
"jszip": "^3.10.1",
"lodash.debounce": "^4.0.8",
"lodash.snakecase": "^4.1.1",
"lucide-react": "^1.17.0",
"next": "^16.2.7",
"patch-package": "^8.0.1",
"react": "^19.2.3",
"react-dom": "^19.2.7",
"react-firebase-hooks": "^5.1.1",
"react-hot-toast": "^2.6.0",
"sharp": "^0.34.5",
"tailwind-merge": "^3.6.0",
"tesseract.js": "^7.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "^9.39.4",
"@tailwindcss/postcss": "^4.3.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.snakecase": "^4.1.9",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.7",
"eslint-config-prettier": "^10.1.8",
"eslint-formatter-compact": "^9.0.1",
"eslint-plugin-prettier": "^5.5.6",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"postcss": "^8.5.15",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^4.3.0",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"webpack": "^5.107.2"
},
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"diff": "8.0.3",
"minimatch": "^10.2.1",
"teeny-request": "^10.1.2"
}
}