-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.56 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
56
57
58
59
60
{
"name": "bombinateapp",
"version": "0.0.1",
"description": "location search app",
"main": "index.js",
"scripts": {
"start": "node bin/www",
"build": "gulp build",
"lint": "gulp lint",
"clean": "gulp clean",
"test": "mocha"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"cookie-parser": "^1.4.3",
"debug": "^3.1.0",
"express": "^4.16.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-eslint": "^4.0.0",
"gulp-flatten": "^0.3.1",
"gulp-htmlhint": "^1.0.0",
"gulp-ignore": "^2.0.2",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-mocha": "^4.3.1",
"gulp-rev": "^8.1.0",
"gulp-uglify": "^3.0.0",
"gulp-usemin": "^0.3.28",
"http": "0.0.0",
"jsonwebtoken": "^8.1.0",
"jwt-decode": "^2.2.0",
"material-ui": "^0.20.0",
"mongoose": "^4.13.7",
"morgan": "^1.9.0",
"path": "^0.12.7",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-grid-system": "^3.1.2",
"react-router-dom": "^4.2.2",
"rlp": "^2.1.0",
"uport-connect": "^0.7.3",
"web3": "^1.0.0-beta.34",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^2.0.3",
"webpack-dev-server": "^2.9.7",
"webpack-hot-middleware": "^2.21.0",
"webpack-stream": "^4.0.0"
}
}