forked from ssstk/LinkTokenPocket-ex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "trainname",
"version": "1.0.0",
"description": "开源链克口袋,链克转账记录查询, 余额查询,链克交易,Chrome扩展程序",
"author": "[email protected]",
"main": "index.js",
"scripts": {
"build": "webpack -p",
"dev": "webpack --watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"clipboard": "^1.7.1",
"css-loader": "^0.28.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"showdown": "^1.7.1",
"style-loader": "^0.18.0",
"url-loader": "^0.5.8",
"vue": "^2.3.3",
"webpack": "^2.5.1"
},
"dependencies": {
"axios": "^0.18.0",
"copy-webpack-plugin": "^4.5.1",
"ethereumjs-tx": "^1.3.4",
"ethereumjs-wallet": "^0.6.0",
"html-webpack-plugin": "^3.2.0",
"iview": "^2.13.1",
"moment": "^2.22.1",
"qs": "^6.5.1",
"web3": "^1.0.0-beta.34"
}
}