-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
64 lines (64 loc) · 1.79 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
{
"scripts": {
"build": "webpack",
"flow": "flow check src",
"lint": "eslint src",
"serve": "webpack-dev-server",
"test": "karma start",
"start": "loop"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-exponentiation-operator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"copy-webpack-plugin": "^4.2.3",
"css-loader": "^0.26.1",
"devloop": "^0.1.10",
"eslint": "^3.14.1",
"eslint-plugin-react": "^6.9.0",
"file-loader": "^0.11.1",
"flow-bin": "^0.39.0",
"html-webpack-plugin": "^2.28.0",
"karma": "^1.7.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.8",
"mocha": "^3.5.3",
"phantomjs-prebuilt": "^2.1.16",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.9.5",
"yargs": "^6.3.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.5",
"lodash": "^4.17.4",
"marked": "^0.3.9",
"moment": "^2.19.3",
"numeral": "^2.0.6",
"react": "^15.6.2",
"react-addons-create-fragment": "^15.6.2",
"react-datetime": "^2.11.1",
"react-dom": "^15.6.2",
"react-modal": "^1.6.5",
"react-redux": "^5.0.6",
"react-transition-group": "^2.2.1",
"recharts": "^1.0.0-beta.9",
"redux": "^3.5.2",
"redux-saga": "^0.14.3",
"redux-url": "^1.2.3",
"vis": "^4.21.0",
"whatwg-fetch": "^1.0.0"
}
}