|
2 | 2 | "name": "@aboutbits/eslint-config", |
3 | 3 | "version": "2.2.3", |
4 | 4 | "description": "AboutBits' ESLint config presets", |
| 5 | + "author": "AboutBits", |
| 6 | + "license": "MIT", |
| 7 | + "homepage": "https://github.com/aboutbits/eslint-config", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "git+https://github.com/aboutbits/eslint-config" |
| 11 | + }, |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/aboutbits/eslint-config/issues" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "eslint-config", |
| 17 | + "eslintconfig", |
| 18 | + "eslint", |
| 19 | + "typescript", |
| 20 | + "react" |
| 21 | + ], |
5 | 22 | "private": false, |
6 | 23 | "publishConfig": { |
7 | 24 | "access": "public" |
8 | 25 | }, |
| 26 | + "prettier": "@aboutbits/prettier-config", |
| 27 | + "main": "ts.js", |
9 | 28 | "files": [ |
10 | 29 | "readme.md", |
11 | 30 | "ts.js", |
12 | 31 | "ts-react.js", |
13 | 32 | "ts-next.js", |
14 | 33 | "formatjs.js" |
15 | 34 | ], |
16 | | - "main": "ts.js", |
17 | 35 | "engines": { |
18 | 36 | "npm": ">=8", |
19 | 37 | "node": ">=16" |
|
30 | 48 | "ts-next:typecheck": "tsc --project tsconfig.ts-next.json --noEmit", |
31 | 49 | "postversion": "git push && git push --tags" |
32 | 50 | }, |
33 | | - "repository": { |
34 | | - "type": "git", |
35 | | - "url": "git+https://github.com/aboutbits/eslint-config" |
36 | | - }, |
37 | | - "keywords": [ |
38 | | - "eslint-config", |
39 | | - "eslintconfig", |
40 | | - "eslint", |
41 | | - "typescript", |
42 | | - "react" |
43 | | - ], |
44 | | - "author": "AboutBits", |
45 | | - "license": "MIT", |
46 | | - "bugs": { |
47 | | - "url": "https://github.com/aboutbits/eslint-config/issues" |
48 | | - }, |
49 | | - "homepage": "https://github.com/aboutbits/eslint-config", |
50 | 51 | "dependencies": { |
51 | 52 | "@typescript-eslint/parser": "^6.1.0", |
52 | 53 | "eslint-config-prettier": "^8.8.0" |
53 | 54 | }, |
| 55 | + "devDependencies": { |
| 56 | + "@aboutbits/prettier-config": "^1.6.0", |
| 57 | + "@aboutbits/ts-config": "^1.1.2", |
| 58 | + "@types/react": "^18.2.16", |
| 59 | + "@types/react-dom": "^18.2.7", |
| 60 | + "eslint-plugin-react": "^7.33.0", |
| 61 | + "react": "^18.2.0", |
| 62 | + "react-dom": "^18.2.0", |
| 63 | + "@next/eslint-plugin-next": "^13.4.11", |
| 64 | + "@typescript-eslint/eslint-plugin": "^6.1.0", |
| 65 | + "eslint": "^8.45.0", |
| 66 | + "eslint-import-resolver-typescript": "^3.5.5", |
| 67 | + "eslint-plugin-formatjs": "^4.5.0", |
| 68 | + "eslint-plugin-import": "^2.27.5", |
| 69 | + "eslint-plugin-jsx-a11y": "^6.7.1", |
| 70 | + "eslint-plugin-prettier": "^5.0.0", |
| 71 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 72 | + "eslint-plugin-tailwindcss": "^3.13.0", |
| 73 | + "prettier": "^3.0.0", |
| 74 | + "typescript": "^4.9.0 || ^5.0.0" |
| 75 | + }, |
54 | 76 | "peerDependencies": { |
55 | 77 | "@next/eslint-plugin-next": "^13.4.11", |
56 | 78 | "@typescript-eslint/eslint-plugin": "^6.1.0", |
|
88 | 110 | "eslint-plugin-tailwindcss": { |
89 | 111 | "optional": true |
90 | 112 | } |
91 | | - }, |
92 | | - "devDependencies": { |
93 | | - "@aboutbits/prettier-config": "^1.6.0", |
94 | | - "@aboutbits/ts-config": "^1.1.2", |
95 | | - "@types/react": "^18.2.16", |
96 | | - "@types/react-dom": "^18.2.7", |
97 | | - "eslint-plugin-react": "^7.33.0", |
98 | | - "react": "^18.2.0", |
99 | | - "react-dom": "^18.2.0", |
100 | | - "@next/eslint-plugin-next": "^13.4.11", |
101 | | - "@typescript-eslint/eslint-plugin": "^6.1.0", |
102 | | - "eslint": "^8.45.0", |
103 | | - "eslint-import-resolver-typescript": "^3.5.5", |
104 | | - "eslint-plugin-formatjs": "^4.5.0", |
105 | | - "eslint-plugin-import": "^2.27.5", |
106 | | - "eslint-plugin-jsx-a11y": "^6.7.1", |
107 | | - "eslint-plugin-prettier": "^5.0.0", |
108 | | - "eslint-plugin-react-hooks": "^4.6.0", |
109 | | - "eslint-plugin-tailwindcss": "^3.13.0", |
110 | | - "prettier": "^3.0.0", |
111 | | - "typescript": "^4.9.0 || ^5.0.0" |
112 | | - }, |
113 | | - "prettier": "@aboutbits/prettier-config" |
| 113 | + } |
114 | 114 | } |
0 commit comments