122 lines
3.2 KiB
JSON
122 lines
3.2 KiB
JSON
{
|
|
"name": "aptiva-dev1-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@google-cloud/kms": "^5.1.0",
|
|
"@google-cloud/secret-manager": "^6.1.0",
|
|
"@radix-ui/react-dialog": "^1.0.0",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-progress": "^1.1.2",
|
|
"@radix-ui/react-tabs": "^1.1.9",
|
|
"@sendgrid/mail": "^8.1.5",
|
|
"axios": "^1.7.9",
|
|
"bcrypt": "^5.1.1",
|
|
"chart.js": "^4.4.7",
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
"chartjs-plugin-annotation": "^3.1.0",
|
|
"chartjs-plugin-zoom": "^2.2.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"classnames": "^2.5.1",
|
|
"clsx": "^2.1.1",
|
|
"cookie-parser": "^1.4.7",
|
|
"cors": "^2.8.5",
|
|
"cra-template": "1.2.0",
|
|
"docx": "^9.5.0",
|
|
"dotenv": "^16.4.7",
|
|
"express-rate-limit": "^7.5.1",
|
|
"file-saver": "^2.0.5",
|
|
"form-data": "^4.0.4",
|
|
"fuse.js": "^7.1.0",
|
|
"helmet": "^8.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"jwt-decode": "^4.0.0",
|
|
"lucide-react": "^0.483.0",
|
|
"mammoth": "^1.9.0",
|
|
"moment": "^2.30.1",
|
|
"multer": "^1.4.5-lts.2",
|
|
"mysql2": "^3.14.1",
|
|
"node-cron": "^4.1.0",
|
|
"openai": "^4.104.0",
|
|
"pdf-parse": "^1.1.1",
|
|
"pdfjs-dist": "^3.11.174",
|
|
"pluralize": "^8.0.0",
|
|
"react": "^18.2.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-phone-input-2": "2.15.1",
|
|
"react-router": "^7.3.0",
|
|
"react-router-dom": "^6.20.1",
|
|
"react-scripts": "^5.0.1",
|
|
"react-spinners": "^0.15.0",
|
|
"sqlite": "^5.1.1",
|
|
"sqlite3": "^5.1.7",
|
|
"stripe": "^14.0.0",
|
|
"tailwind-merge": "^3.2.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"twilio": "^5.7.1",
|
|
"uuid": "^11.1.0",
|
|
"web-vitals": "^4.2.4",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"overrides": {
|
|
"@types/request": {
|
|
"form-data": "^4.0.4"
|
|
},
|
|
"jsdom": {
|
|
"form-data": "^4.0.4"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"start": "react-scripts start --host 0.0.0.0",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
|
|
"main": "index.js",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/parser": "^7.28.0",
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@eslint/js": "^9.32.0",
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"glob": "^11.0.3",
|
|
"globals": "^16.3.0",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript-eslint": "^8.38.0"
|
|
}
|
|
}
|