|
37 | 37 | "node": ">=16.14.0" |
38 | 38 | }, |
39 | 39 | "scripts": { |
40 | | - "build": "tsup", |
41 | | - "dev": "tsup --format esm,cjs --watch & eslint-flat-config-viewer", |
| 40 | + "build": "nr typegen && tsup", |
| 41 | + "dev": "tsup --format esm,cjs --watch & npx @eslint/config-inspector", |
42 | 42 | "lint": "eslint .", |
43 | 43 | "lint:fix": "eslint . --fix", |
| 44 | + "typegen": "tsx scripts/typegen.ts", |
44 | 45 | "prepack": "nr build", |
45 | 46 | "prepare": "simple-git-hooks", |
46 | 47 | "release": "bumpp && pnpm publish", |
|
76 | 77 | } |
77 | 78 | }, |
78 | 79 | "dependencies": { |
79 | | - "@antfu/eslint-define-config": "1.23.0-2", |
80 | | - "@antfu/install-pkg": "^0.3.1", |
81 | | - "@eslint-types/jsdoc": "48.2.1", |
82 | | - "@eslint-types/typescript-eslint": "^7.2.0", |
83 | | - "@eslint-types/unicorn": "^51.0.1", |
| 80 | + "@antfu/install-pkg": "^0.3.2", |
84 | 81 | "@toml-tools/parser": "^1.0.0", |
85 | 82 | "@typescript-eslint/eslint-plugin": "^7.4.0", |
86 | 83 | "@typescript-eslint/parser": "^7.4.0", |
|
89 | 86 | "eslint-plugin-antfu": "^2.1.2", |
90 | 87 | "eslint-plugin-eslint-comments": "^3.2.0", |
91 | 88 | "eslint-plugin-import-x": "^0.4.4", |
92 | | - "eslint-plugin-jsdoc": "^48.2.1", |
| 89 | + "eslint-plugin-jsdoc": "^48.2.2", |
93 | 90 | "eslint-plugin-jsonc": "^2.14.1", |
94 | 91 | "eslint-plugin-n": "^16.6.2", |
95 | 92 | "eslint-plugin-no-only-tests": "^3.1.0", |
|
98 | 95 | "eslint-plugin-tailwindcss": "^3.15.1", |
99 | 96 | "eslint-plugin-unicorn": "^51.0.1", |
100 | 97 | "eslint-plugin-unused-imports": "^3.1.0", |
101 | | - "eslint-plugin-vitest": "^0.4.0", |
| 98 | + "eslint-plugin-vitest": "^0.4.1", |
102 | 99 | "eslint-plugin-vue": "^9.24.0", |
| 100 | + "eslint-typegen": "^0.2.0", |
103 | 101 | "globals": "^15.0.0", |
104 | 102 | "jsonc-eslint-parser": "^2.4.0", |
105 | 103 | "local-pkg": "^0.5.0", |
|
113 | 111 | }, |
114 | 112 | "devDependencies": { |
115 | 113 | "@antfu/ni": "^0.21.12", |
| 114 | + "@eslint/config-inspector": "^0.1.0", |
116 | 115 | "@types/eslint": "^8.56.6", |
117 | 116 | "@types/fs-extra": "^11.0.4", |
118 | | - "@types/node": "^20.11.30", |
| 117 | + "@types/node": "^20.12.2", |
119 | 118 | "@types/prompts": "^2.4.9", |
120 | 119 | "@types/yargs": "^17.0.32", |
121 | | - "@unocss/eslint-plugin": "^0.58.7", |
| 120 | + "@unocss/eslint-plugin": "^0.58.8", |
122 | 121 | "bumpp": "^9.4.0", |
123 | 122 | "eslint": "9.0.0-rc.0", |
124 | | - "eslint-flat-config-viewer": "^0.1.14", |
125 | 123 | "eslint-plugin-react": "^7.34.1", |
126 | 124 | "eslint-plugin-react-hooks": "^4.6.0", |
127 | 125 | "eslint-plugin-react-refresh": "^0.4.6", |
128 | | - "eslint-plugin-svelte": "^2.35.1", |
| 126 | + "eslint-plugin-svelte": "2.36.0-next.13", |
129 | 127 | "execa": "^8.0.1", |
130 | 128 | "fast-glob": "^3.3.2", |
131 | 129 | "fs-extra": "^11.2.0", |
132 | 130 | "lint-staged": "^15.2.2", |
133 | 131 | "rimraf": "^5.0.5", |
134 | 132 | "simple-git-hooks": "^2.11.1", |
| 133 | + "svelte": "^4.2.12", |
135 | 134 | "svelte-eslint-parser": "^0.33.1", |
136 | 135 | "tsup": "^8.0.2", |
137 | 136 | "tsx": "^4.7.1", |
|
0 commit comments