-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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": "desaparecidos",
"version": "0.1.1",
"private": false,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"postinstall": "prisma generate"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.10.1",
"@keyv/sqlite": "^4.0.1",
"@prisma/client": "^6.0.1",
"axios": "1.6.7",
"bootstrap": "^5.3.2",
"cheerio": "^1.0.0",
"date-fns": "^4.1.0",
"feed": "^4.2.2",
"fuse.js": "7.0.0",
"got": "^14.4.5",
"keyv": "^5.2.1",
"keyv-file": "^5.0.3",
"next": "14.1.0",
"next-sitemap": "^4.2.3",
"prisma": "6.0.1",
"qs": "^6.11.2",
"react": "^18",
"react-bootstrap": "^2.10.1",
"react-dom": "^18",
"react-hook-form": "^7.50.1",
"react-hot-toast": "2.4.1",
"react-icons": "^5.0.1",
"react-paginate": "^8.2.0",
"react-select": "5.8.0",
"react-window": "1.8.10",
"swiper": "^11.1.15",
"tesseract.js": "^5.1.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.1.0"
}
}