-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
113 lines (113 loc) · 3.16 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
{
"name": "metrobooks",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": ">=14.18.1",
"npm": ">=6.14.15",
"yarn": ">=1.22.15"
},
"dependencies": {
"@braintree/sanitize-url": "^6.0.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.117",
"@mui/material": "^5.11.6",
"axios": "0.21.1",
"bcryptjs": "^2.4.3",
"chart.js": "^4.2.1",
"classnames": "^2.3.1",
"cross-env": "^7.0.3",
"debounce": "1.2.1",
"domhandler": "^4.2.2",
"dompurify": "^3.0.3",
"dotenv": "^16.0.3",
"formik": "^2.1.4",
"html-react-parser": "^1.4.14",
"isomorphic-fetch": "^3.0.0",
"jose": "^4.11.2",
"json5": "^2.2.3",
"micromark-util-sanitize-uri": "^2.0.0",
"mongoose": "^6.9.0",
"nanoid": "^4.0.1",
"next": "^12.1.2",
"react": "^17.0.2",
"react-chartjs-2": "^5.2.0",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.3",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.28.1",
"react-resize-detector": "^6.7.6",
"react-router-dom": "^5.2.0",
"sanitize-html": "^2.11.0",
"sass": "^1.35.2",
"shelljs": "^0.8.4",
"swiper": "^6.8.4",
"uuid": "^8.3.2",
"windowed-observable": "^0.4.2",
"xss": "^1.0.14",
"xss-filters": "^1.2.7",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-typescript": "^7.14.5",
"@next/eslint-plugin-next": "^12.1.4",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^10.4.7",
"@testing-library/user-event": "^13.2.1",
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.13",
"@types/debounce": "1.2.1",
"@types/dompurify": "^3.0.0",
"@types/jest": "^27.0.2",
"@types/jest-axe": "^3.5.2",
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"@types/react-router-dom": "^5.3.3",
"@types/sanitize-html": "^2.9.0",
"@types/uuid": "^8.3.1",
"@types/xss-filters": "^0.0.27",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"babel-jest": "^27.3.1",
"eslint": "^7.4.0",
"eslint-config-airbnb-typescript": "^9.0.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "4.3.8",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"jest-axe": "^5.0.1",
"jest-sonar-reporter": "^2.0.0",
"msw": "^0.47.4",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"rimraf": "^3.0.2",
"shx": "^0.3.2",
"sonarqube-scanner": "^2.8.1",
"typescript": "4.6.3"
},
"resolutions": {
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"minimist": "^1.2.6"
},
"overrides": {
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4"
}
}