-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.44 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:cloudflare": "npx @cloudflare/next-on-pages",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@next/eslint-plugin-next": "^13.4.8",
"@types/geojson": "^7946.0.10",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.4",
"@types/mapbox-gl": "^2.7.12",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"eslint-config-next": "^13.4.8",
"eslint-plugin-unused-imports": "^2.0.0",
"formik": "^2.4.2",
"fuse.js": "^7.0.0",
"lucide-react": "^0.424.0",
"mapbox-gl": "^2.15.0",
"maplibre-gl": "^3.1.0",
"next": "13.4.4",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-map-gl": "^7.1.3",
"react-type-animation": "^3.2.0",
"request": "^2.88.2",
"satori": "^0.10.14",
"tailwindcss": "^3.4.13",
"typescript": "5.1.3"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.11.3",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0-alpha.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "3.0.0"
}
}