2014-11-30 12:21:03 +00:00
|
|
|
{
|
2017-10-23 17:58:23 +01:00
|
|
|
"name": "combine.fm",
|
2014-11-30 12:21:03 +00:00
|
|
|
"version": "0.0.0",
|
2015-08-20 23:22:57 +01:00
|
|
|
"repository": "https://github.com/kudos/match.audio",
|
|
|
|
"license": "MIT",
|
2014-11-30 12:21:03 +00:00
|
|
|
"scripts": {
|
2018-04-13 18:36:58 +01:00
|
|
|
"build": "webpack --mode=production --config webpack.config.js && webpack --config webpack.config.server.js",
|
2018-04-13 01:42:16 +01:00
|
|
|
"start": "node -r @babel/register app.js",
|
2018-04-28 17:55:02 +01:00
|
|
|
"worker": "node -r @babel/register worker.js",
|
2018-04-30 22:20:01 +01:00
|
|
|
"test": "mocha -r '@babel/register' test/**/*.js test/lookup.js --timeout=15000",
|
2018-04-28 17:55:02 +01:00
|
|
|
"watch": "concurrently -k \"npm:watch-js\" \"npm:watch-server\"",
|
|
|
|
"watch-js": "concurrently -k -n webpack-frontend,webpack-server \"webpack -w -d --config webpack.config.js\" \"webpack -w --config webpack.config.server.js\"",
|
2018-04-13 01:42:16 +01:00
|
|
|
"watch-server": "nodemon -x \"node -r @babel/register\" -e js,vue -i node_modules -i chrome/ app.js",
|
2018-04-28 17:55:02 +01:00
|
|
|
"watch-worker": "nodemon -x \"node -r @babel/register\" -e js,vue -i node_modules -i chrome/ worker.js",
|
2017-10-23 17:58:23 +01:00
|
|
|
"heroku-postbuild": "npm run build",
|
2018-04-13 01:42:16 +01:00
|
|
|
"initdb": "node -r @babel/register test/initdb.js"
|
2014-11-30 12:21:03 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2018-04-28 17:55:02 +01:00
|
|
|
"node": "^10.0.0"
|
2014-11-30 12:21:03 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-04-28 17:55:02 +01:00
|
|
|
"@babel/cli": "^7.0.0-beta.46",
|
|
|
|
"@babel/core": "^7.0.0-beta.46",
|
|
|
|
"@babel/polyfill": "^7.0.0-beta.46",
|
|
|
|
"@babel/preset-env": "^7.0.0-beta.46",
|
|
|
|
"@babel/register": "^7.0.0-beta.46",
|
2018-04-13 01:42:16 +01:00
|
|
|
"apple-music-jwt": "^0.2.0",
|
|
|
|
"babel-loader": "^8.0.0-beta.2",
|
2017-10-23 22:47:14 +01:00
|
|
|
"bluebird": "^3.5.1",
|
2018-04-28 17:55:02 +01:00
|
|
|
"bulma": "^0.7.1",
|
2015-07-23 08:51:00 +01:00
|
|
|
"co": "~4.6.0",
|
2018-04-13 01:42:16 +01:00
|
|
|
"css-loader": "^0.28.11",
|
|
|
|
"debug": "^3.1.0",
|
2018-04-28 17:55:02 +01:00
|
|
|
"ejs": "^2.5.9",
|
2018-04-13 01:42:16 +01:00
|
|
|
"file-loader": "^1.1.11",
|
2017-11-12 00:33:56 +00:00
|
|
|
"iso8601-duration": "^1.1.1",
|
2018-04-13 21:44:31 +01:00
|
|
|
"kcors": "^2.2.1",
|
2018-04-28 17:55:02 +01:00
|
|
|
"koa": "^2.5.1",
|
2018-04-13 21:44:31 +01:00
|
|
|
"koa-bodyparser": "^4.2.0",
|
2018-04-28 17:55:02 +01:00
|
|
|
"koa-compress": "~3.0.0",
|
2018-04-13 21:44:31 +01:00
|
|
|
"koa-favicon": "~2.0.1",
|
|
|
|
"koa-logger": "~3.2.0",
|
|
|
|
"koa-route": "~3.2.0",
|
|
|
|
"koa-static": "^4.0.2",
|
|
|
|
"koa-views": "^6.1.4",
|
2017-10-23 17:58:23 +01:00
|
|
|
"kue": "^0.11.6",
|
2018-04-28 20:56:20 +01:00
|
|
|
"mini-css-extract-plugin": "^0.4.0",
|
2018-12-06 17:02:10 +00:00
|
|
|
"node-sass": "^4.11.0",
|
2017-07-20 14:31:07 +01:00
|
|
|
"nodebrainz": "^2.1.1",
|
2018-07-27 14:46:05 +01:00
|
|
|
"pg": "^7.4.3",
|
2017-10-23 23:20:22 +01:00
|
|
|
"playmusic": "^2.3.0",
|
2018-04-28 17:55:02 +01:00
|
|
|
"raven": "^2.6.0",
|
2018-04-28 20:56:20 +01:00
|
|
|
"sass-loader": "^7.0.1",
|
2018-04-13 01:42:16 +01:00
|
|
|
"sequelize": "^4.37.6",
|
2018-12-06 17:02:10 +00:00
|
|
|
"spotify-web-api-node": "^4.0.0",
|
2018-04-13 01:42:16 +01:00
|
|
|
"superagent": "^3.8.2",
|
2018-12-06 17:02:10 +00:00
|
|
|
"vue": "^2.5.17",
|
2018-04-28 17:55:02 +01:00
|
|
|
"vue-loader": "^15.0.4",
|
2018-04-13 18:36:58 +01:00
|
|
|
"vue-router": "^3.0.1",
|
2018-12-06 17:02:10 +00:00
|
|
|
"vue-server-renderer": "^2.5.17",
|
|
|
|
"vue-template-compiler": "^2.5.17",
|
2018-04-13 18:36:58 +01:00
|
|
|
"vuex": "^3.0.1",
|
|
|
|
"vuex-router-sync": "^5.0.0",
|
2018-04-28 17:55:02 +01:00
|
|
|
"webpack": "^4.6.0",
|
2018-12-06 17:02:10 +00:00
|
|
|
"webpack-cli": "^3.1.2",
|
2018-04-13 01:42:16 +01:00
|
|
|
"webpack-stats-plugin": "^0.2.1"
|
2014-12-01 12:41:26 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-04-28 17:55:02 +01:00
|
|
|
"concurrently": "^3.5.1",
|
2018-04-13 01:42:16 +01:00
|
|
|
"eslint": "^4.19.1",
|
2018-04-30 22:20:01 +01:00
|
|
|
"eslint-config-airbnb-base": "^12.1.0",
|
2018-04-13 01:42:16 +01:00
|
|
|
"eslint-plugin-import": "^2.11.0",
|
2015-10-26 17:20:32 +00:00
|
|
|
"istanbul": "^0.4.0",
|
2018-04-28 17:55:02 +01:00
|
|
|
"mocha": "^5.1.1",
|
2018-04-13 01:42:16 +01:00
|
|
|
"nodemon": "^1.17.3",
|
|
|
|
"should": "^13.2.1"
|
2014-11-30 12:21:03 +00:00
|
|
|
}
|
|
|
|
}
|