-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.29 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
47
48
49
50
51
52
{
"name": "testing",
"version": "1.0.0",
"description": "Jekyll, React and Firebase",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1",
"react": "^15.0.2"
},
"devDependencies": {
"babel-cli": "*",
"babel-core": "*",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "*",
"babel-runtime": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"firebase": "*",
"gulp": "^3.9.1",
"gulp-babel": "*",
"gulp-concat": "*",
"gulp-connect": "*",
"gulp-html-replace": "*",
"gulp-react": "*",
"gulp-shell": "*",
"gulp-sourcemaps": "*",
"gulp-uglify": "*",
"react": "*",
"react-router": "*",
"reactfire": "*",
"reactify": "*",
"require-dir": "*",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"b": "babel _src -d app --debug --presets es2015",
"b1": "babel _src/ -d app/"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/geofftech/firebase.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/geofftech/firebase/issues"
},
"homepage": "https://gitlab.com/geofftech/firebase#README"
}