-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"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",
"dependencies": {
"body-parser": "^1.9.2",
"cookie-parser": "^1.3.3",
"debug": "^2.1.0",
"express": "^4.10.2",
"morgan": "^1.5.0",
"node-jsx": "^0.12.4",
"react": "^0.12.1",
"react-document-title": "^0.1.3",
"react-router": "^0.11.4",
"string_score": "^0.1.22"
},
"devDependencies": {
"babel-core": "^5.7.4",
"babel-loader": "^5.3.2",
"fs-extra": "^0.12.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-cachebust": "0.0.3",
"gulp-filter": "^1.0.2",
"gulp-jshint": "^1.9.0",
"gulp-minify-css": "^0.3.11",
"gulp-nodemon": "^1.0.4",
"gulp-react": "^2.0.0",
"gulp-replace": "^0.5.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-util": "^3.0.1",
"jsx-loader": "^0.12.2",
"livereload": "^0.3.4",
"lodash": "^3.5.0",
"node-notifier": "^4.0.2",
"node-sass": "^1.2.3",
"node-watch": "^0.3.4",
"nodemon": "^1.2.1",
"react-hot-loader": "^0.5.0",
"superagent": "^0.21.0",
"watch": "^0.13.0",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.6.6"
}
}