-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 3.19 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
{
"name": "client-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint-staged": "lint-staged",
"prepare": "husky install",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"lint-staged": {
"src/**/*.{ts,tsx,js,jsx,md,svg,json}": "prettier --write",
"src/**/*.{ts,tsx,js,jsx}": "eslint"
},
"dependencies": {
"@danmarshall/deckgl-typings": "^3.5.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/roboto": "^4.5.8",
"@googlemaps/js-api-loader": "^1.15.1",
"@mapbox/mapbox-gl-language": "^1.0.1",
"@mapbox/mapbox-sdk": "^0.15.1",
"@mui/material": "^5.11.15",
"@mui/styled-engine-sc": "^5.11.11",
"@phosphor-icons/react": "^2.0.9",
"@react-google-maps/api": "^2.18.1",
"@tanstack/react-query": "^4.29.12",
"@types/react-map-gl": "^6.1.3",
"@types/styled-components": "^5.1.26",
"boring-avatars": "^1.7.0",
"browser-image-compression": "^2.0.2",
"dotenv": "^16.0.3",
"google-map-react": "^2.2.0",
"javascript-time-ago": "^2.5.9",
"jwt-js-decode": "^1.5.1",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"mapbox-gl": "^2.15.0",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.9",
"react-geocode": "^0.2.3",
"react-hook-geolocation": "^1.1.0",
"react-images-uploading": "^3.1.7",
"react-indiana-drag-scroll": "^2.2.0",
"react-map-gl": "^7.0.25",
"react-map-gl-geocoder": "^2.2.0",
"react-mapbox-gl-geocoder": "^1.1.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.10.0",
"react-scrollbars-custom": "^4.1.1",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"recoil": "^0.7.7",
"recoil-persist": "^4.2.0",
"request": "^2.88.2",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-vite": "^0.4.2",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@tanstack/eslint-plugin-query": "^4.29.9",
"@types/google.maps": "^3.52.6",
"@types/mapbox__mapbox-sdk": "^0.13.4",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-geocode": "^0.2.1",
"@types/react-swipeable-views": "^0.13.1",
"@types/react-swipeable-views-utils": "^0.13.4",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitejs/plugin-react": "^3.1.0",
"babel-loader": "^8.3.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-storybook": "^0.6.11",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "2.8.4",
"process": "^0.11.10",
"storybook-addon-react-router-v6": "^0.3.5",
"typescript": "^4.9.5",
"vite": "^4.2.0"
}
}