-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 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
50
51
52
{
"name": "travel-planner",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.6",
"@prisma/client": "^4.14.1",
"@react-google-maps/api": "^2.18.1",
"@react-pdf/renderer": "^3.1.12",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.4",
"material-icons": "^1.13.8",
"next": "^13.4.1",
"next-auth": "^4.22.1",
"primeicons": "^6.0.1",
"primereact": "^9.6.0",
"react": "18.2.0",
"react-big-calendar": "^1.6.9",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.44.1",
"sass": "^1.62.1",
"swr": "^2.1.5",
"typescript": "^5.0.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/google.maps": "^3.53.4",
"@types/react-big-calendar": "^1.6.4",
"autoprefixer": "^10.4.14",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-mock-extended": "^3.0.4",
"node-mocks-http": "^1.12.2",
"postcss": "^8.4.23",
"prisma": "^4.14.1",
"tailwindcss": "^3.3.2",
"ts-jest": "^29.1.0"
}
}