-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.11 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": "icea-gestao-frontend",
"version": "1.0.1",
"private": true,
"homepage": "",
"dependencies": {
"@date-io/moment": "1.x",
"@fortawesome/fontawesome-free": "^5.15.1",
"@manaflair/redux-batch": "^1.0.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.3.10",
"@popperjs/core": "^2.6.0",
"@reduxjs/toolkit": "^1.5.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"animate.css": "^4.1.1",
"apexcharts": "3.23.1",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.19.0",
"bootstrap": "5.0.1",
"bootstrap-icons": "^1.3.0",
"chart.js": "^2.9.4",
"clsx": "^1.1.1",
"formik": "^2.2.6",
"line-awesome": "^1.3.0",
"nouislider": "^14.6.3",
"object-path": "^0.11.5",
"prism-react-renderer": "^1.1.1",
"prism-themes": "^1.5.0",
"prismjs": "^1.22.0",
"react": "18.0.0",
"react-dom": "^17.0.1",
"react-apexcharts": "^1.3.7",
"react-bootstrap-v5": "^1.4.0",
"react-copy-to-clipboard": "^5.0.3",
"react-inlinesvg": "2.3.0",
"react-is": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-smart-data-table": "^0.14.0",
"react-toastify": "^7.0.4",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"sass": "1.32.13",
"socicon": "^3.0.5",
"styled-components": "^5.3.3",
"typescript": "4.1.2",
"web-vitals": "^0.2.4",
"yup": "^0.32.8",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"prettier": "^2.2.1"
},
"scripts": {
"dev": "react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"prettier",
"prettier/react"
]
},
"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/bootstrap": "^5.0.4",
"@types/chart.js": "^2.9.29",
"@types/jest": "^26.0.15",
"@types/moment": "^2.13.0",
"@types/node": "^12.0.0",
"@types/nouislider": "^9.0.8",
"@types/object-path": "^0.11.0",
"@types/prismjs": "^1.16.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^17.0.1",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-redux": "^7.1.13",
"@types/react-router-dom": "^5.1.6",
"moment": "^2.29.1"
},
"resolutions": {
"@types/react": "18.0.0",
"@types/react-dom": "17.0.1"
}
}