|
| 1 | +{ |
| 2 | + "name": "boiler-plate", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "tsc && vite build", |
| 9 | + "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 10 | + "preview": "vite preview", |
| 11 | + "prepare": "husky install" |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "eslint-config-airbnb-typescript": "^17.0.0", |
| 15 | + "react": "^18.2.0", |
| 16 | + "react-dom": "^18.2.0" |
| 17 | + }, |
| 18 | + "devDependencies": { |
| 19 | + "@types/react": "^18.0.37", |
| 20 | + "@types/react-dom": "^18.0.11", |
| 21 | + "@typescript-eslint/eslint-plugin": "^5.61.0", |
| 22 | + "@typescript-eslint/parser": "^5.61.0", |
| 23 | + "@vitejs/plugin-react": "^4.0.0", |
| 24 | + "eslint": "^8.2.0", |
| 25 | + "eslint-config-airbnb": "19.0.4", |
| 26 | + "eslint-config-prettier": "^8.8.0", |
| 27 | + "eslint-plugin-import": "^2.25.3", |
| 28 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
| 29 | + "eslint-plugin-prettier": "^4.2.1", |
| 30 | + "eslint-plugin-react": "^7.28.0", |
| 31 | + "eslint-plugin-react-hooks": "^4.3.0", |
| 32 | + "eslint-plugin-react-refresh": "^0.3.4", |
| 33 | + "husky": ">=6", |
| 34 | + "lint-staged": ">=10", |
| 35 | + "prettier": "^2.8.8", |
| 36 | + "typescript": "^5.0.2", |
| 37 | + "vite": "^4.3.9" |
| 38 | + }, |
| 39 | + "lint-staged": { |
| 40 | + "*.{ts,tsx}": "eslint --cache --fix" |
| 41 | + } |
| 42 | +} |
0 commit comments