40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"packageManager": "yarn@4.1.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": "^5.0.0",
|
|
"axios": "^1.4.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"scripts": {
|
|
"start": "vite ./src --config ./vite.config.js",
|
|
"build": "vite build ./src --config ./vite.config.js",
|
|
"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 vitest --watch=false",
|
|
"typecheck": "yarn tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.4.1",
|
|
"@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/mocha": "^10.0.6",
|
|
"@types/node": "^20.10.6",
|
|
"@types/react": "^18.2.18",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-basic-ssl": "^1.0.2",
|
|
"@vitejs/plugin-legacy": "^5.2.0",
|
|
"axios-mock-adapter": "^1.21.5",
|
|
"jsdom": "^24.0.0",
|
|
"terser": "^5.26.0",
|
|
"typescript": "^5.3.0",
|
|
"vite": "^5.0.10",
|
|
"vitest": "^1.1.0"
|
|
}
|
|
}
|