-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "catch-of-the-day",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autobind-decorator": "1.3.2",
"babel": "5.8.23",
"babel-eslint": "^6.1.2",
"babelify": "6.4.0",
"browser-sync": "2.9.11",
"browserify": "11.2.0",
"connect-history-api-fallback": "1.1.0",
"eslint": "^3.17.1",
"eslint-config-standard": "^7.0.1",
"eslint-config-standard-jsx": "^3.3.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.0",
"eslint-plugin-standard": "^2.1.1",
"firebase": "2.3.1",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-notify": "2.2.0",
"gulp-rename": "1.2.2",
"gulp-stylus": "2.1.0",
"gulp-uglify": "1.4.2",
"gulp-util": "3.0.7",
"history": "1.12.5",
"install": "0.1.8",
"re-base": "1.2.1",
"react": "0.14.0",
"react-addons-css-transition-group": "0.14.0",
"react-catalyst": "0.3.0",
"react-dom": "0.14.0",
"react-mixin": "3.0.0",
"react-router": "^1.0.3",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.4.0"
}
}