-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1017 Bytes
/
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
{
"name": "genmetsu-23",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "node prebuild.js",
"build": "next build",
"start": "next start",
"lint": "next lint",
"reinstall": "rm -rf node_modules && bun install"
},
"dependencies": {
"@ubloimmo/front-util": "^0.0.17",
"@urql/core": "^3.2.2",
"graphql": "^16.9.0",
"lodash": "^4.17.21",
"next": "^15.0.0-rc.0",
"next-urql": "^4.0.3",
"react": "^19.0.0-rc-68dbd84b-20240812",
"react-dom": "^19.0.0-rc-68dbd84b-20240812",
"react-is": "^18.3.1",
"sass-alias": "^2.0.1",
"sharp": "^0.32.6",
"urql": "^3.0.4"
},
"devDependencies": {
"@netlify/plugin-nextjs": "5.6.0",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.15",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"eslint": "^9.9.1",
"eslint-config-next": "^15.0.0-rc.0",
"sass": "^1.77.8",
"sass-loader": "^13.3.3",
"typescript": "^5.5.4"
}
}