2023-08-05 16:46:28 +00:00
|
|
|
{
|
2023-12-24 02:51:01 +00:00
|
|
|
"packageManager": "yarn@4.0.2",
|
2023-08-05 16:46:28 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@emotion/react": "^11.11.1",
|
|
|
|
"@emotion/styled": "^11.11.0",
|
|
|
|
"@mui/icons-material": "^5.14.1",
|
|
|
|
"@mui/material": "^5.14.2",
|
2023-08-10 04:27:36 +00:00
|
|
|
"@tanstack/react-query": "^4.32.6",
|
2023-08-18 05:24:12 +00:00
|
|
|
"axios": "^1.4.0",
|
2023-08-05 16:46:28 +00:00
|
|
|
"react": "^18.2.0",
|
2023-08-10 04:27:36 +00:00
|
|
|
"react-dom": "^18.2.0"
|
2023-08-05 16:46:28 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "parcel serve src/index.html --no-cache",
|
|
|
|
"build": "parcel build src/index.html",
|
2023-12-22 05:37:50 +00:00
|
|
|
"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",
|
2023-08-10 04:26:33 +00:00
|
|
|
"test": "yarn jest",
|
|
|
|
"typecheck": "yarn tsc --noEmit"
|
2023-08-05 16:46:28 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-12-24 06:59:31 +00:00
|
|
|
"@parcel/core": "^2.10.3",
|
|
|
|
"@parcel/types": "^2.10.3",
|
2023-12-24 06:17:55 +00:00
|
|
|
"@testing-library/dom": "^9.3.3",
|
2023-12-20 05:18:44 +00:00
|
|
|
"@testing-library/jest-dom": "^6.1.5",
|
2023-12-24 06:17:55 +00:00
|
|
|
"@testing-library/react": "^14.1.2",
|
|
|
|
"@testing-library/user-event": "^14.5.1",
|
2023-08-05 16:46:28 +00:00
|
|
|
"@types/jest": "^29.5.3",
|
|
|
|
"@types/react": "^18.2.18",
|
|
|
|
"@types/react-dom": "^18.2.7",
|
2023-08-18 05:24:12 +00:00
|
|
|
"axios-mock-adapter": "^1.21.5",
|
|
|
|
"buffer": "^5.5.0||^6.0.0",
|
2023-12-24 06:17:55 +00:00
|
|
|
"jest": "^29.7.0",
|
|
|
|
"jest-environment-jsdom": "^29.7.0",
|
2023-12-24 06:59:31 +00:00
|
|
|
"parcel": "^2.10.3",
|
2023-08-05 16:46:28 +00:00
|
|
|
"process": "^0.11.10",
|
|
|
|
"rome": "^12.1.3",
|
|
|
|
"ts-jest": "^29.1.1",
|
2023-12-24 02:52:42 +00:00
|
|
|
"typescript": "^5.3.0"
|
2023-08-05 16:46:28 +00:00
|
|
|
}
|
|
|
|
}
|