-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (83 loc) · 2.35 KB
/
package.json
File metadata and controls
84 lines (83 loc) · 2.35 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
79
80
81
82
83
84
{
"name": "react-assignment-9",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5001",
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/material": "^5.7.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"eslint": "^6.6.0",
"firebase": "^9.8.1",
"ga": "^0.0.2",
"get-youtube-id": "^1.0.1",
"jwt-decode": "^3.1.2",
"localStorage": "^1.0.4",
"mdb-react-ui-kit": "^3.0.0",
"mdb-ui-kit": "^4.0.0",
"moment": "^2.29.3",
"node-modules": "^0.0.1",
"react": "^17.0.2",
"react-bootstrap": "^2.3.1",
"react-dom": "^17.0.2",
"react-file-base64": "^1.0.3",
"react-ga": "^3.3.0",
"react-google-login": "^5.1.25",
"react-redux": "^8.0.2",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^5.3.0",
"react-scripts": "3.4.1",
"react-spinners": "^0.11.0",
"react-star-ratings": "^2.3.0",
"react-whatsapp": "^0.2.1",
"react-youtube": "^9.0.1",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"rerousel": "^0.1.9",
"typescript": "^3.2.1",
"typewriter-effect": "^2.18.2",
"web-vitals": "^1.1.2",
"webpack": "^4.19.1",
"youtube": "^0.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"@types/react-router-dom": "^5.3.3",
"@types/react-star-ratings": "^2.3.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0"
}
}