forked from xlnfinance/xln
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.03 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
{
"private": true,
"workspaces": [
"wallet"
],
"ignore": [
"wallet/"
],
"scripts": {
"prettier": "prettier --write src/**/*.js wallet/js/**/*.vue",
"build": "parcel build wallet/index.html",
"test": "jasmine"
},
"dependencies": {
"base-x": "3.0.4",
"bn.js": "4.11.8",
"chalk": "2.4.1",
"finalhandler": "1.1.1",
"js-sha3": "0.7.0",
"mysql2": "1.5.3",
"pg": "7.4.3",
"pm2": "3.0.0",
"prettier": "1.13.7",
"raven": "2.6.3",
"rlp": "2.0.0",
"segfault-handler": "1.0.1",
"sequelize": "4.37.7",
"serve-static": "1.13.2",
"sqlite3": "4.0.1",
"tar": "4.4.4",
"tweetnacl": "1.0.0",
"uws": "10.148.1",
"ws": "5.1.1"
},
"devDependencies": {
"babel-plugin-transform-es2015-modules-strip": "0.1.1",
"http-proxy": "1.17.0",
"jasmine": "3.1.0",
"parcel-bundler": "1.8.1",
"vue-hot-reload-api": "2.3.0"
},
"prettier": {
"semi": false,
"bracketSpacing": false,
"singleQuote": true,
"arrowParens": "always"
}
}