2022-09-03 07:36:35 +00:00
|
|
|
{
|
|
|
|
|
"name": "react-admin-panel",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2022-09-19 09:35:54 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
|
|
|
|
"@iconscout/react-unicons": "^1.1.6",
|
2022-09-03 07:39:30 +00:00
|
|
|
"axios": "^0.27.2",
|
2022-09-03 07:36:35 +00:00
|
|
|
"react": "^18.2.0",
|
2022-09-03 07:39:30 +00:00
|
|
|
"react-dom": "^18.2.0",
|
2022-09-06 12:43:26 +00:00
|
|
|
"react-icons": "^4.4.0",
|
2022-09-07 09:45:31 +00:00
|
|
|
"react-router-dom": "^6.3.0",
|
|
|
|
|
"uuidv4": "^6.2.13"
|
2022-09-03 07:36:35 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "^18.0.17",
|
|
|
|
|
"@types/react-dom": "^18.0.6",
|
|
|
|
|
"@vitejs/plugin-react": "^2.0.1",
|
2022-09-04 12:21:57 +00:00
|
|
|
"sass": "^1.54.8",
|
2022-09-03 07:36:35 +00:00
|
|
|
"typescript": "^4.6.4",
|
|
|
|
|
"vite": "^3.0.7"
|
|
|
|
|
}
|
2022-09-03 07:39:30 +00:00
|
|
|
}
|