Files
multitenetsaas/frontend/package.json
AHMET YILMAZ b3fff546e9
Some checks failed
System Monitoring / Health Checks (push) Has been cancelled
System Monitoring / Performance Monitoring (push) Has been cancelled
System Monitoring / Database Monitoring (push) Has been cancelled
System Monitoring / Cache Monitoring (push) Has been cancelled
System Monitoring / Log Monitoring (push) Has been cancelled
System Monitoring / Resource Monitoring (push) Has been cancelled
System Monitoring / Uptime Monitoring (push) Has been cancelled
System Monitoring / Backup Monitoring (push) Has been cancelled
System Monitoring / Security Monitoring (push) Has been cancelled
System Monitoring / Monitoring Dashboard (push) Has been cancelled
System Monitoring / Alerting (push) Has been cancelled
Security Scanning / Dependency Scanning (push) Has been cancelled
Security Scanning / Code Security Scanning (push) Has been cancelled
Security Scanning / Secrets Scanning (push) Has been cancelled
Security Scanning / Container Security Scanning (push) Has been cancelled
Security Scanning / Compliance Checking (push) Has been cancelled
Security Scanning / Security Dashboard (push) Has been cancelled
Security Scanning / Security Remediation (push) Has been cancelled
project initialization
2025-10-05 02:37:33 +08:00

53 lines
1.4 KiB
JSON

{
"name": "saas-platform-frontend",
"version": "1.0.0",
"description": "Multi-tenant SaaS platform frontend for Malaysian SMEs",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"next": "13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"axios": "1.4.0",
"react-query": "3.39.3",
"react-hook-form": "7.45.2",
"react-hot-toast": "2.4.1",
"zustand": "4.4.1",
"date-fns": "2.30.0",
"clsx": "2.0.0",
"tailwind-merge": "1.14.0",
"class-variance-authority": "0.7.0",
"lucide-react": "0.263.1",
"@hookform/resolvers": "3.1.1",
"zod": "3.22.2"
},
"devDependencies": {
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"typescript": "5.1.6",
"tailwindcss": "3.3.3",
"autoprefixer": "10.4.14",
"postcss": "8.4.27",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"jest": "29.6.1",
"@testing-library/react": "13.4.0",
"@testing-library/jest-dom": "5.17.0",
"jest-environment-jsdom": "29.6.1"
},
"engines": {
"node": ">=18.0.0"
}
}