|
1 | 1 | { |
2 | 2 | "name": "go-size-analyzer-ui", |
| 3 | + "type": "module", |
3 | 4 | "version": "0.0.1", |
4 | 5 | "private": true, |
5 | | - "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "build:ui": "tsc && vite -c vite.config.ts build", |
8 | 8 | "build:explorer": "tsc && vite -c vite.config-explorer.ts build", |
9 | 9 | "dev:ui": "vite -c vite.config.ts", |
10 | 10 | "dev:explorer": "vite -c vite.config-explorer.ts", |
11 | 11 | "generate": "typia generate --input src/schema --output src/generated --project tsconfig.json", |
12 | | - "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
13 | | - "lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix", |
| 12 | + "lint": "eslint .", |
| 13 | + "lint:fix": "eslint . --fix", |
14 | 14 | "test": "vitest run" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
|
27 | 27 | "react-use": "^17.5.0" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
| 30 | + "@antfu/eslint-config": "^2.21.2", |
30 | 31 | "@codecov/vite-plugin": "0.0.1-beta.10", |
31 | 32 | "@microsoft/eslint-formatter-sarif": "^3.1.0", |
32 | 33 | "@testing-library/dom": "^10.3.0", |
|
41 | 42 | "@types/node": "^20.14.9", |
42 | 43 | "@types/react": "^18.3.3", |
43 | 44 | "@types/react-dom": "^18.3.0", |
44 | | - "@typescript-eslint/eslint-plugin": "^7.15.0", |
45 | | - "@typescript-eslint/parser": "^7.15.0", |
46 | 45 | "@vitejs/plugin-react-swc": "^3.7.0", |
47 | 46 | "@vitest/coverage-istanbul": "^1.6.0", |
48 | 47 | "eslint": "^9.6.0", |
49 | | - "eslint-plugin-import": "^2.29.1", |
50 | | - "eslint-plugin-react": "^7.34.3", |
51 | | - "eslint-plugin-react-hooks": "^4.6.2", |
| 48 | + "eslint-plugin-import-x": "^0.5.3", |
| 49 | + "eslint-plugin-react-hooks": "5.1.0-rc-100dfd7dab-20240701", |
52 | 50 | "eslint-plugin-react-refresh": "^0.4.7", |
53 | 51 | "jsdom": "^24.1.0", |
54 | 52 | "junit": "^1.4.9", |
|
0 commit comments