forked from AugurProject/augur-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 3.47 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "augur-ui",
"version": "2.0.0",
"description": "Augur UI",
"author": "The Augur Developers <[email protected]>",
"license": "AAL",
"engines": {
"node": "6.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/AugurProject/augur"
},
"scripts": {
"dev": "node scripts/dev.js",
"build": "node scripts/build.js",
"start": "node server.js",
"__": "",
"lint": "node scripts/lint.js",
"test": "node scripts/test.js",
"___": "",
"link": "npm link augur.js && npm link keythereum"
},
"dependencies": {
"airbitz-core-js-ui": "0.1.3",
"async": "2.4.1",
"augur.js": "4.0.6",
"bignumber.js": "4.0.2",
"bs58": "4.0.1",
"classnames": "2.2.5",
"core-js": "2.4.1",
"express": "4.15.3",
"hammerjs": "2.0.8",
"helmet": "3.6.1",
"highcharts": "5.0.12",
"keythereum": "1.0.0",
"lodash": "4.17.4",
"memoizee": "0.4.5",
"moment": "2.18.1",
"prerender-node": "2.7.1",
"prop-types": "^15.5.10",
"qrcode.react": "0.7.1",
"rc-progress": "2.1.2",
"react": "15.6.1",
"react-blockies": "1.1.5",
"react-datetime": "2.8.10",
"react-dom": "15.6.1",
"react-helmet": "5.1.3",
"react-highcharts": "12.0.0",
"react-hot-loader": "3.0.0-beta.7",
"react-modal-dialog": "4.0.7",
"react-redux": "5.0.5",
"react-router-dom": "4.1.1",
"react-tooltip": "3.3.0",
"react-transition-group": "1.2.0",
"redux": "3.7.0",
"redux-thunk": "2.2.0",
"redux-undo": "0.6.1",
"reselect": "3.0.1",
"secure-random": "1.1.1",
"shelljs": "0.7.8",
"zxcvbn": "4.4.2"
},
"devDependencies": {
"autoprefixer": "7.1.1",
"babel-core": "6.25.0",
"babel-eslint": "7.2.3",
"babel-loader": "7.1.0",
"babel-plugin-istanbul": "4.1.4",
"babel-plugin-module-resolver": "2.7.1",
"babel-plugin-rewire": "1.1.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-register": "6.24.1",
"chai": "4.0.2",
"chai-subset": "1.5.0",
"chalk": "1.1.3",
"clean-css": "4.1.4",
"copy-webpack-plugin": "4.0.1",
"coveralls": "2.13.1",
"css-loader": "0.28.4",
"cssnano": "3.10.0",
"derequire": "2.0.6",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-import-resolver-babel-module": "3.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3",
"exorcist": "0.4.0",
"extract-text-webpack-plugin": "2.1.2",
"firebase-tools": "3.9.1",
"html-loader": "0.4.5",
"html-webpack-plugin": "2.28.0",
"import-glob-loader": "1.1.0",
"inline-source-cli": "1.2.0",
"istanbul": "1.1.0-alpha.1",
"json-loader": "0.5.4",
"less": "2.7.2",
"less-loader": "4.0.4",
"listr": "0.12.0",
"mocha": "3.4.2",
"mocha-lcov-reporter": "1.3.0",
"normalize.css": "7.0.0",
"null-loader": "0.1.1",
"nyc": "11.0.2",
"onchange": "3.2.1",
"postcss-loader": "2.0.6",
"proxyquire": "1.8.0",
"redux-mock-store": "1.2.3",
"rimraf": "2.6.1",
"shared-git-hooks": "1.2.1",
"sinon": "1.17.7",
"style-loader": "0.18.2",
"stylelint": "7.10.1",
"stylelint-config-standard": "16.0.0",
"stylelint-no-browser-hacks": "1.0.2",
"stylelint-order": "0.4.3",
"watchify": "3.9.0",
"webpack": "2.6.1",
"webpack-dev-middleware": "1.10.2",
"webpack-hot-middleware": "2.18.0",
"webpack-merge": "4.1.0"
}
}