50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "dashboard",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"start": "react-scripts start",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"server": "json-server --watch db.json --port 5000"
|
|
},
|
|
"proxy": "http://localhost:5000",
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.3.7",
|
|
"@craco/craco": "^7.1.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@refinedev/core": "^4.53.0",
|
|
"@refinedev/kbar": "^1.3.12",
|
|
"@refinedev/mui": "^5.19.0",
|
|
"@refinedev/simple-rest": "^5.0.8",
|
|
"antd": "^5.18.2",
|
|
"axios": "^1.7.2",
|
|
"classnames": "^2.5.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.25.1",
|
|
"react-toastify": "^10.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.66",
|
|
"@types/react-dom": "^18.2.22",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^9.8.8",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"json-server": "^1.0.0-beta.1",
|
|
"postcss": "^7.0.39",
|
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
|
|
"vite": "^5.3.4"
|
|
}
|
|
}
|