|
1 | 1 | { |
2 | 2 | "name": "nextjs-lingui-template", |
3 | | - "version": "1.1.1", |
| 3 | + "version": "1.1.2", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "dev": "next dev", |
|
19 | 19 | "@lingui/detect-locale": "4.4.0", |
20 | 20 | "@lingui/react": "4.4.0", |
21 | 21 | "clsx": "2.0.0", |
| 22 | + "eslint-plugin-prettier": "4.2.1", |
22 | 23 | "langs": "2.0.0", |
23 | 24 | "next": "13.4.19", |
24 | 25 | "react": "18.2.0", |
|
36 | 37 | "@testing-library/user-event": "14.4.3", |
37 | 38 | "@types/eslint": "8.44.2", |
38 | 39 | "@types/eslint-config-prettier": "6.11.0", |
39 | | - "@types/jest": "29.5.3", |
| 40 | + "@types/jest": "29.5.4", |
40 | 41 | "@types/langs": "2.0.1", |
41 | 42 | "@types/lint-staged": "13.2.0", |
42 | | - "@types/node": "20.5.1", |
43 | | - "@types/react": "18.2.20", |
| 43 | + "@types/node": "20.5.3", |
| 44 | + "@types/react": "18.2.21", |
44 | 45 | "@types/react-dom": "18.2.7", |
45 | 46 | "@types/testing-library__jest-dom": "5.14.9", |
46 | 47 | "autoprefixer": "10.4.15", |
| 48 | + "cssnano": "6.0.1", |
47 | 49 | "eslint": "8.47.0", |
48 | 50 | "eslint-config-next": "13.4.19", |
49 | 51 | "eslint-config-prettier": "9.0.0", |
| 52 | + "eslint-plugin-tailwindcss": "3.8.3", |
50 | 53 | "husky": "8.0.3", |
51 | 54 | "jest": "29.6.3", |
52 | 55 | "jest-environment-jsdom": "29.6.3", |
53 | 56 | "lint-staged": "14.0.1", |
54 | 57 | "postcss": "8.4.28", |
55 | 58 | "prettier": "3.0.2", |
| 59 | + "prettier-plugin-jsdoc": "1.0.1", |
| 60 | + "prettier-plugin-organize-attributes": "1.0.0", |
56 | 61 | "prettier-plugin-organize-imports": "3.2.3", |
57 | 62 | "prettier-plugin-tailwindcss": "0.5.3", |
58 | 63 | "serve": "14.2.1", |
| 64 | + "tailwind-merge": "1.14.0", |
59 | 65 | "tailwindcss": "3.3.3", |
60 | 66 | "typescript": "5.1.6" |
61 | 67 | } |
|
0 commit comments