Files
parcer/ui/package.json

38 lines
1008 B
JSON
Raw Normal View History

2024-03-03 16:44:16 +05:30
{
"name": "maxun-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
2024-03-07 03:47:24 +05:30
"@tremor/react": "^3.14.1",
2024-03-07 02:00:48 +05:30
"antd": "^5.15.1",
2024-04-05 22:46:50 +05:30
"axios": "^1.6.8",
"html-react-parser": "^5.1.10",
2024-03-03 16:44:16 +05:30
"react": "^18.2.0",
2024-03-07 02:25:01 +05:30
"react-dom": "^18.2.0",
2024-03-07 02:35:28 +05:30
"react-icons": "^5.0.1",
2024-03-07 02:25:01 +05:30
"react-router-dom": "^6.22.2"
2024-03-03 16:44:16 +05:30
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
2024-03-05 23:00:15 +05:30
"autoprefixer": "^10.4.18",
2024-03-03 16:44:16 +05:30
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
2024-03-05 23:00:15 +05:30
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
2024-03-03 16:44:16 +05:30
"typescript": "^5.2.2",
"vite": "^5.1.4"
}
}