-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "eos-scatter",
"version": "1.0.0",
"description": "EOS Wallet & Bridge",
"main": "main.js",
"scripts": {
"dev": "webpack --watch"
},
"author": "nsjames",
"url": "https://github.com/nsjames/Scatter",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"concurrently": "^3.5.1",
"css-loader": "^0.28.8",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-loader": "^0.5.4",
"ignore-emit-webpack-plugin": "^0.2.1",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"vue-loader": "^13.7.0",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0",
"zip-webpack-plugin": "^2.1.0"
},
"dependencies": {
"bip39": "^2.5.0",
"create-hash": "^1.1.3",
"crypto-js": "^3.1.9-1",
"eosjs": "^6.0.1",
"eosjs-ecc": "^2.0.1",
"eosjs-keygen": "^1.3.0",
"scatterdapp": "^1.0.0",
"scattermodels": "^1.0.6",
"vue": "^2.5.13",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
}
}