-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 3.82 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "pestomeet-frontend",
"author": "Apurva.W",
"version": "2.2.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext .ts,.tsx ./src",
"lint:fix": "eslint --fix --ext .ts,.tsx ./src",
"cypress:open": "cypress open"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@fullcalendar/common": "^5.8.0",
"@fullcalendar/daygrid": "^5.8.0",
"@fullcalendar/interaction": "^5.8.0",
"@fullcalendar/list": "^5.8.0",
"@fullcalendar/react": "^5.8.0",
"@fullcalendar/timegrid": "^5.8.0",
"@fullcalendar/timeline": "^5.8.0",
"@iconify/icons-ant-design": "^1.1.0",
"@iconify/icons-eva": "^1.1.0",
"@iconify/icons-ic": "^1.1.6",
"@iconify/icons-mdi": "^1.1.16",
"@iconify/icons-vscode-icons": "^1.1.5",
"@iconify/react": "^1.1.4",
"@material-ui/core": "=5.0.0-alpha.34",
"@material-ui/icons": "=5.0.0-alpha.34",
"@material-ui/lab": "=5.0.0-alpha.34",
"@material-ui/styles": "=5.0.0-alpha.33",
"@material-ui/system": "=5.0.0-alpha.34",
"@material-ui/utils": "=5.0.0-alpha.33",
"@reduxjs/toolkit": "^1.6.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
"axios": "^0.21.1",
"change-case": "^4.1.2",
"date-fns": "^2.22.1",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"history": "^5.0.0",
"i18next": "^20.3.2",
"i18next-browser-languagedetector": "^6.1.2",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.19",
"notistack": "^1.0.9",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dropzone": "^11.3.2",
"react-helmet-async": "^1.0.9",
"react-i18next": "^11.11.0",
"react-redux": "^7.2.4",
"react-router": "^6.0.0-beta.0",
"react-router-dom": "^6.0.0-beta.0",
"react-scripts": "4.0.1",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"rehype-raw": "^5.1.0",
"simplebar": "^5.3.4",
"simplebar-react": "^2.3.4",
"typescript": "^4.3.4",
"web-vitals": "^2.0.1",
"worker-loader": "^3.0.8",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.7",
"@types/emoji-mart": "^3.0.4",
"@types/gtag.js": "^0.0.6",
"@types/jest": "^26.0.23",
"@types/jsonwebtoken": "^8.5.2",
"@types/node": "^15.12.4",
"@types/nprogress": "^0.2.0",
"@types/numeral": "^2.0.1",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"cypress": "^8.1.0",
"eslint": "^7.29.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "6.0.0",
"eslint-import-resolver-typescript": "2.4.0",
"eslint-loader": "4.0.2",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"prettier": "^2.3.1"
}
}