2024-09-24 12:10:18 +05:30
|
|
|
{
|
|
|
|
|
"name": "rubix-explore-pages",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"lint": "eslint .",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@chakra-ui/react": "^2.8.2",
|
|
|
|
|
"@emotion/react": "^11.13.3",
|
|
|
|
|
"@emotion/styled": "^11.13.0",
|
2024-09-24 15:46:05 +05:30
|
|
|
"@reduxjs/toolkit": "^2.2.7",
|
2024-10-01 13:02:09 +05:30
|
|
|
"chart.js": "^4.4.4",
|
2024-10-15 11:13:55 +05:30
|
|
|
"dayjs": "^1.11.13",
|
2024-09-24 12:10:18 +05:30
|
|
|
"framer-motion": "^11.5.6",
|
2024-09-24 15:46:05 +05:30
|
|
|
"js-cookie": "^3.0.5",
|
2024-09-24 12:10:18 +05:30
|
|
|
"react": "^18.3.1",
|
2024-10-01 13:02:09 +05:30
|
|
|
"react-chartjs-2": "^5.2.0",
|
2024-09-24 15:46:05 +05:30
|
|
|
"react-dom": "^18.3.1",
|
2024-10-01 13:02:09 +05:30
|
|
|
"react-icons": "^5.3.0",
|
|
|
|
|
"react-redux": "^9.1.2",
|
|
|
|
|
"react-router-dom": "^6.26.2"
|
2024-09-24 12:10:18 +05:30
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/js": "^9.9.0",
|
|
|
|
|
"@types/react": "^18.3.3",
|
|
|
|
|
"@types/react-dom": "^18.3.0",
|
|
|
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
|
|
|
"eslint": "^9.9.0",
|
|
|
|
|
"eslint-plugin-react": "^7.35.0",
|
|
|
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.9",
|
|
|
|
|
"globals": "^15.9.0",
|
|
|
|
|
"vite": "^5.4.1"
|
|
|
|
|
}
|
|
|
|
|
}
|