forked from BitcoinUnlimited/BitcoinUnlimitedWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.24 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "bitcoin-unlimited-web",
"version": "0.8.7",
"description": "The Bitcoin Unlimited web site",
"author": "Bitcoin Unlimited Developers",
"contributors": [
{
"name": "[email protected]"
},
{
"name": "Andrew Stone"
},
{
"name": "Trevin Hofmann",
"email": "[email protected]"
}
],
"scripts": {
"setup": "npm run build && npm run nodemon",
"start": "node index.js",
"build": "grunt build && npm run downloads",
"downloads": "./downloads.sh",
"prepare": "grunt clean",
"watch": "grunt watch",
"nodemon": "nodemon index.js"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/BitcoinUnlimited/BitcoinUnlimitedWeb.git"
},
"bugs": {
"url": "https://github.com/BitcoinUnlimited/BitcoinUnlimitedWeb/issues"
},
"keywords": [
"bitcoin",
"unlimited",
"website"
],
"license": "MIT",
"homepage": "https://www.bitcoinunlimited.info/",
"dependencies": {
"axios": "^0.19.0",
"bchaddrjs": "^0.2.1",
"bitcore-lib": "^8.3.3",
"body-parser": "^1.18.3",
"busboy": "^0.2.14",
"dotenv": "^6.0.0",
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.4",
"express": "^4.13.3",
"html-to-draftjs": "^1.4.0",
"immutable": "^3.8.2",
"jsonwebtoken": "^8.3.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"process-env": "^1.1.0",
"react-draft-wysiwyg": "^1.13.2",
"react-loading": "^2.0.3",
"react-modal": "^1.7.7",
"realm": "^2.17.0",
"sanitize-html": "^1.19.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.3.13",
"babelify": "^8.0.0",
"basscss": "^8.0.2",
"grunt": "^1.0.4",
"grunt-babel": "^7.0.0",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.2.0",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-watch": "^1.1.0",
"nodemon": "^1.11.0",
"prop-types": "^15.6.2",
"radium": "^0.24.0",
"react": "^15.6.2",
"react-burger-menu": "^1.10.14",
"react-dom": "^15.6.2",
"react-router": "^2.0.0"
}
}