|
1 | 1 | {
|
2 | 2 | "name": "nextjs-tailwind-starter",
|
3 |
| - "version": "1.0.2", |
| 3 | + "version": "1.1.1", |
4 | 4 | "author": "Anh-Thi Dinh",
|
5 | 5 | "private": true,
|
| 6 | + "engines": { |
| 7 | + "npm": "^10.0.8", |
| 8 | + "node": "^20.10.0" |
| 9 | + }, |
| 10 | + "packageManager": "yarn@4.1.1", |
| 11 | + "license": "MIT", |
6 | 12 | "scripts": {
|
7 | 13 | "dev": "next dev",
|
8 | 14 | "build": "next build",
|
|
19 | 25 | "@types/node": "20.9.0",
|
20 | 26 | "@types/react": "18.2.37",
|
21 | 27 | "@types/react-dom": "18.2.15",
|
22 |
| - "autoprefixer": "10.4.16", |
23 |
| - "classnames": "^2.3.2", |
24 |
| - "eslint": "8.53.0", |
25 |
| - "eslint-config-next": "14.0.2", |
26 |
| - "next": "^14.0.2", |
27 |
| - "react": "18.2.0", |
28 |
| - "react-dom": "18.2.0", |
| 28 | + "eslint": "8.56.0", |
| 29 | + "eslint-config-next": "^14.2.3", |
| 30 | + "next": "^14.2.3", |
| 31 | + "react": "^18.3.1", |
| 32 | + "react-dom": "^18.3.1", |
29 | 33 | "sass": "^1.69.5",
|
30 |
| - "typescript": "5.2.2" |
| 34 | + "typescript": "5.3.3" |
31 | 35 | },
|
32 | 36 | "devDependencies": {
|
33 |
| - "@tailwindcss/typography": "^0.5.10", |
| 37 | + "@tailwindcss/typography": "^0.5.13", |
34 | 38 | "@testing-library/jest-dom": "^6.1.4",
|
35 | 39 | "@testing-library/react": "^14.1.0",
|
36 | 40 | "@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
37 | 41 | "@types/jest": "^29.5.8",
|
38 | 42 | "@typescript-eslint/eslint-plugin": "^6.10.0",
|
39 | 43 | "@typescript-eslint/parser": "^6.10.0",
|
| 44 | + "autoprefixer": "^10.4.19", |
40 | 45 | "eslint-config-prettier": "^9.0.0",
|
41 | 46 | "eslint-config-react-app": "^7.0.1",
|
42 | 47 | "eslint-plugin-prettier": "^5.0.1",
|
43 | 48 | "eslint-plugin-react": "^7.33.2",
|
44 |
| - "eslint-plugin-tailwindcss": "^3.13.0", |
| 49 | + "eslint-plugin-tailwindcss": "^3.17.0", |
45 | 50 | "eslint-plugin-unicorn": "^49.0.0",
|
46 | 51 | "eslint-plugin-unused-imports": "^3.0.0",
|
47 | 52 | "jest": "^29.7.0",
|
48 | 53 | "jest-environment-jsdom": "^29.7.0",
|
49 |
| - "postcss": "8.4.31", |
| 54 | + "postcss": "^8.4.38", |
50 | 55 | "prettier": "^3.0.3",
|
51 | 56 | "prettier-plugin-organize-imports": "^3.2.4",
|
52 |
| - "prettier-plugin-tailwindcss": "^0.5.7", |
| 57 | + "prettier-plugin-tailwindcss": "^0.6.1", |
53 | 58 | "rimraf": "^5.0.5",
|
54 |
| - "tailwindcss": "3.3.5" |
| 59 | + "tailwindcss": "^3.4.3" |
55 | 60 | }
|
56 | 61 | }
|
0 commit comments