-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
61 lines (61 loc) · 1.72 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
{
"name": "ipbv-camp-form-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"test:ui": "vitest --ui",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.3.0",
"axios": "^1.5.0",
"bootstrap": "^5.3.2",
"cpf-cnpj-validator": "^1.0.3",
"date-fns": "^2.30.0",
"formik": "^2.4.3",
"jwt-decode": "^4.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-datepicker": "^4.16.0",
"react-dom": "^18.2.0",
"react-input-mask": "^2.0.4",
"react-pro-sidebar": "^1.1.0",
"react-router-dom": "^6.15.0",
"react-table": "^7.8.0",
"react-toastify": "^9.1.3",
"sass": "^1.66.1",
"uuid": "^11.0.3",
"xlsx": "^0.18.5",
"yup": "^1.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-vitest": "^0.5.4",
"jsdom": "^25.0.0",
"prettier": "^3.0.1",
"vite": "^5.4.6",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^2.1.1"
}
}