-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 960 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 960 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
{
"name": "fairdeal-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@pinata/sdk": "^2.1.0",
"@stellar/freighter-api": "^6.0.1",
"@stellar/stellar-sdk": "^14.4.3",
"@walletconnect/web3wallet": "^1.10.0",
"adm-zip": "^0.5.16",
"archiver": "^7.0.1",
"axios": "^1.13.2",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.3.1",
"jimp": "^0.22.10",
"multer": "^1.4.5-lts.1",
"next": "^14.2.35",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"web3": "^4.1.2"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/multer": "^1.4.12",
"@types/node": "^25.0.10",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.22",
"typescript": "^5.9.3"
}
}