-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (38 loc) · 877 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
38
{
"name": "example-chat-react",
"version": "1.0.0",
"description": "ReactMVC Chat App with React",
"scripts": {
"start": "gulp --type devlopment",
"build": "gulp build",
"production": "gulp build --type production"
},
"keywords": [
"ReactMVC",
"react"
],
"author": "Tarik Akyol",
"license": "ISC",
"devDependencies": {
"browserify": "^9.0.8",
"gulp": "^3.8.11",
"gulp-connect": "^2.2.0",
"gulp-if": "^1.2.5",
"gulp-plumber": "^1.0.1",
"gulp-replace": "^0.5.3",
"gulp-sass": "2.0.4",
"gulp-util": "^3.0.4",
"gulp-concat-css": "",
"lodash": "3.10.0",
"reactify": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3"
},
"dependencies": {
"classnames": "^2.1.3",
"debug": "^2.2.0",
"react": "^0.13.3",
"eventemitter3": ""
}
}