-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·78 lines (78 loc) · 2.11 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·78 lines (78 loc) · 2.11 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
68
69
70
71
72
73
74
75
76
77
78
{
"name": "frontend",
"version": "1.7.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@googlemaps/js-api-loader": "^1.16.8",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@reduxjs/toolkit": "^1.9.7",
"axios": "^1.7.7",
"firebase": "^10.6.0",
"nanoid": "^5.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-drag-drop-files": "2.3.4",
"react-redux": "^8.1.3",
"react-redux-firebase": "^3.11.0",
"react-router-dom": "^6.22.3",
"react-toastify": "^9.1.3",
"redux-firestore": "^1.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --testPathIgnorePatterns=.+e2e.test.tsx?",
"test:e2e": "react-scripts test --testPathPattern=.+e2e.test.tsx?$",
"eject": "react-scripts eject",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.jsx,.tsx ."
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.2",
"@types/google.maps": "^3.55.7",
"@types/jest": "^28.1.1",
"@types/node": "^17.0.40",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.25",
"@types/react-redux": "^7.1.24",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.35.2",
"history": "^5.3.0",
"prettier": "^2.8.8",
"react-scripts": "^5.0.1",
"sass": "^1.78.0",
"typescript": "^4.9.5"
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!@codemirror)/"
]
}
}