38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "ten99timecard",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Income logging, projections, and quarterly tax calculations for US 1099 workers",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "node --max-http-header-size=81920 node_modules/.bin/vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.26.2",
|
|
"zustand": "^4.5.5",
|
|
"recharts": "^2.12.7",
|
|
"date-fns": "^3.6.0",
|
|
"clsx": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^5.4.10",
|
|
"vitest": "^2.1.4",
|
|
"@vitest/coverage-v8": "^2.1.4",
|
|
"@testing-library/react": "^16.0.1",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"jsdom": "^25.0.1"
|
|
}
|
|
}
|