-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 4.09 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "po8klasie-web-frontend",
"version": "0.1.0",
"private": true,
"packageManager": "yarn@3.2.3",
"dependencies": {
"@deck.gl/core": "^8.9.7",
"@deck.gl/geo-layers": "^8.9.7",
"@deck.gl/layers": "^8.9.7",
"@deck.gl/mapbox": "^8.9.7",
"@deck.gl/react": "^8.9.7",
"@headlessui/react": "^1.6.0",
"@heroicons/react": "^2.0.13",
"@loaders.gl/core": "^3.3.3",
"@loaders.gl/gis": "^3.3.3",
"@loaders.gl/mvt": "^3.3.3",
"@react-icons/all-files": "^4.1.0",
"@reduxjs/toolkit": "^1.9.1",
"@sentry/nextjs": "^7.52.1",
"@sentry/react": "^7.52.1",
"@sentry/tracing": "^7.52.1",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.10.1",
"@testing-library/dom": "^9.2.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^14.4.3",
"@vercel/og": "^0.5.4",
"@warsawlo/points-calculator": "^2.1.1",
"deck.gl": "^8.9.7",
"geojson": "^0.5.0",
"immer": "^9.0.19",
"jest-fetch-mock": "^3.0.3",
"leaflet": "^1.6.0",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.20",
"mapbox-gl": "^2.13.0",
"nanoid": "^4.0.0",
"next": "latest",
"next-i18next": "^11.0.0",
"next-seo": "^5.1.0",
"normalize.css": "^8.0.1",
"object-hash": "^3.0.0",
"posthog-js": "^1.20.2",
"query-string": "^7.1.1",
"react": "latest",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "latest",
"react-hook-form": "^7.22.5",
"react-icons": "^4.3.1",
"react-leaflet": "^3.2.5",
"react-map-gl": "^7.0.22",
"react-markdown": "^8.0.7",
"react-perfect-scrollbar": "^1.5.8",
"react-progressive-graceful-image": "^0.6.14",
"react-range": "^1.8.14",
"react-redux": "^8.0.5",
"react-spinners": "^0.13.7",
"react-tag-input": "^6.8.1",
"redux-persist": "^6.0.0",
"use-deep-compare-effect": "^1.3.1",
"yup": "^1.0.2"
},
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"test": "jest test",
"format:check": "prettier --parser typescript --list-different \"**/*.{js,jsx,ts,tsx}\"",
"format:write": "prettier --parser typescript --write \"**/*.{js,jsx,ts,tsx}\"",
"lint:check": "eslint --ext .js,.jsx,.ts,.tsx --max-warnings=0 .",
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx .",
"lint:next": "next lint",
"pr": "gh pr create -R po8klasie/web-frontend"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.6",
"@svgr/webpack": "^6.5.1",
"@tailwindcss/forms": "^0.4.0",
"@types/jest": "^24.0.0",
"@types/leaflet": "^1.5.12",
"@types/leaflet.markercluster": "^1.5.1",
"@types/lodash": "^4.14.159",
"@types/node": "^12.0.0",
"@types/object-hash": "^2.2.1",
"@types/react": "^17.0.18",
"@types/react-dom": "^17.0.9",
"@types/react-leaflet": "^2.5.2",
"@types/react-tag-input": "^6.6.1",
"@types/use-deep-compare-effect": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.12.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^16.2.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^4.4.0",
"identity-obj-proxy": "^3.0.0",
"image-trace-loader": "^1.0.2",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"jest": "^27.3.1",
"lqip-loader": "^2.2.1",
"next-optimized-images": "^2.6.2",
"postcss": "^8.4.4",
"prettier": "^2.1.2",
"responsive-loader": "^2.3.0",
"sharp": "^0.29.3",
"tailwindcss": "^3.2.7",
"typescript": "latest",
"webp-loader": "^0.6.0"
}
}