|
2 | 2 | "name": "velog-dashboard-v2-fe", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
| 5 | + "lint-staged": { |
| 6 | + "*.{ts,tsx}": [ |
| 7 | + "next lint", |
| 8 | + "prettier --check" |
| 9 | + ] |
| 10 | + }, |
5 | 11 | "scripts": { |
6 | 12 | "dev": "next dev --port 3000", |
7 | 13 | "build": "next build", |
|
10 | 16 | "lint": "next lint", |
11 | 17 | "lintTest": "eslint ./src/__test__", |
12 | 18 | "format": "prettier --check --ignore-path .gitignore --ignore-path pnpm-lock.yaml .", |
13 | | - "test": "jest" |
| 19 | + "test": "jest", |
| 20 | + "prepare": "husky" |
14 | 21 | }, |
15 | 22 | "dependencies": { |
16 | 23 | "@channel.io/channel-web-sdk-loader": "^2.0.0", |
17 | 24 | "@next/third-parties": "^15.1.7", |
18 | 25 | "@sentry/core": "^8.47.0", |
19 | 26 | "@sentry/nextjs": "^8.47.0", |
20 | 27 | "@tailwindcss/typography": "^0.5.16", |
21 | | - "@tanstack/react-query": "^5.61.3", |
22 | | - "@tanstack/react-query-devtools": "^5.62.11", |
| 28 | + "@tanstack/react-query": "^5.69.0", |
| 29 | + "@tanstack/react-query-devtools": "^5.69.0", |
23 | 30 | "chart.js": "^4.4.7", |
24 | | - "jest-fixed-jsdom": "^0.0.9", |
25 | 31 | "js-cookie": "^3.0.5", |
26 | | - "msw": "^2.7.0", |
27 | 32 | "next": "14.2.18", |
28 | 33 | "react": "^18", |
29 | 34 | "react-chartjs-2": "^5.2.0", |
|
58 | 63 | "eslint-plugin-react": "^7.37.2", |
59 | 64 | "eslint-plugin-testing-library": "^6.5.0", |
60 | 65 | "globals": "^15.12.0", |
| 66 | + "husky": "^9.1.7", |
61 | 67 | "jest": "^29.7.0", |
62 | 68 | "jest-environment-jsdom": "^29.7.0", |
63 | 69 | "jest-fetch-mock": "^3.0.3", |
| 70 | + "jest-fixed-jsdom": "^0.0.9", |
| 71 | + "lint-staged": "^15.5.0", |
| 72 | + "msw": "^2.7.3", |
64 | 73 | "postcss": "^8", |
65 | 74 | "prettier": "^3.3.3", |
66 | 75 | "tailwindcss": "^3.4.1", |
|
0 commit comments