-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 817 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 817 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "next",
"build": "next build",
"lint": "eslint '**/*.{ts,tsx}' --cache && tsc --noEmit --pretty",
"start": "next start"
},
"dependencies": {
"@netlify/blobs": "^10.4.3",
"@netlify/edge-functions": "^3.0.3",
"@netlify/functions": "^5.1.1",
"next": "^16.0.8",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"water.css": "^2.1.1"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.15.1",
"@types/node": "^25.0.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.37.5",
"prettier": "^3.7.4",
"typescript": "^5.9.3"
}
}