-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 850 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
{
"name": "whatthefuckshouldiwatchtonight",
"version": "1.0.0",
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^2.0.0",
"gulp-sass": "^2.3.1",
"gulp-svgo": "^1.0.3",
"gulp-uglify": "^1.5.3",
"merge-stream": "^1.0.0",
"opn": "^4.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"lodash": "^4.13.1",
"lodash.isempty": "^4.2.1",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-modal": "^1.3.0",
"react-router": "^2.4.0",
"react-s-alert": "^1.1.4",
"superagent": "^1.8.3"
}
}