-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.16 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
{
"name": "bcsd-homepage-recode",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "next dev",
"build": "next build",
"start:serve": "next start",
"lint": "pnpm exec eslint .",
"lint:fix": "pnpm exec eslint . --fix"
},
"dependencies": {
"clsx": "^2.1.1",
"next": "16.1.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"swiper": "^12.0.3"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "4.1.18",
"@types/node": "25.0.3",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"prettier": "3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "4.1.18",
"typescript": "5.9.3"
},
"engines": {
"node": ">=22 <23",
"pnpm": ">=10 <11"
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
}