forked from gpbl/isomorphic500
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
{
"name": "isomorphic-react-template",
"version": "1.0.0",
"private": "true",
"description": "Isomorphic single page app template with react.js, react-router and react-hot-reload",
"author": "Giampaolo Bellavite",
"license": "MIT",
"main": "server.js",
"scripts": {
"start": "NODE_ENV=development;DEBUG=app nodemon ./app.js"
},
"dependencies": {
"body-parser": "^1.12.2",
"cookie-parser": "^1.3.4",
"debug": "^2.1.3",
"express": "^4.12.3",
"morgan": "^1.5.2",
"node-jsx": "^0.12.4",
"react": "^0.13.1",
"react-document-title": "^1.0.2",
"react-router": "^0.13.2"
},
"devDependencies": {
"fs-extra": "^0.16.5",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-cachebust": "0.0.5",
"gulp-filter": "^2.0.2",
"gulp-jshint": "^1.9.4",
"gulp-minify-css": "^1.0.0",
"gulp-nodemon": "^2.0.2",
"gulp-react": "^3.0.1",
"gulp-replace": "^0.5.3",
"gulp-ruby-sass": "^1.0.1",
"gulp-util": "^3.0.4",
"jsx-loader": "^0.12.2",
"livereload": "^0.3.6",
"node-notifier": "^4.1.2",
"node-sass": "^2.0.1",
"nodemon": "^1.3.7",
"react-hot-loader": "^1.2.4",
"watch": "^0.14.0",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.7.0"
}
}