-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.73 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
{
"name": "react-typescript-redux-tollkit-material-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cometchat-pro/chat": "3.0.1",
"@craco/craco": "^6.1.1",
"@date-io/date-fns": "1.x",
"@date-io/moment": "1.x",
"@emotion/core": "^10.0.35",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/pickers": "^3.3.10",
"@reduxjs/toolkit": "^1.5.1",
"@rehooks/local-storage": "2.4.0",
"@sentry/integrations": "^6.11.0",
"@sentry/react": "^6.11.0",
"@sentry/tracing": "^6.11.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/classnames": "^2.3.1",
"@types/jsonwebtoken": "^8.5.4",
"@types/nanoid": "^2.1.0",
"@types/react-select": "^4.0.15",
"@types/react-text-mask": "^5.4.7",
"@types/voca": "^1.4.0",
"autoprefixer": "^9.8.6",
"axios": "^0.21.1",
"bad-words": "^3.0.4",
"badwords": "^1.0.0",
"card-validator": "^8.1.1",
"classnames": "^2.3.1",
"connected-react-router": "^6.9.1",
"date-fns": "^2.22.1",
"dateformat": "^4.5.1",
"emoji-mart": "^3.0.0",
"eslint": "^7.25.0",
"eslint-plugin-cypress": "^2.11.2",
"formik": "^2.2.6",
"formik-material-ui": "^3.0.1",
"formik-material-ui-pickers": "^0.0.12",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"match-sorter": "^6.3.0",
"material-table": "^1.69.2",
"moment": "^2.29.1",
"named-urls": "^2.0.0",
"nanoid": "^3.1.22",
"notistack": "^1.0.6",
"postcss": "^7.0.35",
"react": "^17.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-dwolla-iav": "^2.1.13",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-select": "^4.3.0",
"react-table": "^7.7.0",
"react-text-mask": "^5.4.3",
"react-use-clipboard": "^1.0.7",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.2",
"twemoji": "^13.0.1",
"typescript": "^4.1.2",
"use-debounce": "^6.0.1",
"voca": "^1.4.0",
"web-vitals": "^1.0.1",
"yup": "^0.32.9"
},
"scripts": {
"start": "craco start",
"build": "NODE_OPTIONS='--max-old-space-size=1536' craco build",
"test": "craco 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": {
"@tailwindcss/postcss7-compat": "^2.1.2",
"@types/axios": "^0.14.0",
"@types/jest": "^26.0.15",
"@types/node": "^16.11.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.1",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/react-table": "^7.7.1",
"@types/redux-logger": "^3.0.8",
"@types/redux-persist": "^4.3.1",
"@types/yup": "^0.29.11",
"babel-eslint": "^10.1.0",
"cypress": "^7.1.0"
}
}