54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "journey",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "server/server.js",
|
|
"scripts": {
|
|
"format": "prettier --write .",
|
|
"lint": "eslint --ext .js --ext .jsx --ext .mjs .",
|
|
"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": "^7.4.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-config-standard-react": "^9.2.0",
|
|
"eslint-import-resolver-typescript": "^2.0.0",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-react": "^7.20.3",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"prettier": "^2.1.1"
|
|
}
|
|
}
|