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

36 lines
1.1 KiB
JSON
Raw Normal View History

{
"packageManager": "yarn@3.6.1",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3"
},
"scripts": {
"start": "parcel serve src/index.html --no-cache",
"build": "parcel build src/index.html",
"lint": "rome check tests src *.js --verbose && rome format tests src *.js --verbose",
"lint:fix": "rome check tests src ./*.js --apply --verbose && rome format tests src ./*.js --write --verbose",
"test": "yarn jest"
},
"devDependencies": {
"@parcel/core": "^2.9.3",
"@parcel/types": "^2.9.3",
"@testing-library/dom": "^9.3.1",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"parcel": "^2.9.3",
"process": "^0.11.10",
"rome": "^12.1.3",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
}
}