-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.23 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
{
"name": "jalor",
"version": "0.0.1",
"description": "",
"main": "index.js",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"test": "SCATTER_ENV=testing mocha-webpack --timeout 1000000 --webpack-config webpack.config.js --require tests/setup.js \"tests/**/*.spec.js\"",
"testfile": "SCATTER_ENV=testing mocha-webpack --timeout 1000000 --webpack-config webpack.config.js --require tests/setup.js ",
"start": "SCATTER_ENV=development webpack --watch",
"build": "SCATTER_ENV=production webpack"
},
"author": "",
"license": "ISC",
"dependencies": {
"@scatterjs/core": "^2.7.48",
"@scatterjs/eosjs": "^1.5.31",
"aes-oop": "^1.0.4",
"bip39": "^2.5.0",
"browser-buffer": "0.0.1-1",
"buffer": "^5.2.1",
"dotenv-webpack": "^1.5.7",
"element-ui": "^2.13.0",
"eos-rc-parser": "^1.0.4",
"eosjs-classic": "^16.0.11",
"eosjs-classic-yas": "^16.0.11",
"eosjs-ecc": "^4.0.4",
"ethereumjs-abi": "^0.6.5",
"ethereumjs-tx": "^1.3.4",
"ethereumjs-util": "^5.2.0",
"extension-streams": "^1.0.7",
"fcbuffer": "^2.2.0",
"hdkey": "^1.1.1",
"qrcode": "^1.4.4",
"ridl": "^0.1.0",
"scrypt-async": "^2.0.0",
"secp256k1": "^3.5.0",
"vue": "^2.5.16",
"vue-moment": "^3.2.0",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"web3": "^1.0.0-beta2",
"web3-provider-engine": "^14.0.6",
"wif": "^2.0.6"
},
"devDependencies": {
"@babel/runtime": "^7.8.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"chai": "^4.1.2",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"ignore-emit-webpack-plugin": "^0.2.1",
"jsdom": "^11.11.0",
"jsdom-global": "^3.0.2",
"mocha": "^5.2.0",
"mocha-webpack": "^1.1.0",
"node-sass": "^4.9.0",
"sass-loader": "^6.0.7",
"style-loader": "^1.1.2",
"uglifyjs-webpack-plugin": "^1.2.6",
"vue-loader": "^13.7.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^3.12.0",
"webpack-node-externals": "^1.7.2",
"zip-webpack-plugin": "^2.1.0"
}
}