Co-Study4Grid / frontend /package.json
github-actions[bot]
Deploy 7688ef1
13d4e44
Raw
History Blame Contribute Delete
1.58 kB
{
"name": "co-study4grid",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build:standalone": "tsc -b && vite build --config vite.config.standalone.ts",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"quality:report": "node --input-type=module -e \"import('child_process').then(({ spawn }) => spawn('python', ['../scripts/code_quality_report.py', '--summary'], { stdio: 'inherit' }))\"",
"quality:check": "node --input-type=module -e \"import('child_process').then(({ spawn }) => spawn('python', ['../scripts/check_code_quality.py'], { stdio: 'inherit' }))\""
},
"dependencies": {
"axios": "^1.13.5",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-select": "^5.10.2"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"@vitest/coverage-v8": "4.0.18",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"jsdom": "^28.1.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.0",
"vite": "^7.3.1",
"vite-plugin-singlefile": "^2.3.3",
"vitest": "^4.0.18"
}
}