-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1016 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1016 Bytes
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
{
"name": "react-rx-immutable-example",
"version": "0.0.0",
"description": " Just playin' with ReactJS, RxJS and ImmutableJS like... ",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "NODE_ENV=production webpack"
},
"author": "Simon Bailey <simon@newtriks.com>",
"license": "ISC",
"dependencies": {
"autoprefixer-core": "^5.2.1",
"babel": "^5.8.12",
"babel-core": "^5.8.14",
"babel-loader": "^5.3.2",
"classnames": "^2.1.3",
"css-loader": "^0.15.6",
"file-loader": "^0.8.4",
"hapi": "^8.8.0",
"hapi-dummy-api": "^1.0.0",
"hjs-webpack": "^2.11.0",
"immutable": "^3.7.4",
"json-loader": "^0.5.2",
"postcss-loader": "^0.5.1",
"react": "^0.13.3",
"react-hot-loader": "^1.2.8",
"rx": "^2.5.3",
"rx-dom": "^6.0.0",
"style-loader": "^0.12.3",
"stylus-loader": "^1.2.1",
"url-loader": "^0.5.6",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1",
"yeticss": "^7.0.2"
}
}