-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.85 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.85 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
{
"name": "remplamed_app",
"version": "0.1.0",
"private": false,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"start:docker": "docker-compose up -d",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@auth/mongodb-adapter": "^2.5.0",
"@mollie/api-client": "^4.0.0",
"@next/third-parties": "^14.2.5",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@reduxjs/toolkit": "^1.9.5",
"@types/lodash.debounce": "^4.0.9",
"@vercel/analytics": "^1.2.2",
"axios": "^1.4.0",
"babel-plugin-superjson-next": "^0.4.5",
"bcrypt": "^5.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dayjs": "^1.11.7",
"flowbite": "^1.6.5",
"flowbite-react": "^0.4.4",
"geo-position.ts": "^1.4.1",
"lodash": "^4.17.21",
"lucide-react": "^0.411.0",
"mapbox-gl": "^2.14.1",
"mongodb": "^6.3.0",
"mongoose": "^8.9.5",
"next": "13.4.6",
"next-auth": "^4.22.1",
"next-redux-wrapper": "^8.1.0",
"node-geocoder": "^4.2.0",
"nodemailer": "^6.9.9",
"react": "18.2.0",
"react-datepicker": "^4.12.0",
"react-day-picker": "^8.10.1",
"react-dom": "18.2.0",
"react-map-gl": "^7.0.23",
"react-redux": "^8.0.5",
"superjson": "^1.12.3",
"tailwind-merge": "^2.4.0",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.20.2"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/bcrypt": "^5.0.0",
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.202",
"@types/mapbox-gl": "^2.7.11",
"@types/node": "^18.11.18",
"@types/node-geocoder": "^4.2.1",
"@types/nodemailer": "^6.4.14",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.26",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.30.0",
"eslint-config-next": "13.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.14",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.3.5",
"typescript": "^4.9.4"
},
"ct3aMetadata": {
"initVersion": "7.5.2"
}
}