49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "frontend",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@ckeditor/ckeditor5-build-classic": "^40.2.0",
|
|
"@ckeditor/ckeditor5-react": "^6.2.0",
|
|
"axios": "^1.6.5",
|
|
"bootstrap": "^5.3.2",
|
|
"chart.js": "^4.4.7",
|
|
"dayjs": "^1.11.10",
|
|
"js-cookie": "^3.0.5",
|
|
"jwt-decode": "^3.1.2",
|
|
"moment": "^2.30.1",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.10.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.48.2",
|
|
"react-icons": "^5.0.1",
|
|
"react-photo-album": "^2.3.0",
|
|
"react-player": "^2.14.1",
|
|
"react-rater": "^6.0.5",
|
|
"react-router-dom": "6.10.0",
|
|
"sweetalert2": "^11.7.32",
|
|
"yet-another-react-lightbox": "^3.14.0",
|
|
"zustand": "^4.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"eslint": "^9.0.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"prettier": "^3.0.3",
|
|
"simple-zustand-devtools": "^1.1.0",
|
|
"vite": "^4.4.5"
|
|
}
|
|
}
|