-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
124 lines (124 loc) · 3.95 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
{
"name": "fuse-react-app",
"version": "7.0.2",
"private": true,
"dependencies": {
"@emotion/cache": "11.4.0",
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"@hookform/resolvers": "2.8.1",
"@mui/icons-material": "5.0.0",
"@mui/lab": "5.0.0-alpha.47",
"@mui/material": "5.0.2",
"@mui/styles": "5.0.1",
"@mui/system": "5.0.4",
"@mui/utils": "5.0.1",
"@mui/core": "5.0.0-alpha.49",
"@mui/x-data-grid": "5.0.0-beta.2",
"@reduxjs/toolkit": "1.6.1",
"auth0-lock": "11.30.6",
"autosuggest-highlight": "3.1.1",
"axios": "0.21.4",
"clsx": "1.1.1",
"date-fns": "2.24.0",
"draft-js": "0.11.7",
"draftjs-to-html": "0.9.1",
"firebase": "9.1.3",
"framer-motion": "4.1.17",
"history": "4.10.1",
"i18next": "21.2.0",
"jwt-decode": "2.2.0",
"lodash": "4.17.21",
"mobile-detect": "1.4.5",
"moment": "2.29.1",
"notistack": "1.0.6-next.3",
"perfect-scrollbar": "1.5.2",
"prismjs": "1.25.0",
"prop-types": "15.7.2",
"qs": "6.10.1",
"react": "17.0.2",
"react-autosuggest": "10.1.0",
"react-dom": "17.0.2",
"react-draft-wysiwyg": "1.14.7",
"react-hook-form": "7.16.2",
"react-i18next": "11.12.0",
"react-popper": "1.3.11",
"react-redux": "7.2.5",
"react-router-config": "5.1.1",
"react-router-dom": "5.3.0",
"react-scripts": "4.0.3",
"react-swipeable": "6.2.0",
"redux-logger": "4.0.0",
"styled-components": "5.3.3",
"stylis": "4.0.10",
"stylis-plugin-rtl": "2.1.0",
"web-vitals": "2.1.0",
"yup": "0.32.9"
},
"peerDependencies": {
"autoprefixer": "9.8.8",
"postcss": "8.3.11",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"resolutions": {
"react": "17.0.2",
"react-dom": "17.0.2",
"babel-loader": "8.1.0"
},
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/node": "7.15.8",
"@babel/preset-env": "7.15.8",
"@craco/craco": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "9.8.8",
"babel-eslint": "10.1.0",
"cross-env": "7.0.3",
"eslint": "7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.10.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unused-imports": "^1.1.5",
"js-beautify": "1.14.0",
"postcss": "8.3.11",
"prettier": "^2.4.1",
"promise": "8.1.0",
"source-map-explorer": "2.5.2",
"typescript": "4.4.4",
"tailwindcss": "npm:@tailwindcss/[email protected]",
"tailwindcss-dir": "4.0.0"
},
"scripts": {
"start": "craco start",
"build": "cross-env GENERATE_SOURCEMAP=false craco build",
"test": "craco test --env=node",
"eject": "craco eject",
"build-docs": "babel-node --presets @babel/preset-env src/app/main/documentation/material-ui-components/build.js",
"analyze": "craco build && source-map-explorer 'build/static/js/*.js' --html analyze-result.html",
"lint": "eslint"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 3 safari version"
]
}
}