forked from FormidableLabs/react-office-hours
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 KB
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
{
"name": "react-office-hours-demo",
"version": "0.0.1",
"description": "Code along demo for Jan 27th 2016 office hours",
"main": "app/index.jsx",
"scripts": {
"start": "webpack-dev-server --inline --watch"
},
"author": "Per Nilsson <per@sproutlab.com>",
"license": "MIT",
"devDependencies": {
"babel": "^6.3.26",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.23.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"d3-scale": "^0.2.0",
"es6-promise": "^3.0.2",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.11.1",
"radium": "^0.16.5",
"react": "^0.14.6",
"react-datepicker": "^0.18.0",
"react-dom": "^0.14.6",
"victory": "^0.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FormidableLabs/react-office-hours.git"
},
"keywords": [
"react",
"dataviz",
"victory",
"javascript"
],
"bugs": {
"url": "https://github.com/FormidableLabs/react-office-hours/issues"
},
"homepage": "https://github.com/FormidableLabs/react-office-hours#readme"
}