-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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
{
"name": "react-brightid-nft-mint",
"version": "1.0.0",
"description": "React BrightID NFT Mint",
"main": "build/index.js",
"files": [
"build",
"LICENSE.md",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/BrightID/react-brightid-nft-mint.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf build",
"build": "npm run clean && cross-env NODE_ENV=production babel ./src --out-dir ./build --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__"
},
"author": "BrightID",
"license": "MIT",
"peerDependencies": {
"@walletconnect/web3-provider": "^1.7.0",
"ethers": "^5.5.0",
"qrcode.react": "^1.0.0",
"react": "^17.0.0",
"web3modal": "^1.9.0"
},
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-plugin-macros": "^3.1.0",
"cross-env": "^7.0.3",
"rimraf": "^3.0.2"
}
}