Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
118 changes: 59 additions & 59 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"name": "@dkhalife/tasks",
"private": true,
"version": "1.0.30",
"type": "module",
"scripts": {
"start": "vite --host",
"build": "vite build --mode prod",
"lint": "eslint .",
"preview": "vite preview",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.1",
"@mui/joy": "^5.0.0-beta.51",
"@mui/material": "^6.3.1",
"@reduxjs/toolkit": "^2.2.1",
"date-fns": "^4.1.0",
"react-dom": "^19.1.0",
"react-redux": "^9.1.2",
"react-router-dom": "^7.6.2",
"react": "^19.1.0",
"vite-plugin-package-version": "^1.1.0"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@playwright/test": "^1.55.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/mocha": "^10.0.10",
"@types/react-dom": "^18",
"@types/react": "^18",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"eslint-plugin-react": "^7.37.4",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"identity-obj-proxy": "^3.0.0",
"jest-environment-jsdom": "^30.2.0",
"jest": "^30.2.0",
"postcss": "^8.4.49",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-react": "^0.0.1",
"prettier": "^3.4.2",
"ts-jest": "^29.4.4",
"typescript-eslint": "^8.19.1",
"typescript": "^5.7.3",
"vite": "^6.2.7"
}
}
{
"name": "@dkhalife/tasks",
"private": true,
"version": "1.0.30",
"type": "module",
"scripts": {
"start": "vite --host",
"build": "vite build --mode prod",
"lint": "eslint .",
"preview": "vite preview",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.1",
"@mui/joy": "^5.0.0-beta.51",
"@mui/material": "^6.3.1",
"@reduxjs/toolkit": "^2.2.1",
"date-fns": "^4.1.0",
"react-dom": "^19.1.0",
"react-redux": "^9.1.2",
"react-router-dom": "^7.6.2",
"react": "^19.1.0",
"vite-plugin-package-version": "^1.1.0"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@playwright/test": "^1.55.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/mocha": "^10.0.10",
"@types/react-dom": "^18",
"@types/react": "^18",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"eslint-plugin-react": "^7.37.4",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"identity-obj-proxy": "^3.0.0",
"jest-environment-jsdom": "^30.2.0",
"jest": "^30.2.0",
"postcss": "^8.4.49",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-react": "^0.0.1",
"prettier": "^3.4.2",
"ts-jest": "^29.4.4",
"typescript-eslint": "^8.19.1",
"typescript": "^5.7.3",
"vite": "^6.4.1"
}
}
Loading
Loading