-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.47 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "more4nature",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"test": "jest --config jest.config.ts",
"lint": "next lint"
},
"dependencies": {
"@artsy/fresnel": "7.1.4",
"@hookform/resolvers": "3.9.0",
"@lukemorales/query-key-factory": "1.3.4",
"@mailchimp/mailchimp_marketing": "3.0.80",
"@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-checkbox": "1.1.1",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-scroll-area": "1.1.0",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slot": "1.1.0",
"@tanstack/react-query": "5.51.21",
"@turf/turf": "7.1.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"embla-carousel-react": "8.1.8",
"framer-motion": "11.3.12",
"hamburger-react": "2.5.1",
"jotai": "2.9.2",
"lucide-react": "0.414.0",
"maplibre-gl": "4.5.1",
"next": "14.2.5",
"next-plausible": "3.12.2",
"query-string": "9.1.0",
"react": "18.3.1",
"react-country-flag": "3.1.0",
"react-dom": "18.3.1",
"react-hook-form": "7.52.1",
"react-icons": "5.2.1",
"react-map-gl": "7.1.7",
"recharts": "2.12.7",
"rooks": "7.14.1",
"supercluster": "8.0.1",
"tailwind-merge": "2.4.0",
"tailwindcss-animate": "1.0.7",
"use-debounce": "10.0.2",
"zod": "3.23.8"
},
"devDependencies": {
"@types/geojson": "7946.0.14",
"@types/jest": "29.5.12",
"@types/mailchimp__mailchimp_marketing": "3.0.20",
"@types/mapbox-gl": "3.4.0",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/supercluster": "7.1.3",
"@typescript-eslint/eslint-plugin": "7.16.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.2.1",
"jest": "29.7.0",
"postcss": "8.4.39",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.6",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",
"typescript": "5.5.3"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}