-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
118 lines (118 loc) · 3.45 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "mangrove-atlas",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"lint": "next lint",
"build": "next build",
"start": "next start",
"check-types": "tsc",
"test": "playwright test",
"test-ui": "playwright test --ui",
"postinstall": "husky install"
},
"engines": {
"node": "~18",
"yarn": "3.6.0"
},
"dependencies": {
"@artsy/fresnel": "6.1.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@floating-ui/core": "1.2.6",
"@headlessui-float/react": "0.11.2",
"@headlessui/react": "1.7.15",
"@mapbox/mapbox-gl-draw": "1.4.1",
"@mdx-js/loader": "2.3.0",
"@mdx-js/react": "2.3.0",
"@next/font": "^13.3.0",
"@next/mdx": "13.2.4",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.2",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "2.0.4",
"@radix-ui/react-hover-card": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "1.0.5",
"@radix-ui/react-progress": "^1.0.2",
"@radix-ui/react-radio-group": "1.1.2",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-slider": "1.1.2",
"@radix-ui/react-switch": "^1.0.2",
"@radix-ui/react-toggle": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.5",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/line-clamp": "0.4.2",
"@tailwindcss/typography": "0.5.9",
"@tanstack/react-query": "4.29.25",
"@turf/bbox": "6.5.0",
"@types/d3-format": "^3.0.1",
"@types/lodash-es": "4.17.7",
"autoprefixer": "^10.4.19",
"axios": "1.6.0",
"chroma-js": "^2.4.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"cmdk": "0.2.0",
"d3-format": "3.1.0",
"date-fns": "2.30.0",
"diacritics": "1.3.0",
"dotenv": "16.3.1",
"framer-motion": "10.12.3",
"fuse.js": "6.6.2",
"input": "1.0.1",
"lodash-es": "4.17.21",
"mapbox-gl": "2.13.0",
"next": "^14.2.10",
"popover": "2.4.1",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-map-gl": "7.0.21",
"react-markdown": "^9.0.1",
"react-toastify": "^10.0.5",
"react-virtualized": "9.22.5",
"recharts": "^2.5.0",
"recoil": "^0.7.7",
"recoil-sync": "0.2.0",
"shadcn-ui": "latest",
"tailwind-merge": "1.11.0",
"tailwind-scrollbar-hide": "1.1.7",
"tailwindcss": "3.2.7",
"tailwindcss-animate": "^1.0.5",
"use-debounce": "9.0.3",
"usehooks-ts": "2.9.1"
},
"devDependencies": {
"@playwright/test": "^1.41.0",
"@transifex/native": "6.0.2",
"@transifex/react": "6.0.2",
"@types/geojson": "7946.0.10",
"@types/mapbox-gl": "2.7.11",
"@types/node": "20.12.7",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.48.2",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "6.0.0",
"prettier": "2.8.3",
"prettier-plugin-tailwindcss": "0.2.1",
"react-icons": "4.11.0",
"svg-sprite-loader": "6.0.11",
"svgo-loader": "3.0.3",
"typescript": "4.9.4"
},
"husky": {
"pre-commit": "yarn lint"
},
"packageManager": "[email protected]"
}