This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
rotini/frontend/package.json

41 lines
1.3 KiB
JSON

{
"packageManager": "yarn@4.0.2",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.2",
"@tanstack/react-query": "^4.32.6",
"axios": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"start": "parcel serve src/index.html --no-cache",
"build": "parcel build src/index.html",
"lint": "rome check src *.js --verbose && rome format src *.js --verbose",
"lint:fix": "rome check src ./*.js --apply --verbose && rome format src ./*.js --write --verbose",
"test": "yarn jest",
"typecheck": "yarn tsc --noEmit"
},
"devDependencies": {
"@parcel/core": "^2.10.3",
"@parcel/types": "^2.10.3",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"axios-mock-adapter": "^1.21.5",
"buffer": "^5.5.0||^6.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"parcel": "^2.10.3",
"process": "^0.11.10",
"rome": "^12.1.3",
"ts-jest": "^29.1.1",
"typescript": "^5.3.0"
}
}