-
Notifications
You must be signed in to change notification settings - Fork 251
/
package.json
62 lines (62 loc) · 1.32 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
55
56
57
58
59
60
61
62
{
"name": "create-web3-dapp",
"version": "0.3.0",
"keywords": [
"create-web3-dapp",
"create web3 dapp",
"boilerplate",
"nextjs",
"react",
"create-react-app",
"wagmi",
"alchemy",
"hardhat",
"foundry",
"ethereum",
"polygon",
"polygon-zkevm",
"solana",
"optimism",
"arbitrum",
"anchor",
"tailwind",
"metaplex",
"chakra-ui"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .ts && yarn prettier --write .",
"start": "npx tsc && npm link && npx create-web3-dapp"
},
"bin": {
"create-web3-dapp": "./dist/index.js"
},
"devDependencies": {
"@types/node": "^18.6.4",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"eslint-config-next": "12.2.3",
"prettier": "^2.7.1"
},
"type": "module",
"dependencies": {
"@openzeppelin/wizard": "^0.2.3",
"axios": "^1.4.0",
"chalk": "^5.0.1",
"cli-progress": "^3.11.2",
"commander": "^10.0.1",
"figlet": "^1.5.2",
"fs-extra": "^10.1.0",
"open": "^8.4.0",
"prompts": "^2.4.2",
"typescript": "^4.7.4",
"uuid": "^9.0.0",
"yargs": "^17.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/eversmile12/create-web3-dapp.git"
},
"homepage": "https://github.com/Eversmile12/create-web3-dapp/blob/main/README.md"
}