Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,23 @@
"build": "tsc -b && vite build",
"lint:eslint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"lint:tsc": "tsc --pretty",
"lint": "pnpm lint:eslint && pnpm lint:tsc"
"lint": "pnpm lint:eslint && pnpm lint:tsc",
"vitest-preview": "vitest-preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@eslint/js": "^9.33.0",
"@mui/icons-material": "7.2.0",
"@mui/material": "7.2.0",
"express": "^4.19.2",
"framer-motion": "^12.23.0",
"msw": "^2.10.3",
"notistack": "^3.0.2",
"prettier": "^3.6.2",
"react": "19.1.0",
"react-dom": "19.1.0"
"react-dom": "19.1.0",
"vitest-preview": "^0.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
Expand Down
478 changes: 433 additions & 45 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading