-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.99 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "grzegorzpokorski.pl",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix --quiet",
"format": "pnpm prettier . --write",
"test:watch": "vitest",
"test:once": "vitest run",
"prepare": "husky"
},
"dependencies": {
"@next/env": "15.1.6",
"@sindresorhus/slugify": "2.2.1",
"@types/node": "22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@vercel/analytics": "1.4.1",
"eslint": "9.19.0",
"next": "15.1.6",
"next-mdx-remote": "5.0.0",
"next-themes": "0.4.4",
"plaiceholder": "3.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-focus-lock": "2.13.5",
"react-icons": "5.4.0",
"rehype-img-size": "1.0.1",
"rehype-prism-plus": "2.0.0",
"schema-dts": "1.1.2",
"sharp": "0.33.5",
"tailwind-merge": "2.6.0",
"typescript": "5.7.3",
"zod": "3.24.1"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.16",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/mdx": "2.0.13",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"@vitejs/plugin-react": "4.3.4",
"autoprefixer": "10.4.20",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react-hooks": "5.1.0",
"husky": "9.1.7",
"jsdom": "26.0.0",
"lint-staged": "15.4.3",
"postcss": "8.5.1",
"prettier": "3.4.2",
"tailwindcss": "3.4.16",
"vite": "6.0.11",
"vitest": "3.0.4"
},
"engines": {
"node": "^18.0.0 || ^20.11.1 || ^22.0.0",
"pnpm": "^9.4.0"
},
"packageManager": "[email protected]+sha512.beb9e2a803db336c10c9af682b58ad7181ca0fbd0d4119f2b33d5f2582e96d6c0d93c85b23869295b765170fbdaa92890c0da6ada457415039769edf3c959efe"
}