-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·76 lines (76 loc) · 2.4 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
{
"name": "global_matching",
"version": "1.0.0",
"description": "",
"main": "./containers/app/out/bundle.js",
"scripts": {
"dev": "webpack-dev-server --hot --inline --progress --host 0.0.0.0",
"build": "webpack -p --config ./containers/app/webpack.production.config.js --watch --hot"
},
"author": "Josh Carvin",
"license": "ISC",
"dependencies": {
"admin-on-rest": "^1.3.2",
"babel-polyfill": "^6.13.0",
"bluebird": "^3.0.0",
"keymaster": "^1.6.2",
"lodash": "^4.17.4",
"material-design-icons": "^3.0.1",
"material-ui": "^0.16.0",
"material-ui-pagination": "^1.0.1",
"mobx": "^3.1.0",
"mobx-react": "^4.1.0",
"mobx-react-router": "^4.0.1",
"react": "~15.4.2",
"react-addons-shallow-compare": "~15.4.2",
"react-collapse": "^2.3.3",
"react-css-modules": "~4.1.0",
"react-d3-library": "^1.1.8",
"react-dom": "~15.4.2",
"react-faux-dom": "^3.0.1",
"react-fontawesome": "^1.5.0",
"react-height": "^2.2.0",
"react-infinite": "^0.11.0",
"react-infinite-scroll-component": "^2.2.2",
"react-infinite-scroller": "^1.0.12",
"react-jsonschema-form": "^0.43.0",
"react-measure": "^1.4.7",
"react-motion": "^0.4.7",
"react-router": "~3.0.2",
"react-select": "^1.0.0-rc.3",
"react-sortable-tree": "^0.1.12",
"react-sticky": "~5.0.5",
"react-tap-event-plugin": "~2.0.1",
"react-tooltip": "^3.2.6",
"react-virtualized": "^9.7.3",
"superagent": "^3.4.3",
"superagent-bluebird-promise": "^4.2.0",
"superagent-promise": "^1.1.0",
"superagent-promise-headers": "^1.2.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-mobx-deep-action": "^1.5.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.23.1",
"jasmine-core": "^2.5.2",
"jshint": "^2.9.2",
"jshint-loader": "^0.8.3",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-es6-preprocessor": "^1.0.1",
"karma-jasmine": "^1.0.2",
"standard": "^8.6.0",
"standard-loader": "^5.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}