-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.79 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "dapps",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"_fmt": "prettier 'src/**/*.ts' 'src/**/*.tsx'",
"fmt": "pnpm _fmt --write",
"fmt:check": "pnpm _fmt --check",
"start:main": "ts-node -P src/modules/mint-machine/tsconfig.json src/modules/mint-machine/main.ts",
"scripts:main": "npx ts-node -P tsconfig.scripts.json src/modules/mint-machine/main.ts",
"scripts:test": "npx ts-node -P tsconfig.scripts.json src/modules/mint-machine/test.ts"
},
"dependencies": {
"@aptos-labs/wallet-adapter-react": "^1.3.1",
"@blocto/aptos-wallet-adapter-plugin": "^0.1.9",
"@martianwallet/aptos-wallet-adapter": "^0.0.4",
"@nightlylabs/aptos-wallet-adapter-plugin": "^0.2.12",
"@pontem/wallet-adapter-plugin": "^0.2.0",
"@rise-wallet/wallet-adapter": "^0.1.2",
"@solana/web3.js": "^1.78.0",
"@trustwallet/aptos-wallet-adapter": "^0.1.6",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@welldone-studio/aptos-wallet-adapter": "^0.1.4",
"aptos": "^1.18.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"fewcha-plugin-wallet-adapter": "^0.1.2",
"framer-motion": "^10.12.22",
"msafe-plugin-wallet-adapter": "^0.1.0",
"next": "13.4.10",
"petra-plugin-wallet-adapter": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-modal": "^3.16.1",
"styled-components": "^6.0.4",
"typescript": "^5.1.6",
"yaml": "^2.3.1",
"zustand": "^4.3.9"
},
"devDependencies": {
"@types/prettyjson": "^0.0.30",
"@types/react-modal": "^3.16.0",
"dotenv": "^16.3.1",
"prettier": "^3.0.1",
"prettyjson": "^1.2.5",
"ts-node": "^10.9.1"
}
}