forked from xiangxn/btsgo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.24 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
76
77
78
79
80
81
{
"name": "btsgo.net",
"version": "0.1.0",
"description": "bitshares2.0 UI",
"main": "main.js",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"git-rev-sync": "^1.8.0",
"json-loader": "^0.5.4",
"jsx-loader": "^0.13.2",
"node-sass": "^4.0.0",
"postcss-loader": "^1.2.2",
"redux-devtools": "^3.3.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"autoprefixer": "^6.5.4",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"worker-loader": "^0.7.1"
},
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --history-api-fallback --devtool eval --progress --colors --content-base build",
"release": "webpack --config webpack.pro.config.js -p --progress --display-error-details --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xiangxn/btsgo.git"
},
"keywords": [
"bts",
"ui"
],
"author": "necklace",
"license": "MIT",
"bugs": {
"url": "https://github.com/xiangxn/btsgo/issues"
},
"homepage": "https://github.com/xiangxn/btsgo#readme",
"dependencies": {
"alt": "^0.18.6",
"alt-container": "^1.0.2",
"alt-utils": "^1.0.0",
"babel-polyfill": "^6.23.0",
"bignumber.js": "^4.0.0",
"bitsharesjs": "^1.3.1",
"exif-js": "^2.1.1",
"file-saver": "^1.3.3",
"fractional": "^1.0.0",
"history": "^3.2.1",
"immutable": "^3.8.1",
"indexeddbshim": "^2.2.1",
"intl": "^1.2.5",
"jdenticon": "git+https://github.com/cryptonomex/jdenticon.git",
"js-sha256": "^0.2.3",
"lodash": "^3.10.1",
"lzma": "2.1.6",
"numeral": "^2.0.4",
"pica": "^2.0.8",
"qrcode-reader": "^0.2.2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-gestures": "^0.1.8",
"react-intl": "^2.2.0",
"react-notification-system": "^0.2.11",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"tcomb": "^3.2.16",
"whatwg-fetch": "^2.0.2"
}
}