-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.23 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
43
44
45
46
{
"main": "main.js",
"author": "RBFraphael",
"description": "Electron + NextJS örnek projesi",
"name": "orchieve2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently -n \"NEXT,ELECTRON\" -c \"yellow,blue\" --kill-others \"next dev\" \"electron .\"",
"build": "next build && electron-builder",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dynamic-labs/ethereum": "^2.3.0",
"@dynamic-labs/sdk-react-core": "^2.3.0",
"@dynamic-labs/wagmi-connector": "^2.3.0",
"@metamask/sdk-react": "^0.26.5",
"@nextui-org/react": "^2.4.2",
"@tanstack/react-query": "^5.51.1",
"cids": "^1.1.9",
"concurrently": "^8.2.2",
"electron": "^31.2.0",
"electron-builder": "^24.13.3",
"electron-serve": "^2.0.0",
"ethers": "5.7.0",
"express": "^4.19.2",
"formik": "^2.4.6",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"viem": "^2.17.3",
"wagmi": "^2.10.10",
"web3": "^4.11.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}