-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
58 lines (58 loc) · 1.39 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
{
"name": "react-rxjs",
"version": "1.0.0",
"description": "React RxJs playground",
"main": "index.js",
"scripts": {
"start": "node server.js",
"build": "webpack --progress --colors --config webpack.production.config.js",
"clean": "rm -rf build/",
"test": "testem"
},
"repository": {
"type": "git",
"url": "https://github.com/Cmdv/React-RxJS.git"
},
"keywords": [
"react",
"reactjs",
"rxjs",
"data",
"webpack",
"webpack",
"auth",
"react-router",
"json"
],
"author": "Vincent Orr <@_cmdv_> (http://github.com/cmdv)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cmdv/React-RxJS/issues"
},
"homepage": "https://github.com/Cmdv/React-RxJS/",
"devDependencies": {
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"glob": "^7.0.3",
"install": "^0.8.1",
"keymirror": "^0.1.1",
"node-libs-browser": "^1.0.0",
"path": "^0.12.7",
"react-addons-test-utils": "^15.1.0",
"react-hot-loader": "^1.3.0",
"tape": "^4.5.1",
"testem": "^1.7.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-router": "^2.4.1",
"rxjs": "^5.0.0-beta.8",
"superagent": "^2.0.0-alpha.3"
}
}