-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.64 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
63
64
{
"name": "navcoin-wallet-chrome-extension",
"version": "1.0.4",
"description": "Navcoin Wallet Chrome Extension",
"scripts": {
"deploy": "./deploy.sh",
"lint": "eslint . --ext js,json",
"lint:fix": "eslint . --fix --ext js,json",
"start": "webpack serve --mode development --hot --inline --progress",
"build": "webpack --mode production",
"test": "yarn lint"
},
"repository": {
"type": "git",
"url": ""
},
"files": [
"/src/index.js",
"/src/index.html"
],
"author": "Navcoin",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@liutianv1/bls-signatures": "0.0.1",
"async-mutex": "^0.3.1",
"axios": "^0.27.1",
"css-loader": "^5.2.6",
"moment": "^2.29.3",
"navcoin-js": "^1.1.160",
"net": "^1.0.2",
"node-polyfill-webpack-plugin": "^1.1.4",
"sass-loader": "^10.1.1",
"satoshi-bitcoin": "^1.0.5",
"style-loader": "^2.0.0",
"tls": "0.0.1",
"vue": "2.5.22",
"vue-clipboard2": "^0.3.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.2",
"css-loader": "^5.2.6",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-json": "^2.0.1",
"eth-sig-util": "^2.5.3",
"html-webpack-plugin": "^4.5.2",
"prettier": "^2.3.2",
"vue-loader": "^14.2.4",
"vue-template-compiler": "2.5.22",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^3.11.0"
}
}