-
Notifications
You must be signed in to change notification settings - Fork 283
/
package.json
86 lines (86 loc) · 2.41 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "deprem-yardim-frontend",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"homepage": "https://github.com/acikkaynak/deprem-yardim-frontend",
"repository": {
"type": "git",
"url": "git+https://github.com/acikkaynak/deprem-yardim-frontend"
},
"bugs": {
"url": "https://github.com/acikkaynak/deprem-yardim-frontend/issues"
},
"engines": {
"node": ">=14.0.0",
"yarn": ">=1.22.0",
"npm": "please-use-yarn"
},
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint --max-warnings=0",
"lint:fix": "next lint --fix",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@20tab/react-leaflet-resetview": "^1.1.0",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@next/font": "13.1.6",
"@vgrid/react-leaflet-heatmap-layer": "^4.0.3",
"classnames": "^2.3.2",
"dirty-json": "0.9.2",
"formatcoords": "^1.1.3",
"i18next": "^22.4.9",
"leaflet": "^1.9.3",
"leaflet.markercluster": "^1.5.3",
"localforage": "^1.10.0",
"lodash.omit": "^4.5.0",
"next": "13.1.6",
"next-i18next": "^13.1.5",
"next-pwa": "^5.6.0",
"next-seo": "^5.15.0",
"notistack": "^2.0.8",
"query-string": "^8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.1.5",
"react-leaflet": "^4.2.0",
"react-tweet-embed": "^2.0.0",
"supercluster": "^7.1.5",
"swr": "^2.0.3",
"use-debounce": "9.0.3",
"use-supercluster": "^0.4.0",
"zustand": "^4.3.2"
},
"devDependencies": {
"@commitlint/cli": "^17.4.3",
"@commitlint/config-conventional": "^17.4.3",
"@emotion/cache": "11.10.5",
"@emotion/react": "11.10.5",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.5",
"@types/formatcoords": "^1.1.0",
"@types/leaflet": "^1.9.0",
"@types/leaflet.markercluster": "^1.5.1",
"@types/lodash.omit": "^4.5.7",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.11",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"husky": "^8.0.3",
"lint-staged": "13.1.2",
"prettier": "^2.8.3",
"typescript": "4.9.5"
},
"msw": {
"workerDirectory": "public"
}
}