-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.52 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
53
54
{
"name": "nam.az.next",
"version": "2.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --config ./config/jest.config.js",
"test:coverage": "jest --config ./config/jest.config.js --coverage",
"ci": "pnpm install --frozen-lockfile"
},
"dependencies": {
"@date-fns/tz": "^1.2.0",
"@next/third-parties": "^15.1.0",
"@photostructure/tz-lookup": "^11.0.0",
"@react-google-maps/api": "^2.20.3",
"date-fns": "^4.1.0",
"mongodb": "^6.12.0",
"next": "^15.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"swr": "^2.2.5",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "8.56.0",
"eslint-config-next": "^15.1.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-testing-library": "^6.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mockdate": "^3.0.5",
"postcss": "^8.4.49",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.16",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}