-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 987 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 987 Bytes
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
{
"name": "odex-orderbook-replication-browser",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@mdi/font": "^5.1.45",
"big.js": "^5.0.3",
"browser-request": "^0.3.3",
"buefy": "^0.8.16",
"ccxt": "1.26.84",
"is-url": "^1.2.4",
"lodash": "^4.17.15",
"obyte": "^0.1.8",
"odex-client-browser": "git+https://github.com/byteball/odex-client-browser.git",
"retry": "^0.10.1",
"secp256k1": "^3.7.1",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^4.3.0",
"@vue/cli-service": "^4.3.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential"
],
"parserOptions": {},
"rules": {}
}
}