hostr/package.json

109 lines
3.5 KiB
JSON
Raw Normal View History

2015-07-09 23:01:43 +01:00
{
"name": "hostr",
"description": "Hostr - simple sharing",
"repository": "https://github.com/kudos/hostr-web",
"version": "0.0.0",
"private": true,
"engines": {
2019-01-14 21:37:03 +00:00
"node": "^11.6.0"
2015-07-09 23:01:43 +01:00
},
"scripts": {
"build": "npm run build-js && npm run build-sass",
2018-06-02 19:42:45 +00:00
"build-js": "webpack --progress -p -c webpack.config.js",
"build-sass": "node-sass --include-path ./node_modules/ -r -o web/public/styles/ web/public/styles/",
2016-06-02 21:06:52 +01:00
"cover": "istanbul cover _mocha -- -r babel-register test/**/*.spec.js",
2018-06-02 19:42:45 +00:00
"heroku-postbuild": "npm run build",
2016-06-02 21:06:52 +01:00
"init": "babel-node -e \"require('./lib/storage').default();\"",
2018-06-02 15:50:39 +00:00
"initdb": "node -r babel-register test/initdb.js",
2016-06-06 15:37:00 +01:00
"lint": "eslint .",
2016-06-06 17:03:49 +01:00
"start": "node -r babel-register app.js",
2016-06-02 21:06:52 +01:00
"test": "npm run test-seed && mocha -r babel-register test/**/*.spec.js",
2016-06-19 10:14:47 -07:00
"test-seed": "babel-node test/fixtures/user.js",
2018-06-02 15:50:39 +00:00
"watch": "concurrently -k -n watch-js,watch-server \"npm run watch-js\" \"npm run watch-server\"",
2018-06-02 19:42:45 +00:00
"watch-js": "webpack --mode=development --progress -c webpack.config.js",
2018-06-02 15:50:39 +00:00
"watch-server": "nodemon -r babel-register -i web/public",
2018-06-02 19:42:45 +00:00
"watch-sass": "node-sass --include-path ./node_modules/ -w -r -o web/public/styles/ web/public/styles/"
2015-07-09 23:01:43 +01:00
},
"dependencies": {
2019-01-14 21:37:03 +00:00
"angular": "^1.7.5",
2018-06-02 19:42:45 +00:00
"angular-reconnecting-websocket": "https://github.com/adieu/angular-reconnecting-websocket#0.1.1",
2019-01-14 21:37:03 +00:00
"angular-resource": "^1.7.5",
"angular-route": "^1.7.5",
2018-06-02 19:42:45 +00:00
"angular-strap": "^2.3.8",
2018-08-11 12:53:42 +01:00
"async-busboy": "^0.7.0",
2019-01-14 21:37:03 +00:00
"aws-sdk": "^2.387.0",
2016-06-02 21:06:52 +01:00
"babel": "^6.5.2",
2016-06-18 19:21:12 -07:00
"babel-cli": "^6.10.1",
2018-06-02 15:50:39 +00:00
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
2016-06-02 21:06:52 +01:00
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-register": "^6.9.0",
2019-01-14 21:37:03 +00:00
"basic-auth": "~2.0.1",
"bootstrap-sass": "^3.4.0",
"busboy": "^0.3.0",
2015-07-09 23:01:43 +01:00
"co": "~4.6.0",
2016-06-02 19:23:39 +01:00
"co-redis": "^2.1.0",
2015-08-30 18:46:29 +02:00
"co-views": "~2.1.0",
2019-01-14 21:37:03 +00:00
"copy-webpack-plugin": "^4.6.0",
"debug": "~4.1.1",
2019-01-13 17:48:27 +00:00
"dropzone": "~5.5.1",
2018-06-02 15:50:39 +00:00
"ejs": "^2.6.1",
2019-01-14 21:37:03 +00:00
"form-data": "^2.3.3",
"http-errors": "^1.7.1",
"image-size": "^0.7.1",
2018-06-02 15:50:39 +00:00
"image-type": "^3.0.0",
2019-01-14 21:37:03 +00:00
"jimp": "0.6.0",
2018-08-07 20:54:41 +01:00
"jquery": "^3.3.1",
2018-08-11 12:53:42 +01:00
"kcors": "^2.2.2",
2019-01-14 21:37:03 +00:00
"koa": "^2.6.2",
2018-06-02 15:50:39 +00:00
"koa-bodyparser": "^4.2.1",
"koa-compress": "~3.0.0",
2019-01-14 21:37:03 +00:00
"koa-csrf": "^3.0.7",
2018-06-02 15:50:39 +00:00
"koa-error": "^3.2.0",
"koa-favicon": "~2.0.1",
"koa-generic-session": "^2.0.1",
"koa-helmet": "^4.0.0",
"koa-logger": "~3.2.0",
2019-01-14 21:37:03 +00:00
"koa-redis": "^3.1.3",
2018-06-02 15:50:39 +00:00
"koa-router": "^7.4.0",
2019-01-14 21:37:03 +00:00
"koa-session": "^5.10.1",
2018-08-11 12:53:42 +01:00
"koa-static": "^5.0.0",
2015-08-22 00:27:55 +01:00
"koa-statsd": "~0.0.2",
2019-01-14 21:37:03 +00:00
"koa-views": "^6.1.5",
2018-06-02 15:50:39 +00:00
"koa-websocket": "^5.0.1",
"kue": "^0.11.6",
2019-01-14 21:37:03 +00:00
"mime-types": "^2.1.21",
"moment": "^2.23.0",
2018-06-02 15:50:39 +00:00
"mz": "^2.7.0",
2019-01-14 21:37:03 +00:00
"node-fetch": "^2.3.0",
"node-sass": "^4.11.0",
2018-06-02 15:50:39 +00:00
"node-uuid": "^1.4.8",
2016-06-06 13:56:44 +01:00
"passwords": "^1.3.1",
2019-01-14 21:37:03 +00:00
"pg": "^7.8.0",
"@sentry/node": "^4.5.1",
2018-06-02 15:50:39 +00:00
"redis": "^2.8.0",
2018-08-11 12:08:16 +01:00
"@sendgrid/mail": "^6.3.1",
2019-01-14 21:37:03 +00:00
"sequelize": "^4.42.0",
2018-06-02 19:42:45 +00:00
"smooth-scroll": "https://github.com/cferdinandi/smooth-scroll#5.3.7",
2015-08-22 00:27:55 +01:00
"statsy": "~0.2.0",
2019-01-14 21:37:03 +00:00
"stripe": "^6.20.0",
2016-08-07 14:38:05 +01:00
"swig": "~1.4.2",
2018-06-02 19:42:45 +00:00
"validate-ip": "^1.0.1",
2019-01-14 21:37:03 +00:00
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
2018-06-02 19:42:45 +00:00
"zeroclipboard": "^2.2.0"
2015-07-09 23:01:43 +01:00
},
"devDependencies": {
2019-01-14 21:37:03 +00:00
"babel-eslint": "^10.0.1",
"concurrently": "^4.1.0",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
2016-06-02 19:23:39 +01:00
"istanbul": "^0.4.3",
2018-06-02 15:50:39 +00:00
"mocha": "^5.2.0",
2019-01-14 21:37:03 +00:00
"nodemon": "^1.18.9",
"supertest": "^3.3.0",
2018-06-02 15:50:39 +00:00
"tmp": "0.0.33"
2018-06-02 19:42:45 +00:00
}
2015-07-09 23:01:43 +01:00
}