Files
task-tracker-for-students/package.json
Николай Вигдоров a46bf6038b add first services
2025-08-03 13:11:32 +03:00

56 lines
1.7 KiB
JSON

{
"name": "task-tracker-for-students",
"version": "1.0.0",
"description": "Проект для примеры реализации приложения Task Tracker на основе макетов https://www.figma.com/design/oHNPqHqhNtil2xuWBjZfYW/Task-tracker",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --fix",
"format": "prettier --write \"**/*.{ts,tsx,json,css,md}\"",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@reatom/core": "3.10.1",
"@reatom/npm-react": "3.10.6",
"axios": "1.11.0",
"date-fns": "4.1.0",
"formik": "2.4.6",
"keycloak-js": "26.2.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-jss": "10.10.0",
"react-router-dom": "7.7.1",
"uuid": "11.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "6.6.4",
"@testing-library/react": "16.3.0",
"@types/jest": "30.0.0",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.38.0",
"@vitejs/plugin-react": "4.7.0",
"eslint": "9.32.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"identity-obj-proxy": "3.0.0",
"jest": "30.0.5",
"jest-environment-jsdom": "30.0.5",
"prettier": "3.6.2",
"ts-jest": "29.4.0",
"ts-node": "10.9.2",
"typescript": "5.8.3",
"vite": "7.0.6"
}
}