46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "paysplit",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint paysplit",
|
|
"preview": "vite preview",
|
|
"format": "prettier . --write"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@mui/icons-material": "^7.3.6",
|
|
"@mui/material": "^7.3.5",
|
|
"@mui/x-date-pickers": "^8.21.0",
|
|
"axios": "^1.13.2",
|
|
"dayjs": "^1.11.19",
|
|
"react": "^19.2.0",
|
|
"react-async": "^10.0.1",
|
|
"react-dom": "^19.2.0",
|
|
"react-intl": "^7.1.14",
|
|
"react-router": "^7.9.6"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@types/node": "^24.10.0",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"@vitejs/plugin-react": "^5.1.0",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"globals": "^16.5.0",
|
|
"prettier": "3.6.2",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.46.3",
|
|
"vite": "npm:rolldown-vite@7.2.2"
|
|
},
|
|
"overrides": {
|
|
"vite": "npm:rolldown-vite@7.2.2"
|
|
}
|
|
}
|