-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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
{
"name": "",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"dev": "remix dev --manual",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@remix-run/css-bundle": "^2.6.0",
"@remix-run/node": "^2.6.0",
"@remix-run/react": "^2.6.0",
"@remix-run/serve": "^2.6.0",
"classnames": "^2.5.1",
"final-form": "^4.20.10",
"geojson-bbox": "^0.0.1",
"geojson-validation": "^1.0.2",
"isbot": "^4.1.0",
"leaflet": "^1.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-final-form": "^6.5.9",
"react-leaflet": "^4.2.1",
"react-transition-group": "^4.4.5",
"remix-utils": "^7.5.0"
},
"devDependencies": {
"@remix-run/dev": "^2.6.0",
"@types/geojson-validation": "^1.0.2",
"@types/leaflet": "^1.9.8",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-transition-group": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"autoprefixer": "^10.4.17",
"eslint": "^8.38.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
}
}