-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.59 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.59 KB
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
{
"name": "recobros-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@azure/msal-browser": "^2.36.0",
"@azure/msal-react": "^1.5.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.1",
"@mui/styles": "^5.11.16",
"@mui/x-data-grid": "^6.4.0",
"@mui/x-data-grid-generator": "^6.3.1",
"@mui/x-data-grid-premium": "^6.2.0",
"@reduxjs/toolkit": "^1.9.1",
"file-saver": "^2.0.5",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"material-table": "^2.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-export-excel": "^0.5.3",
"react-hook-form": "^7.43.8",
"react-html-table-to-excel-3": "^3.0.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.6.0",
"sort-by": "^1.2.0",
"sweetalert2": "^11.7.5",
"sweetalert2-react-content": "^5.0.7",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"vite": "^4.0.0"
},
"main": "vite.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Jeremy-434/FrontRecobros.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jeremy-434/FrontRecobros/issues"
},
"homepage": "https://github.com/Jeremy-434/FrontRecobros#readme",
"description": ""
}