|
25 | 25 | "lint": "next lint",
|
26 | 26 | "prettier": "prettier . --write",
|
27 | 27 | "type": "tsc --noEmit --incremental",
|
28 |
| - "format": "pnpm run prettier && pnpm run lint && pnpm type", |
29 |
| - "bootstrap": "pnpm install && pnpm run format" |
| 28 | + "format": "yarn run prettier && yarn run lint && yarn type", |
| 29 | + "bootstrap": "yarn install && yarn run format" |
30 | 30 | },
|
31 | 31 | "dependencies": {
|
| 32 | + "clsx": "2.1.1", |
| 33 | + "framer-motion": "11.11.10", |
32 | 34 | "next": "15.0.1",
|
33 | 35 | "react": "18.3.1",
|
34 |
| - "react-dom": "18.3.1", |
35 |
| - "framer-motion": "11.11.10", |
36 | 36 | "react-countup": "6.5.3",
|
| 37 | + "react-dom": "18.3.1", |
37 | 38 | "react-icons": "5.3.0",
|
38 | 39 | "react-tsparticles": "2.12.2",
|
39 |
| - "tsparticles-engine": "2.12.0", |
40 | 40 | "swiper": "11.1.14",
|
41 |
| - "clsx": "2.1.1", |
42 | 41 | "tailwind-merge": "2.5.4",
|
43 | 42 | "tailwind-scrollbar": "3.1.0",
|
44 |
| - "tsparticles": "2.12.0" |
| 43 | + "tsparticles": "2.12.0", |
| 44 | + "tsparticles-engine": "2.12.0" |
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
| 47 | + "@trivago/prettier-plugin-sort-imports": "4.3.0", |
47 | 48 | "@types/node": "22.8.1",
|
48 | 49 | "@types/react": "18.3.12",
|
49 | 50 | "@types/react-dom": "18.3.1",
|
50 |
| - "prettier-plugin-organize-imports": "4.1.0", |
51 |
| - "@trivago/prettier-plugin-sort-imports": "4.3.0", |
52 |
| - "prettier": "3.3.3", |
53 |
| - "prettier-plugin-prisma": "5.0.0", |
54 |
| - "prettier-plugin-tailwindcss": "0.6.8", |
55 |
| - "prettier-plugin-xml": "0.1.0", |
56 | 51 | "autoprefixer": "10.4.20",
|
57 | 52 | "eslint": "9.13.0",
|
58 | 53 | "eslint-config-next": "15.0.1",
|
59 | 54 | "postcss": "8.4.47",
|
| 55 | + "prettier": "3.3.3", |
| 56 | + "prettier-plugin-organize-imports": "4.1.0", |
| 57 | + "prettier-plugin-prisma": "5.0.0", |
| 58 | + "prettier-plugin-tailwindcss": "0.6.8", |
| 59 | + "prettier-plugin-xml": "0.1.0", |
60 | 60 | "tailwindcss": "3.4.14",
|
61 | 61 | "typescript": "5.6.3"
|
62 |
| - } |
| 62 | + }, |
| 63 | + "packageManager": "[email protected]" |
63 | 64 | }
|
0 commit comments