-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
84 lines (84 loc) · 2.41 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
{
"name": "ptrf",
"version": "9.7.0",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sentry/browser": "^6.19.7",
"@sentry/react": "^6.19.7",
"@tanstack/react-query": "^4.32.0",
"@tanstack/react-query-devtools": "^4.32.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tinymce/tinymce-react": "^3.14.0",
"@trendmicro/react-sidenav": "^0.5.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"antd": "^5.16.0",
"array-find-duplicates": "^2.0.1",
"array-move": "^3.0.1",
"axios": "^0.27.2",
"date-fns": "^2.11.1",
"formik": "^2.1.7",
"http-status-codes": "^1.4.0",
"jwt-decode": "^2.2.0",
"moment": "^2.24.0",
"numero-por-extenso": "^1.0.8",
"ordinal-pt-br": "^1.0.0",
"primeicons": "^2.0.0",
"primereact": "^4.1.2",
"react": "^18.2.0",
"react-bootstrap": "1.0.1",
"react-datepicker": "^4.23.0",
"react-dom": "^18.2.0",
"react-loading": "^2.0.3",
"react-number-format": "^4.9.4",
"react-redux": "^7.2.9",
"react-router-dom": "^5.3.4",
"react-router-dom-v5-compat": "^6.16.0",
"react-scripts": "^5.0.1",
"react-text-mask": "^5.5.0",
"react-toastify": "^8.0.3",
"react-tooltip": "^4.2.7",
"react-ultimate-pagination-bootstrap-4": "^1.1.0",
"reactstrap": "^9.2.1",
"redux": "^4.2.1",
"sass": "^1.71.1",
"typescript": "^4.9.5",
"yup": "^0.28.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@ant-design/moment-webpack-plugin": "^0.0.4",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0"
}
}