forked from future-challenger/petshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.52 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "petshop-server",
"version": "0.1.0",
"description": "petshop nodejs server",
"main": "server.js",
"dependencies": {
"bcryptjs": "^2.4.0",
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"ejs": "^2.4.2",
"express": "^4.14.0",
"express-hbs": "^1.0.2",
"express-session": "^1.13.0",
"global": "^4.3.1",
"lodash": "^4.15.0",
"moment-timezone": "^0.5.5",
"mongoose": "^4.5.2",
"mongoose-auto-increment": "^5.0.1",
"oauth2orize": "^1.3.0",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-oauth2-client-password": "^0.1.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"unidecode": "^0.1.8",
"validator": "^6.2.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-plugin-transform-regenerator": "^6.21.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"css-loader": "^0.26.1",
"eslint": "^3.14.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.2.2",
"gulp-eslint": "^3.0.1",
"gulp-sourcemaps": "^2.4.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"html-webpack-plugin": "^2.28.0",
"postcss-loader": "^1.2.2",
"react-hot-loader": "^1.3.1",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^1.16.3",
"webpack-stream": "^3.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/future-challenger/petshop.git"
},
"keywords": [
"oauth2",
"nodejs",
"mongodb",
"es2015",
"react-native",
"ios",
"android"
],
"author": "uncle charlie",
"license": "MIT",
"bugs": {
"url": "https://github.com/future-challenger/petshop/issues"
},
"homepage": "https://github.com/future-challenger/petshop#readme"
}