-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 850 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 850 Bytes
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
{
"name": "React_Starter_Vivek",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vivek",
"license": "",
"dependencies": {
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"babelify": "7.2.0",
"bluebird": "^3.4.3",
"bootstrap": "^3.3.7",
"browserify": "11.0.1",
"firebase": "^3.4.0",
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-connect": "2.2.0",
"gulp-cssmin": "^0.1.7",
"gulp-eslint": "0.15.0",
"gulp-open": "1.0.0",
"gulp-uglify": "1.5.3",
"jquery": "^3.1.0",
"query-string": "^4.2.3",
"react": "15.0.0",
"react-dom": "15.0.0",
"react-router": "^2.8.1",
"request": "^2.74.0",
"vinyl-source-stream": "1.1.0"
}
}