canina/frontend/application/package.json
parsaaghayi bd49fbc4a0
Some checks failed
Deploy Canina / deploy (push) Successful in 2m25s
E2E Playwright Tests / Run Full E2E & Security Suites (push) Failing after 7s
fix(security): remediate audit vulnerabilities SEC-001 through SEC-023
2026-09-23 23:00:25 +03:30

42 lines
1012 B
JSON

{
"name": "application",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3300",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@types/dompurify": "^3.0.5",
"@types/sanitize-html": "^2.16.1",
"axios": "^1.17.0",
"dompurify": "^3.4.16",
"lucide-react": "^0.475.0",
"motion": "^12.40.0",
"next": "16.2.9",
"nextjs-toploader": "^3.9.17",
"react": "19.2.4",
"react-dom": "19.2.4",
"sanitize-html": "^2.17.7",
"sonner": "^2.0.7",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^6.0.5",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"jsdom": "^29.1.1",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.1.10"
}
}