ConceptPortal-public/rsconcept/frontend/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2023-07-15 17:46:19 +03:00
{
"name": "frontend",
"private": true,
"version": "0.1.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"
},
2023-07-15 17:46:19 +03:00
"dependencies": {
"axios": "^1.4.0",
2023-07-18 14:55:40 +03:00
"js-file-download": "^0.4.12",
2023-07-15 17:46:19 +03:00
"react": "^18.2.0",
"react-data-table-component": "^7.5.3",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-intl": "^6.4.4",
"react-loader-spinner": "^5.3.4",
"react-router-dom": "^6.14.2",
"react-select": "^5.7.4",
"react-tabs": "^6.0.2",
"react-toastify": "^9.1.3"
2023-07-15 17:46:19 +03:00
},
"devDependencies": {
"@types/node": "^20.4.5",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
2023-07-25 20:27:29 +03:00
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
2023-07-25 20:27:29 +03:00
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
2023-07-15 17:46:19 +03:00
}
}