journey/package.json

47 lines
1.2 KiB
JSON

{
"name": "journey",
"version": "0.0.1",
"description": "",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Linus Miller <lohfu@lohfu.io> (https://lohfu.io/)",
"license": "MIT",
"dependencies": {
"body-parser": "^1.16.1",
"chalk": "^1.1.3",
"cookie-parser": "^1.4.3",
"dollr": "^0.1.2",
"dragula": "^3.7.2",
"easy-tz": "^0.1.1",
"express": "^4.14.1",
"express-session": "^1.15.1",
"jsx-node": "^0.2.2",
"lodash": "^4.17.4",
"lowline": "^0.1.3",
"midwest": "^0.4.2",
"midwest-service-errors": "^0.2.0",
"morgan": "^1.8.1",
"pg": "^6.1.2",
"preact": "^7.2.0",
"react-dragula": "^1.1.17",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0",
"require-dir": "^0.3.1",
"superagent": "^3.5.0",
"useragent": "^2.1.12",
"xml2json": "^0.11.0"
},
"devDependencies": {
"app-module-path": "^1.1.0",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0"
}
}