-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
54 lines (54 loc) · 1.43 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
{
"name": "trybe-schedule",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.11",
"@mui/styled-engine-sc": "^5.10.6",
"@react-oauth/google": "^0.7.1",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"framer-motion": "^7.6.1",
"node-sass": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-router": "^6.4.2",
"react-router-dom": "^6.4.2",
"react-scripts": "^5.0.1",
"react-select": "^5.5.6",
"styled-components": "^5.3.6",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"lint": "eslint --no-inline-config --no-error-on-unmatched-pattern -c .eslintrc.json . --ext .js,.jsx",
"build": "react-scripts build",
"cy:open": "cypress open",
"test": "cypress run",
"eject": "react-scripts eject"
},
"devDependencies": {
"axios": "^1.3.3",
"cypress": "^9.5.0",
"eslint": "^8.26.0",
"eslint-plugin-react": "^7.31.10",
"semantic-release": "^19.0.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}