Files
flipstone-radar/package.json

49 lines
1.4 KiB
JSON

{
"name": "github-actions-radar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"npm run server\" \"vite\"",
"server": "tsx server/index.ts",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"autoprefixer": "^10.4.16",
"axios": "^1.6.0",
"chokidar": "^3.5.3",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"lucide-react": "^0.294.0",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.6"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jsdom": "^26.1.0",
"tsx": "^4.6.2",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vitest": "^1.0.4"
}
}