-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1023 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1023 Bytes
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
{
"name": "bewater",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"engines": {
"node": ">=22.13.0"
},
"packageManager": "pnpm@10.12.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"build:next": "next build",
"start": "next start",
"lint": "eslint . --ignore-pattern dist --ignore-pattern .next"
},
"dependencies": {
"next": "15.5.21",
"next-intl": "^4.13.2",
"react": "19.2.7",
"react-dom": "19.2.7",
"zod": "^4.1.12"
},
"devDependencies": {
"@gsap/react": "^2.1.2",
"@hookform/resolvers": "^5.2.2",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^22.10.2",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"echarts": "^6.1.0",
"eslint": "^9.39.1",
"eslint-config-next": "15.5.21",
"gsap": "^3.15.0",
"lenis": "^1.3.25",
"lucide-react": "^0.468.0",
"react-hook-form": "^7.66.0",
"tailwindcss": "^4.1.17",
"typescript": "^5.7.2"
},
"type": "module"
}