51 lines
1.3 KiB
JSON
51 lines
1.3 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": "^11.14.0",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/server": "^11.11.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@mui/icons-material": "^9.1.1",
|
|
"@mui/material": "^9.1.1",
|
|
"@mui/material-nextjs": "^9.1.1",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"clsx": "latest",
|
|
"copy-to-clipboard": "latest",
|
|
"next": "^16.2.9",
|
|
"next-intl": "^4.13.0",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"stylis-plugin-rtl": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^25.9.3",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"eslint": "latest",
|
|
"eslint-config-next": "latest",
|
|
"jest": "latest",
|
|
"jest-environment-jsdom": "latest",
|
|
"next-router-mock": "latest",
|
|
"prettier": "latest",
|
|
"ts-node": "latest",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|