42 lines
1.3 KiB
JSON
42 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": "biome check src *.js --verbose && biome format src *.js --verbose",
|
|
"lint:fix": "biome check src ./*.js --apply --verbose && biome format src ./*.js --write --verbose",
|
|
"test": "yarn jest",
|
|
"typecheck": "yarn tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.4.1",
|
|
"@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/node": "^20.10.6",
|
|
"@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",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.3.0"
|
|
}
|
|
}
|