-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.59 KB
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
{
"name": "map",
"homepage": "https://map.ekaterinburg.design",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"preload-static": "node ./build-scripts/prepare-static/index.js",
"lint": "next lint",
"postinstall": "pnpm preload-static",
"devPreinstall": "husky install"
},
"dependencies": {
"@notionhq/client": "^2.3.0",
"classnames": "^2.5.1",
"dotenv-flow": "^4.1.0",
"framer-motion": "^11.18.2",
"imagemin": "^9.0.1",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^10.0.0",
"imagemin-svgo": "^11.0.1",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"next": "15.5.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-leaflet": "^4.2.1",
"react-modal-sheet": "^2.2.1",
"sharp": "0.34.5",
"slug": "^9.1.0",
"typescript": "^5.9.3",
"typograf": "^7.6.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.21",
"@types/lodash": "^4.17.23",
"@types/react": "^18.3.27",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.2.35",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.1.7",
"prettier": "3.7.4"
}
}