Validation_Suite/validation-suite/frontend/atlas/.next/standalone/package.json

41 lines
1.3 KiB
JSON

{
"name": "atlas",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:auth": "node --test tests/auth-cookie.test.mjs",
"test:customer-import": "node --test tests/customer-import.test.mjs",
"test:middleware": "node --test tests/middleware-ssl.test.mjs",
"test:quickstart-navigation": "node --test tests/quickstart-navigation.test.mjs",
"test:quickstart-workflow": "node --test tests/quickstart-workflow.test.mjs",
"test:report-settings": "node --test tests/report-settings.test.mjs",
"test:validation-result": "node --test tests/validation-result.test.mjs",
"test:users-query": "node --test tests/users-query.test.mjs"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-table": "^8.21.3",
"lucide-react": "^0.468.0",
"next": "^16.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.61.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^22.13.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.31.0",
"eslint-config-next": "^16.0.0",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
}
}