-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 941 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 941 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": "universal-mint-button",
"version": "1.0.0",
"description": "Simple ready to use button to mint in any kind of website.",
"scripts": {
"build": "npx webpack --config webpack.config.js",
"dev": "webpack serve --open",
"serve": "serve dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turinglabsorg/universal-mint-button.git"
},
"keywords": [],
"author": "turinglabsorg",
"license": "MIT",
"bugs": {
"url": "https://github.com/turinglabsorg/universal-mint-button/issues"
},
"homepage": "https://github.com/turinglabsorg/universal-mint-button#readme",
"devDependencies": {
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1"
},
"dependencies": {
"@walletconnect/web3-provider": "^1.6.6",
"lodash": "^4.17.21",
"node-polyfill-webpack-plugin": "^1.1.4",
"web3": "^1.6.0",
"web3modal": "^1.9.4"
}
}