-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "infojobs-map",
"version": "0.0.1",
"scripts": {
"deploy": "fly deploy --remote-only",
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build",
"typecheck": "tsc"
},
"dependencies": {
"@deck.gl/core": "^8.9.15",
"@deck.gl/layers": "^8.9.15",
"@deck.gl/mapbox": "^8.9.15",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@remix-run/node": "^1.16.0",
"@remix-run/react": "^1.16.0",
"@remix-run/serve": "^1.16.0",
"@turf/centroid": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@types/debounce": "^1.2.1",
"@types/supercluster": "^7.1.0",
"debounce": "^1.2.1",
"isbot": "^3.6.6",
"mapbox-gl": "npm:empty-npm-package@^1.0.0",
"maplibre-gl": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.0.23",
"remix-utils": "^6.3.0",
"supercluster": "^8.0.1"
},
"devDependencies": {
"@remix-run/dev": "^1.16.0",
"@remix-run/eslint-config": "^1.16.0",
"@tailwindcss/typography": "^0.5.7",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"eslint": "^8.27.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
"tailwindcss": "^3.2.6",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=16"
}
}