Files
baya-monorepo/client/package.json
T
2026-06-16 01:32:43 +03:30

48 lines
1.2 KiB
JSON

{
"name": "balinyaar-client",
"version": "0.1.0",
"description": "Balinyaar web application",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"format": "prettier ./ --write",
"lint": "next lint",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --ci",
"type": "tsc"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@mui/material-nextjs": "latest",
"clsx": "latest",
"copy-to-clipboard": "latest",
"next": "latest",
"react": "latest",
"react-dom": "latest"
},
"devDependencies": {
"@testing-library/jest-dom": "latest",
"@testing-library/react": "latest",
"@testing-library/user-event": "latest",
"@types/jest": "latest",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"jest": "latest",
"jest-environment-jsdom": "latest",
"next-router-mock": "latest",
"prettier": "latest",
"ts-node": "latest",
"typescript": "^5"
}
}