-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 813 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
{
"name": "scrap_market",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^5.1.0",
"@aptos-labs/wallet-adapter-core": "^7.4.0",
"@aptos-labs/wallet-adapter-react": "^3.0.6",
"aptos": "^1.21.0",
"axios": "^1.12.2",
"next": "15.5.4",
"petra-plugin-wallet-adapter": "^0.4.5",
"pinata": "^2.5.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"three": "^0.180.0",
"vanta": "^0.5.24"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.180.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}