-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.5 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
{
"title": "WatchToken",
"name": "watch-token",
"version": "1.0.0",
"description": "Create a Widget for your ERC20 or BEP20 Token and share it with your users. Add your Token to DApp browsers or MetaMask both on Ethereum, Binance Smart Chain or Polygon Network.",
"scripts": {
"lint:prettier": "prettier --check .",
"lint": "npm run lint:prettier",
"lint:fix": "prettier --write --list-different .",
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress dev",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build",
"deploy": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build && sh scripts/deploy.sh"
},
"keywords": [],
"bugs": {
"url": "https://github.com/vittominacori/watch-token/issues"
},
"license": "MIT",
"author": "Vittorio Minacori (https://github.com/vittominacori)",
"repository": {
"type": "git",
"url": "https://github.com/vittominacori/watch-token.git"
},
"dependencies": {
"web3": "^1.10.4"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^2.0.10",
"@saeris/vue-spinners": "^1.0.8",
"bitly": "^7.1.2",
"bootstrap-vue": "^2.23.1",
"vee-validate": "2.2.15",
"prettier": "^3.2.5",
"sass": "1.64.2",
"sass-loader": "^10.5.2",
"vue-cookie-law": "^1.13.3",
"vuepress": "^1.9.10",
"vuepress-plugin-gtag": "vittominacori/vuepress-plugin-gtag"
}
}