|
| 1 | +{ |
| 2 | + "name": "taskmato", |
| 3 | + "private": true, |
| 4 | + "description": "A Pomodoro timer for Todoist tasks.", |
| 5 | + "version": "1.0.0-alpha.1", |
| 6 | + "type": "module", |
| 7 | + "scripts": { |
| 8 | + "dev": "vite", |
| 9 | + "build": "tsc -b && vite build", |
| 10 | + "preview": "vite preview", |
| 11 | + "lint": "npx eslint --fix \"**/*.{js,mjs,cjs,jsx,ts,tsx,json}\"", |
| 12 | + "lint:check": "npx eslint \"**/*.{js,mjs,cjs,jsx,ts,tsx,json}\"", |
| 13 | + "format": "npx prettier --write \"**/*.{js,mjs,cjs,jsx,ts,tsx,json,md,mdx}\"", |
| 14 | + "format:check": "npx prettier --check \"**/*.{js,mjs,cjs,jsx,ts,tsx,json,md,mdx}\"" |
| 15 | + }, |
| 16 | + "devDependencies": { |
| 17 | + "@eslint/compat": "^1.2.5", |
| 18 | + "@eslint/js": "^9.18.0", |
| 19 | + "@types/react": "^19.0.7", |
| 20 | + "@types/react-dom": "^19.0.3", |
| 21 | + "@vitejs/plugin-react": "^4.3.4", |
| 22 | + "eslint": "^9.18.0", |
| 23 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 24 | + "eslint-plugin-react": "^7.37.4", |
| 25 | + "eslint-plugin-react-hooks": "^5.1.0", |
| 26 | + "eslint-plugin-react-refresh": "^0.4.18", |
| 27 | + "eslint-plugin-simple-import-sort": "^12.1.1", |
| 28 | + "prettier": "^3.4.2", |
| 29 | + "typescript": "~5.6.2", |
| 30 | + "typescript-eslint": "^8.20.0", |
| 31 | + "vite": "^6.0.5" |
| 32 | + }, |
| 33 | + "dependencies": { |
| 34 | + "@emotion/react": "^11.14.0", |
| 35 | + "@emotion/styled": "^11.14.0", |
| 36 | + "@mui/icons-material": "^6.4.0", |
| 37 | + "@mui/material": "^6.4.0", |
| 38 | + "react": "^19.0.0", |
| 39 | + "react-dom": "^19.0.0" |
| 40 | + } |
| 41 | +} |
0 commit comments