1
0
mirror of synced 2025-12-26 14:00:11 -05:00
Files
blitz/integration-tests/qm/package.json
github-actions[bot] 4ac47ff2a1 Version Packages (#4270)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-05 11:03:08 +05:30

35 lines
838 B
JSON

{
"name": "test-qm",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "vitest run",
"test-watch": "vitest",
"clean": "rm -rf .turbo && rm -rf node_modules"
},
"dependencies": {
"@blitzjs/auth": "2.0.2",
"@blitzjs/config": "2.0.2",
"@blitzjs/next": "2.0.2",
"@blitzjs/rpc": "2.0.2",
"@prisma/client": "4.6.1",
"@tanstack/react-query": "4.0.10",
"blitz": "2.0.2",
"next": "14.0.4",
"prisma": "4.6.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@testing-library/react": "13.4.0",
"@types/react": "18.0.25",
"@vitejs/plugin-react": "1.3.0",
"delay": "5.0.0",
"eslint": "8.27.0",
"eslint-config-next": "latest",
"eslint-plugin-testing-library": "5.0.1",
"jsdom": "^19.0.0",
"typescript": "^4.8.4"
}
}