39 lines
964 B
JSON
39 lines
964 B
JSON
{
|
|
"name": "schmeckWieDaheim-API",
|
|
"version": "0.5.0",
|
|
"description": "Cookbook app for Families to share their recipies",
|
|
"main": "app.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"bcrypt": "^3.0.3",
|
|
"body-parser": "^1.18.3",
|
|
"cors": "^2.8.5",
|
|
"debug": "~2.6.9",
|
|
"express": "~4.16.0",
|
|
"express-session": "^1.15.6",
|
|
"http-errors": "~1.6.2",
|
|
"morgan": "~1.9.0",
|
|
"node-sass-middleware": "0.11.0",
|
|
"passport-local": "^1.0.0",
|
|
"pg": "^7.7.1",
|
|
"pug": "2.0.0-beta11",
|
|
"rand-token": "^0.4.0",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^15.6.1",
|
|
"react-router-dom": "^4.2.2",
|
|
"whatwg-fetch": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^6.23.0",
|
|
"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-2": "^6.24.1",
|
|
"webpack": "^3.5.5"
|
|
}
|
|
}
|