-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.59 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
{
"name": "resoar",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --max-warnings=0 src"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"@babel/core": "^7.19.0",
"@date-io/core": "^2.15.0",
"@date-io/date-fns": "^2.15.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/roboto": "^4.5.5",
"@hcaptcha/react-hcaptcha": "^1.4.4",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.10.5",
"@mui/styles": "^5.10.3",
"@mui/system": "^5.10.5",
"@mui/x-data-grid": "^5.17.2",
"@mui/x-date-pickers": "^5.0.4",
"@types/yup": "^0.29.14",
"@uiw/react-md-editor": "^3.12.1",
"axios": "^0.26.1",
"date-fns": "^2.29.1",
"final-form": "^4.20.7",
"history": "^5.3.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"mui-image": "^1.0.7",
"mui-rff": "^6.1.2",
"notistack": "^2.0.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-final-form": "^6.5.9",
"react-pdf": "^6.2.0",
"react-router-dom": "^6.3.0",
"yup": "^0.32.11",
"yup-locale-pt": "^0.0.9"
},
"devDependencies": {
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.23.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"vite": "^3.2.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-static-copy": "^0.12.0"
}
}