forked from tsprasath/estate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
{
"main": "index.js",
"scripts": {},
"author": "Kyle Rockman",
"license": "MIT",
"dependencies": {
"ansi-to-react": "1.4.2",
"axios": "0.16.1",
"babel-core": "6.24.1",
"babel-loader": "7.1.0",
"babel-polyfill": "6.23.0",
"babel-runtime": "6.23.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"css-loader": "0.28.4",
"file-loader": "0.11.2",
"js-yaml": "3.8.4",
"jshint": "2.9.4",
"jsonlint": "1.6.2",
"node-sass": "4.5.2",
"rc-select": "6.8.6",
"react": "15.5.4",
"react-codemirror": "git://github.com/skidding/react-codemirror.git#106-fix-update",
"react-dom": "15.5.4",
"react-jsonschema-form": "0.48.2",
"react-hot-loader": "3.0.0-beta.6",
"react-modal": "1.6.5",
"react-notification-system": "0.2.14",
"react-notification-system-redux": "1.1.3",
"react-radio-group": "3.0.2",
"react-redux": "5.0.4",
"react-router-dom": "4.1.1",
"react-table": "6.0.3",
"react-tooltip": "3.3.0",
"redux": "3.6.0",
"redux-devtools": "3.4.0",
"redux-localstorage": "0.4.1",
"resolve-url-loader": "2.0.3",
"sass-loader": "6.0.6",
"style-loader": "0.18.2",
"url": "0.11.0",
"url-join": "2.0.2",
"url-loader": "0.5.9",
"webpack": "2.4.1",
"webpack-bundle-tracker": "0.2.0",
"webpack-dev-server": "2.4.5"
}
}