-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 981 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
39
{
"name": "hairball",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.2",
"babelify": "^7.2.0",
"body-parser": "~1.13.2",
"bootstrap": "^3.3.6",
"browserify": "^12.0.1",
"chalk": "^1.1.1",
"debug": "~2.2.0",
"express": "~4.13.1",
"gulp": "^3.9.0",
"gulp-duration": "0.0.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"jquery": "^2.2.2",
"react": "^0.14.2",
"react-bootstrap": "^0.28.4",
"react-dom": "^0.14.2",
"react-image-gallery": "^0.5.12",
"react-router": "^2.0.1",
"redux": "^3.3.1",
"utils-merge": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0",
"webpack": "^1.12.14"
}
}