Files
flashmed-student/package.json
2026-08-08 18:56:53 +03:30

88 lines
2.4 KiB
JSON

{
"name": "student_panel",
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.5",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.24.0",
"axios-cache-adapter": "^2.7.3",
"classnames": "^2.3.1",
"formik": "^2.2.9",
"moment-jalaali": "^0.9.4",
"prop-types": "^15.8.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.1",
"react-redux": "^7.2.6",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.0",
"react-toast-notifications": "^2.5.1",
"recharts": "^2.1.8",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"trendline": "^0.3.1",
"web-vitals": "^2.1.2",
"workbox-cacheable-response": "^6.5.3",
"workbox-core": "^6.5.3",
"workbox-expiration": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3",
"workbox-window": "^6.5.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@tailwindcss/forms": "^0.4.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
"autoprefixer": "^10.4.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"faker": "^5.5.3",
"postcss": "^8.4.5",
"prettier": "^2.6.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"react-test-renderer": "^17.0.2",
"redux-devtools-extension": "^2.13.9",
"tailwindcss": "^3.0.8",
"tailwindcss-rtl": "^0.8.0"
}
}