These designs DO NOT include important features: CRM, Bank History, etc but those pages SHOULD be live in the final release
Copy {
"name": "Karat-Platform",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.102",
"@mui/material": "^5.10.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.59",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.4.0",
"react-scripts": "5.0.1",
"react-spring": "^9.5.5",
"typescript": "^4.8.3",
"web-vitals": "^2.1.4",
"react-plaid-link": "^3.2.1",
"axios": "^0.21.4",
"date-fns": "^1.30.1",
"plaid": "^9.3.0",
"plaid-threads": "^11.4.3",
"react-router-dom": "^5.1.2",
"chart.js": "^2.9.3",
"date-fns": "2.29.3",
"react-native": "^0.71.4",
"react-native-web": "^0.19.1"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"@types/lodash": "^4.14.170",
"@types/node": "^15.14.0",
"@types/react-router-dom": "^5.1.7",
"@types/react-router-hash-link": "^2.4.0",
"@types/socket.io-client": "^3.0.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.16.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start": "PORT=3001 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src -c .eslintrc --ext js,jsx",
"preinstall": "npx npm-force-resolutions"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Bank linking is missing from the designs. A few services need to integrate with this application but those services will be discussed in more detail on another page