-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 3.17 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "Madabit-Web-Server",
"version": "1.0.0",
"engines": {
"node": "~0.12.0"
},
"scripts": {
"start-dev": "nodemon server/index",
"start": "node %NODE_DEBUG_OPTION% server/index.js",
"build": "react-scripts build"
},
"scripts-old": {
"start-dev": "env $(cat .env | xargs) nodemon server/index",
"start": "node %NODE_DEBUG_OPTION% server/index"
},
"dependencies": {
"CBuffer": "^1.1.0",
"array-sort": "^1.0.0",
"async": "^1.4.0",
"axios": "^0.17.1",
"base-64": "^0.1.0",
"better-assert": "^1.0.0",
"bitcoin": "^2.2.0",
"bitcoinjs-lib": "^1.1.1",
"body-parser": "~1.3.1",
"check-ip": "^1.1.1",
"compression": "^1.7.2",
"cookie-parser": "^1.3.2",
"crypto-js": "~3.1.2-5",
"crypto-rand": "0.0.2",
"debug": "^2.2.0",
"dot-emc": "~0.1.2",
"ethereumjs-tx": "^1.3.4",
"ethereumjs-util": "^5.2.0",
"excel4node": "^1.3.6",
"express": "~4.1.2",
"express-fileupload": "^0.4.0",
"express-session": "^1.15.6",
"firebase": "^4.13.1",
"formidable": "^1.2.1",
"geolang-express": "^1.0.0",
"gulp-install": "^1.1.0",
"gulp-requirejs-optimize": "^1.3.0",
"i18n": "^0.8.3",
"i18n-express": "^1.1.3",
"ip": "^1.1.5",
"jimp": "^0.2.28",
"jquery": "^3.3.1",
"jsonrpc": "^0.1.1",
"lodash": "^3.10.0",
"moment": "^2.22.1",
"multiline": "^1.0.2",
"mysql": "^2.15.0",
"nexmo": "^2.2.1",
"node-uglifier": "^0.5.41",
"nodemailer": "^4.6.4",
"nodemailer-ses-transport": "^1.2.0",
"nodemon": "^1.17.4",
"odometer": "^0.4.8",
"password-hash": "^1.2.2",
"pg": "~4.3.0",
"pngjs": "^3.3.3",
"prop-types": "^15.6.1",
"public-ip": "^2.4.0",
"qr-image": "2.0.x",
"react-dom": "^16.3.2",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"recaptcha-validator": "^1.0.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0",
"request": "^2.85.0",
"requirejs": "~2.1.15",
"sharp": "^0.19.1",
"socket.io": "~1.2.0",
"socket.io-cookie": "0.0.1",
"speakeasy": "1.0.x",
"stellar-sdk": "^0.8.0",
"styled-components": "^3.2.6",
"timeago": "^0.1.0",
"upath": "^1.0.5",
"utf8": "^3.0.0",
"uuid": "~1.4.1",
"web3": "^0.20.0"
},
"devDependencies": {
"almond": "^0.3.1",
"autolinker": "^0.17.1",
"babel-eslint": "^8.2.3",
"classnames": "^2.1.2",
"curlrequest": "^0.5.2",
"debug": "^2.2.0",
"del": "^1.2.0",
"eslint-config-google": "^0.9.1",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.0",
"event-stream": "^3.3.1",
"gulp": "^3.9.1",
"gulp-extend": "^0.2.0",
"gulp-hash": "^2.0.4",
"gulp-minify-css": "^1.1.5",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"merge-stream": "^0.1.7",
"mousetrap": "^1.5.2",
"react": "^16.3.2",
"run-sequence": "^1.1.0",
"screenfull": "^2.0.0",
"seedrandom": "^2.4.0",
"socket.io-client": "~1.2.0",
"vinyl-paths": "^1.0.0"
}
}