-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.46 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
47
48
49
{
"name": "countrypedia",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch -- --verbose",
"type-check": "tsc"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.4.2",
"@prisma/client": "^5.1.1",
"@testing-library/user-event": "^14.4.3",
"@types/negotiator": "^0.6.1",
"@types/node": "20.3.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"jest-environment-jsdom": "^29.6.2",
"mapbox-gl": "^2.15.0",
"negotiator": "^0.6.3",
"next": "^13.5.3",
"next-themes": "^0.2.1",
"postcss": "8.4.24",
"react": "^18.2.0",
"react-canvas-confetti": "^1.4.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.2",
"react-icons": "^4.10.1",
"react-map-gl": "^7.0.25",
"server-only": "^0.0.1",
"swr": "^2.2.0",
"tailwindcss": "3.3.2",
"ts-node": "^10.9.1",
"typescript": "5.1.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"babel-jest": "^29.6.2",
"jest": "^29.6.2",
"prisma": "^5.1.1"
}
}