-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.75 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
55
56
57
58
59
60
61
62
{
"name": "travelland-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.8",
"@hookform/resolvers": "^3.9.0",
"@mantine/core": "^7.13.2",
"@mantine/form": "^7.13.2",
"@mantine/hooks": "^7.13.2",
"@reduxjs/toolkit": "^2.3.0",
"@sanity/client": "^6.22.1",
"@sanity/image-url": "^1.0.2",
"@sanity/react-loader": "^1.10.7",
"@tabler/icons-react": "^3.19.0",
"@types/google.maps": "^3.58.1",
"clsx": "^2.1.1",
"cookie": "^1.0.1",
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"next": "14.2.15",
"next-sanity": "^9.5.4",
"react": "^18",
"react-datepicker": "^7.4.0",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-redux": "^9.1.2",
"react-select": "^5.8.1",
"scroll-into-view-if-needed": "^3.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.15",
"@types/cookie": "^0.6.0",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"sass": "^1.79.5",
"stylelint": "^16.10.0",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "^5"
}
}