-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.53 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
53
54
55
{
"name": "sample-web-app",
"version": "1.0.0",
"description": "This will be populated soon with a meaningful, getting started guide.",
"main": "index.js",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/garudaroboticssoc/sample-web-app.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/garudaroboticssoc/sample-web-app#readme",
"dependencies": {
"async": "^2.6.0",
"babel-runtime": "^6.26.0",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"connect-redis": "^3.3.2",
"del": "^3.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-winston": "^2.4.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"lodash": "^4.17.4",
"material-ui": "^0.20.0",
"nano": "^6.4.2",
"passport": "^0.4.0",
"react": "^16.2.0",
"react-container-dimensions": "^1.3.3",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"redis": "^2.8.0",
"redis-server": "^1.1.0",
"require": "^2.4.20",
"sendgrid": "^5.2.3",
"winston": "^2.4.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^14.5.0",
"gulp-sourcemaps": "^2.6.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.9.0"
}
}