37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"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",
|
|
"@tanstack/react-query": "^4.32.6",
|
|
"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 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",
|
|
"typecheck": "yarn tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/core": "^2.9.3",
|
|
"@parcel/types": "^2.9.3",
|
|
"@testing-library/dom": "^9.3.1",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@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"
|
|
}
|
|
}
|