-
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) · 834 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 834 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": "test-aptos-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^3.1.2",
"@aptos-labs/gas-station-client": "^2.0.2",
"@aptos-labs/wallet-adapter-react": "^7.0.1",
"@aptos-labs/wallet-adapter-mui-design": "^5.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.3.5"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"prettier": "^3.6.2",
"tailwindcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.3.5",
"@eslint/eslintrc": "^3"
},
"packageManager": "pnpm@9.15.9"
}