-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.64 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.64 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "Generate Password To Me",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.14.17",
"@nextui-org/react": "^2.2.8",
"@nextui-org/select": "^2.1.19",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-progress": "^1.1.7",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-gtm-module": "^2.0.4",
"@vercel/analytics": "^1.5.0",
"ajv": "^8.12.0",
"bootstrap": "^5.3.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"i": "^0.3.7",
"i18n": "^0.15.1",
"i18next": "^23.15.1",
"lodash": "^4.17.21",
"lucide-react": "^0.525.0",
"mongodb": "^6.21.0",
"next": "^16.1.0",
"next-sitemap": "^4.2.3",
"npm": "^11.4.2",
"pg": "^8.18.0",
"react": "^19.2.3",
"react-adsense": "^0.1.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^19.2.3",
"react-gtm-module": "^2.0.11",
"react-helmet-async": "^2.0.5",
"react-i18next": "^15.0.1",
"react-icons": "^4.11.0",
"react-icons-kit": "^2.0.0",
"react-rewards": "^2.1.0",
"react-router-dom": "^6.20.1",
"react-world-flags": "^1.6.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3",
"vanilla-cookieconsent": "^3.1.0",
"web-vitals": "^3.5.0",
"zxcvbn": "^4.4.2"
},
"scripts": {
"start": "next start",
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"db:apply-schema": "node scripts/apply-content-schema.mjs",
"db:seed-content": "node scripts/seed-content.mjs",
"db:seed-content:mongo": "node scripts/seed-content-mongo.mjs",
"content:validate": "node scripts/validate-content.mjs"
},
"eslintConfig": {
"extends": [
"next"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "24.1.0",
"@types/pg": "^8.16.0",
"@types/react-world-flags": "^1.6.0",
"@types/zxcvbn": "^4.4.5",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.31.0",
"eslint-config-next": "^15.4.3",
"postcss": "^8.5.6",
"tailwindcss": "^3.2.4",
"terser": "^5.43.1"
},
"engines": {
"node": "22.x",
"npm": ">=10.0.0"
}
}