|
8 | 8 | "postbuild": "cp -f static/.htaccess out/.htaccess || true", |
9 | 9 | "lint": "eslint .", |
10 | 10 | "lint:fix": "eslint . --fix", |
| 11 | + "lint-staged": "lint-staged", |
11 | 12 | "test": "vitest", |
12 | 13 | "test:ui": "vitest --ui", |
13 | 14 | "test:ci": "vitest --run", |
|
17 | 18 | "test:e2e:headed": "PLAYWRIGHT_TEST=1 playwright test --headed", |
18 | 19 | "fetch:versions": "npx tsx scripts/fetch-versions.ts", |
19 | 20 | "fetch:downloads": "npx tsx scripts/fetch-downloads.ts", |
20 | | - "update:data": "npm run fetch:versions && npm run fetch:downloads" |
| 21 | + "update:data": "npm run fetch:versions && npm run fetch:downloads", |
| 22 | + "prepare": "husky" |
21 | 23 | }, |
22 | 24 | "dependencies": { |
23 | 25 | "@fortawesome/fontawesome-free": "^7.1.0", |
|
32 | 34 | "sass": "^1.93.2" |
33 | 35 | }, |
34 | 36 | "devDependencies": { |
| 37 | + "@commitlint/cli": "^20.1.0", |
| 38 | + "@commitlint/config-conventional": "^20.0.0", |
| 39 | + "@commitlint/types": "^20.0.0", |
| 40 | + "@eslint/js": "^9.0.0", |
| 41 | + "@next/eslint-plugin-next": "15.5.4", |
35 | 42 | "@playwright/test": "^1.56.1", |
36 | 43 | "@testing-library/jest-dom": "^6.9.1", |
37 | 44 | "@testing-library/react": "^16.3.0", |
38 | 45 | "@testing-library/user-event": "^14.6.1", |
39 | 46 | "@types/node": "^20.19.24", |
40 | 47 | "@types/react": "^19.2.2", |
41 | 48 | "@types/react-dom": "^19.2.2", |
| 49 | + "@typescript-eslint/eslint-plugin": "^8.0.0", |
| 50 | + "@typescript-eslint/parser": "^8.0.0", |
42 | 51 | "@vitejs/plugin-react": "^5.1.0", |
43 | 52 | "@vitest/coverage-v8": "3.2.4", |
| 53 | + "conventional-changelog-atom": "^5.0.0", |
44 | 54 | "eslint": "^9.0.0", |
45 | 55 | "eslint-config-next": "15.5.4", |
46 | | - "@typescript-eslint/parser": "^8.0.0", |
47 | | - "@typescript-eslint/eslint-plugin": "^8.0.0", |
48 | | - "@eslint/js": "^9.0.0", |
49 | | - "@next/eslint-plugin-next": "15.5.4", |
50 | 56 | "globals": "^15.12.0", |
| 57 | + "husky": "^9.1.7", |
51 | 58 | "jsdom": "^27.0.1", |
| 59 | + "lint-staged": "^16.2.6", |
52 | 60 | "postcss": "^8.5.6", |
53 | 61 | "tailwindcss": "^3.4.18", |
54 | 62 | "typescript": "^5.9.3", |
|
0 commit comments