-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 KB
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
{
"scripts": {
"dev": "next -p 4000",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap"
},
"dependencies": {
"@tailwindcss/postcss": "^4.0.15",
"clsx": "^2.1.1",
"next": "^15.2.3",
"next-sitemap": "^4.2.3",
"nextra": "^4.2.17",
"nextra-theme-docs": "^4.2.17",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.33.5",
"swiper": "^11.2.6"
},
"type": "module",
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c",
"devDependencies": {
"@eslint/compat": "^1.2.7",
"@svgr/webpack": "^8.1.0",
"@types/node": "^22.13.11",
"@types/react": "^19.0.12",
"@typescript-eslint/parser": "^8.27.0",
"autoprefixer": "^10.4.21",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^16.0.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.15",
"typescript": "^5.8.2"
},
"pnpm": {
"overrides": {
"@types/react": "^19.0.8"
}
}
}