-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
68 lines (68 loc) · 1.67 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
{
"name": "isomorphic-porch-demo",
"version": "0.0.1",
"description": "Isomorphic React and Flux demo application",
"repository": {
"type": "git",
"url": "https://github.com/mdressman/isomorphic-porch-demo.git"
},
"author": "Matthew Dressman <[email protected]>",
"bugs": {
"url": "https://github.com/mdressman/isomorphic-porch-demo/issues"
},
"scripts": {
"start": "node server",
"test": "node_modules/mocha/bin/mocha"
},
"browserify": {
"transform": [
[
"reactify",
{
"es6": true
}
],
"envify"
]
},
"devDependencies": {
"autoprefixer-core": "^4.0.0",
"css-mqpacker": "^1.1.2",
"del": "^0.1.3",
"envify": "^3.2.0",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^2.0.0",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.4.1",
"gulp-debug": "^2.0.1",
"gulp-jshint": "^1.8.5",
"gulp-less": "^1.3.6",
"gulp-newer": "^0.4.0",
"gulp-notify": "^2.0.0",
"gulp-postcss": "^3.0.0",
"gulp-react": "^2.0.0",
"gulp-sourcemaps": "1.1.0",
"gulp-supervisor": "^0.1.2",
"gulp-util": "^3.0.0",
"gulp-watch": "^4.1.1",
"jshint-stylish": "^1.0.1",
"node-jsx": "^0.12.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"dependencies": {
"body-parser": "^1.10.0",
"browserify": "^9.0.3",
"express": "^4.9.5",
"flux-router-component": "^0.5.8",
"fluxible": "^0.2.1",
"fluxible-plugin-fetchr": "0.2.2",
"fluxible-plugin-routr": "0.3.0",
"react": "^0.12.0",
"reactify": "^1.0.0",
"routr": "^0.1.0",
"rsvp": "3.0.14",
"serialize-javascript": "^1.0.0",
"underscore": "^1.7.0"
}
}