-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
65 lines (65 loc) · 1.94 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
{
"name": "maplibre-starter-typescript",
"homepage": "https://maplibre-nextjs-ts-starter.vercel.app",
"license": "MIT",
"author": "Richard Unterberg <https://github.com/richard-unterberg>",
"repository": {
"type": "git",
"url": "https://github.com/richard-unterberg/maplibre-nextjs-ts-starter"
},
"bugs": {
"url": "https://github.com/richard-unterberg/maplibre-nextjs-ts-starter/issues"
},
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"lint-staged": "lint-staged"
},
"dependencies": {
"@math.gl/web-mercator": "^3.6.3",
"lodash": "^4.17.21",
"lucide-react": "^0.259.0",
"maplibre-gl": "^3.6.2",
"next": "15.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-map-gl": "^7.1.7",
"react-resize-detector": "^9.1.0",
"supercluster": "^8.0.1",
"tailwindcss": " 3.4.16",
"use-supercluster": "^1.1.0",
"react-styled-classnames": "^0.1.14",
"zustand": "^5.0.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/lodash": "^4.14.200",
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"autoprefixer": "10.4.14",
"eslint": "8.43.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"postcss": "8.4.31",
"postcss-preset-env": "^9.1.4",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"typescript": "5.1.6"
}
}