generated from NonceGeek/scaffold-move
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
{
"name": "scaffold-aptos",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ext .ts src --max-warnings=0"
},
"dependencies": {
"@manahippo/aptos-wallet-adapter": "^1.0.10",
"@martiandao/aptos-web3-bip44.js": "^1.2.10",
"@solana/web3.js": "^1.66.2",
"@supabase/supabase-js": "^1.35.6",
"@tailwindcss/typography": "^0.5.9",
"@types/mime": "^3.0.1",
"axios": "^0.27.2",
"daisyui": "^2.24.0",
"dotenv": "^16.0.1",
"ethers": "^6.0.8",
"mime": "^3.0.0",
"mongodb": "^4.9.0",
"next": "^12.3.1-canary.0",
"nft.storage": "^7.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-select": "^5.7.0"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-tailwindcss": "^3.8.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}