2020-06-04 00:59:08 -07:00
|
|
|
{
|
2020-06-04 21:29:16 -07:00
|
|
|
"name": "howfeed",
|
2020-06-04 10:05:53 -07:00
|
|
|
"description": "HowFeed.biz",
|
|
|
|
"version": "0.1.0",
|
2020-06-04 00:59:08 -07:00
|
|
|
"scripts": {
|
|
|
|
"dev": "sapper dev",
|
|
|
|
"build": "sapper build",
|
|
|
|
"export": "sapper export",
|
|
|
|
"start": "node __sapper__/build",
|
|
|
|
"cy:run": "cypress run",
|
|
|
|
"cy:open": "cypress open",
|
|
|
|
"test": "run-p --race dev cy:run"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-06-23 21:23:29 -07:00
|
|
|
"@babel/polyfill": "^7.10.1",
|
2020-06-23 20:13:01 -07:00
|
|
|
"@babel/runtime": "^7.10.3",
|
2020-06-04 21:29:16 -07:00
|
|
|
"bcrypt": "^4.0.1",
|
|
|
|
"body-parser": "^1.19.0",
|
2020-06-10 01:32:26 -07:00
|
|
|
"cl-editor": "^2.0.0",
|
2020-06-04 00:59:08 -07:00
|
|
|
"compression": "^1.7.1",
|
2020-06-04 21:29:16 -07:00
|
|
|
"cookie-parser": "^1.4.5",
|
2020-08-14 09:14:44 -07:00
|
|
|
"cors": "^2.8.5",
|
2020-06-04 21:29:16 -07:00
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"express": "^4.17.1",
|
2020-06-23 12:55:10 -07:00
|
|
|
"express-fileupload": "^1.1.6",
|
2020-06-04 21:29:16 -07:00
|
|
|
"express-session": "^1.17.1",
|
2020-06-23 12:55:10 -07:00
|
|
|
"helmet": "^3.23.2",
|
2020-06-06 15:34:49 -07:00
|
|
|
"mongoose": "^5.9.18",
|
2020-06-22 21:23:44 -07:00
|
|
|
"mongoose-fuzzy-searching": "^1.3.1",
|
2020-06-04 21:29:16 -07:00
|
|
|
"passport": "^0.4.1",
|
|
|
|
"passport-local": "^1.0.0",
|
2020-06-23 20:13:01 -07:00
|
|
|
"rate-limiter-flexible": "^2.1.7",
|
2020-07-06 07:34:15 -07:00
|
|
|
"session-file-store": "^1.4.0"
|
2020-06-04 00:59:08 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-06-23 20:13:01 -07:00
|
|
|
"@babel/core": "^7.10.3",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
2020-06-23 21:23:29 -07:00
|
|
|
"@babel/plugin-transform-runtime": "^7.10.3",
|
2020-06-23 20:13:01 -07:00
|
|
|
"@babel/preset-env": "^7.10.3",
|
|
|
|
"babel-loader": "^8.1.0",
|
2020-06-04 00:59:08 -07:00
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"sapper": "^0.27.0",
|
|
|
|
"svelte": "^3.0.0",
|
|
|
|
"svelte-loader": "^2.9.0",
|
2020-06-23 20:13:01 -07:00
|
|
|
"terser-webpack-plugin": "^3.0.6",
|
|
|
|
"webpack": "^4.43.0"
|
2020-06-04 21:29:16 -07:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:scoliono/howfeed.git"
|
2020-06-04 00:59:08 -07:00
|
|
|
}
|
|
|
|
}
|