-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.89 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
{
"name": "mixd",
"version": "0.0.1",
"description": "The source for mixd, an application for finding mixed drinks from the ingredients on your shelf",
"main": "index.js",
"scripts": {
"start": "cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=development nodemon index.js",
"start:prod": "cross-env NODE_ENV=production node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appetyte/mixd.git"
},
"author": "Appetyte",
"license": "MIT",
"bugs": {
"url": "https://github.com/appetyte/mixd/issues"
},
"homepage": "https://github.com/appetyte/mixd#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-plugin-webpack-alias": "^2.1.2",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"connect-mongo": "^2.0.1",
"cross-env": "^5.1.3",
"d3": "^4.13.0",
"dotenv": "^5.0.1",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-validator": "^5.0.3",
"ignore-styles": "^5.0.1",
"isomorphic-fetch": "^2.2.1",
"mongoose": "^5.0.7",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"passport-local-mongoose": "^5.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-responsive-modal": "^2.0.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"validator": "^9.4.1"
},
"devDependencies": {
"babel-loader": "^7.1.3",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"css-loader": "^0.28.10",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.7.2",
"nodemon": "^1.17.1",
"redux-devtools": "^3.4.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"webpack": "^3.10.10",
"webpack-cli": "^2.0.9"
}
}