Files
SSA-Admin-Panel/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2025-01-15 12:38:29 +05:30
{
2025-01-15 12:41:26 +05:30
"name": "seo-admin",
2025-01-15 12:38:29 +05:30
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^3.2.3",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
2025-02-10 12:04:43 +05:30
"@reduxjs/toolkit": "^2.5.1",
"axios": "^1.7.9",
2025-02-06 15:07:42 +05:30
"chart.js": "^4.4.7",
2025-01-15 12:38:29 +05:30
"framer-motion": "^11.18.0",
2025-02-10 19:10:04 +05:30
"js-cookie": "^3.0.5",
2025-01-15 12:38:29 +05:30
"next-themes": "^0.4.4",
"react": "^18.3.1",
2025-02-06 15:07:42 +05:30
"react-chartjs-2": "^5.3.0",
2025-01-15 12:38:29 +05:30
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
2025-02-14 15:02:44 +05:30
"react-quill": "^2.0.0",
2025-02-10 12:04:43 +05:30
"react-redux": "^9.2.0",
2025-01-15 12:38:29 +05:30
"react-router-dom": "^7.1.1",
"vite-plugin-pwa": "^0.21.1"
},
"devDependencies": {
"@chakra-ui/cli": "^3.2.3",
"@eslint/js": "^9.17.0",
2025-02-10 19:10:04 +05:30
"@types/js-cookie": "^3.0.6",
2025-01-15 12:38:29 +05:30
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
}
}