Files

53 lines
1.5 KiB
JSON

{
"name": "txclient",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3021",
"build": "next build",
"start": "next start -p 3021",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^6.5.0",
"@mui/material": "^6.5.0",
"@mui/x-charts": "^7.29.1",
"@mui/x-date-pickers": "^7.29.4",
"@react-oauth/google": "^0.13.5",
"axios": "^1.18.1",
"classnames": "^2.5.1",
"currency.js": "^2.0.4",
"dayjs": "^1.11.21",
"dompurify": "^3.4.12",
"driver.js": "^1.7.0",
"leaflet": "^1.9.4",
"motion": "^11.18.2",
"next": "^15.5.20",
"pdfmake": "^0.3.11",
"react": "^18.3.1",
"react-avatar": "^5.0.4",
"react-colorful": "^5.8.0",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"react-quill-new": "^3.8.3",
"react-schedule-view": "^1.1.2",
"react-share": "^5.3.0",
"socket.io-client": "^4.8.3",
"yup": "^1.7.1",
"zustand": "^5.0.14"
},
"devDependencies": {
"@types/dompurify": "^3.2.0",
"@types/leaflet": "^1.9.21",
"@types/node": "^20",
"@types/pdfmake": "^0.2.12",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.5.20",
"typescript": "^5"
}
}