-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 937 Bytes
/
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
{
"name": "react-isomorphic",
"version": "1.0.0",
"description": "Introduction à l'isomorphisme avec React et Node.js",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/oliv37/react-isomorphic.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"author": "oboisse",
"license": "ISC",
"dependencies": {
"ejs": "^2.4.1",
"express": "^4.13.4",
"path": "^0.12.7",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"connect-livereload": "^0.5.4",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-express": "^0.3.5",
"gulp-plumber": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}