react-admin-panel-orient/package.json

28 lines
591 B
JSON
Raw Normal View History

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-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
}