This repository has been archived by the owner on May 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
89 lines (89 loc) · 2.7 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
{
"name": "hello-reach-engine",
"version": "0.0.1",
"private": true,
"description": "Reach Engine, I presume?",
"main": "index.js",
"productName": "Hello Reach Engine",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --history-api-fallback --hot --inline --progress --colors --port 3000",
"build": "NODE_ENV=development webpack --progress --colors",
"test": "mocha --require ignore-styles"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.18.2",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.8",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-rewire": "^1.0.0-rc-2",
"babel-plugin-runtime": "^1.0.7",
"babel-plugin-syntax-jsx": "^6.5.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"babel-runtime": "^6.3.19",
"babel-template": "^6.7.0",
"babel-types": "^6.7.2",
"chai": "^3.4.1",
"css-loader": "^0.23.1",
"debug": "^2.2.0",
"del": "^2.2.0",
"enzyme": "^2.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^2.21.0",
"ignore-styles": "^4.0.0",
"isparta": "^4.0.0",
"json-loader": "^0.5.4",
"localStorage": "^1.0.3",
"mocha": "^2.4.5",
"mock-require": "^1.2.0",
"nock": "^8.0.0",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.0",
"postcss-modules": "^0.1.3",
"react-addons-test-utils": "^15.1.0",
"rucksack-css": "^0.8.5",
"sass-loader": "^3.2.0",
"sinon": "^1.17.4",
"style-loader": "^0.12.4",
"testdom": "^1.1.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0",
"webpack-hot-middleware": "^2.2.0"
},
"dependencies": {
"babel-polyfill": "^6.9.1",
"bluebird": "^3.3.4",
"classnames": "^2.1.2",
"griddle-react": "^0.5.1",
"history": "^1.17.0",
"lodash": "^4.8.2",
"material-ui": "^0.15.0-alpha.2",
"moment": "^2.12.0",
"node-uuid": "^1.4.7",
"rd3": "^0.5.3",
"react": "^15.1.0",
"react-bootstrap": "^0.30.7",
"react-d3": "^0.4.0",
"react-datepicker": "^0.27.0",
"react-dom": "^15.1.0",
"react-dropdown": "^1.2.0",
"react-hot-loader": "^3.0.0-beta.6",
"react-redux": "^4.0.6",
"react-router": "^2.0.1",
"react-router-redux": "^4.0.0",
"react-select": "^1.0.0-rc.2",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.3.1",
"redux-actions": "^0.9.0",
"redux-persist": "^2.0.1",
"redux-thunk": "^2.0.1",
"superagent": "^1.8.3",
"superagent-bluebird-promise": "^3.0.0"
}
}