-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.8 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.8 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
57
58
59
60
61
62
63
64
65
66
67
{
"name": "project",
"version": "0.0.0",
"private": true,
"engines": {
"node": "^14",
"yarn": "3.0.2"
},
"volta": {
"node": "14.17.6"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "vite preview",
"test": "jest -- --coverage"
},
"dependencies": {
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@fontsource/roboto": "4.5.1",
"@googlemaps/react-wrapper": "1.1.21",
"@hookform/resolvers": "2.8.5",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@mui/icons-material": "5.3.1",
"@mui/material": "5.2.8",
"@mui/styled-engine-sc": "5.1.0",
"@mui/styles": "5.3.0",
"firebase": "9.6.4",
"normalize.css": "8.0.1",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-google-maps": "9.4.5",
"react-hook-form": "7.22.5",
"react-query": "3.34.7",
"react-router-dom": "6",
"sass": "1.49.0",
"styled-components": "5.3.3",
"validator": "13.7.0",
"yup": "0.32.11"
},
"devDependencies": {
"@testing-library/react": "12.1.2",
"@vitejs/plugin-react-refresh": "1.3.6",
"css-loader": "6.5.1",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jest": "24.4.2",
"eslint-plugin-jest-dom": "3.9.2",
"eslint-plugin-jest-formatting": "3.0.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.25.2",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-testing-library": "4.12.2",
"jest": "27.4.7",
"prettier": "2.4.1",
"vite": "2.5.10",
"vite-react-jsx": "1.1.2"
},
"packageManager": "yarn@3.0.2"
}