84 lines
2.8 KiB
JSON
84 lines
2.8 KiB
JSON
{
|
|
"name": "combine.fm",
|
|
"version": "0.0.0",
|
|
"repository": "https://github.com/kudos/match.audio",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "webpack --mode=production --config webpack.config.js && webpack --config webpack.config.server.js",
|
|
"start": "node -r @babel/register app.js",
|
|
"worker": "nodemon -x \"node -r @babel/register\" -e js,vue -i node_modules -i chrome/ worker.js",
|
|
"test": "mocha -r co-mocha --compilers js:@babel/register test/**/*.js --timeout=15000",
|
|
"watch": "parallelshell \"npm run watch-js\" \"npm run watch-server\"",
|
|
"watch-js": "parallelshell \"webpack -w -d --config webpack.config.js\" \"webpack -w --config webpack.config.server.js\"",
|
|
"watch-server": "nodemon -x \"node -r @babel/register\" -e js,vue -i node_modules -i chrome/ app.js",
|
|
"heroku-postbuild": "npm run build",
|
|
"initdb": "node -r @babel/register test/initdb.js"
|
|
},
|
|
"engines": {
|
|
"node": "^9.11.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/cli": "^7.0.0-beta.44",
|
|
"@babel/core": "^7.0.0-beta.44",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.44",
|
|
"@babel/polyfill": "^7.0.0-beta.44",
|
|
"@babel/preset-env": "^7.0.0-beta.44",
|
|
"@babel/register": "^7.0.0-beta.44",
|
|
"amazon-product-api": "^0.4.4",
|
|
"apple-music-jwt": "^0.2.0",
|
|
"babel-loader": "^8.0.0-beta.2",
|
|
"bluebird": "^3.5.1",
|
|
"bulma": "^0.7.0",
|
|
"co": "~4.6.0",
|
|
"css-loader": "^0.28.11",
|
|
"debug": "^3.1.0",
|
|
"ejs": "^2.5.8",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"file-loader": "^1.1.11",
|
|
"iso8601-duration": "^1.1.1",
|
|
"kcors": "^2.2.1",
|
|
"koa": "^2.5.0",
|
|
"koa-bodyparser": "^4.2.0",
|
|
"koa-compress": "~2.0.0",
|
|
"koa-favicon": "~2.0.1",
|
|
"koa-file-server": "~2.3.1",
|
|
"koa-logger": "~3.2.0",
|
|
"koa-route": "~3.2.0",
|
|
"koa-static": "^4.0.2",
|
|
"koa-views": "^6.1.4",
|
|
"koa-websocket": "^4.1.0",
|
|
"kue": "^0.11.6",
|
|
"moment": "^2.22.0",
|
|
"node-uuid": "~1.4.2",
|
|
"nodebrainz": "^2.1.1",
|
|
"pg": "^7.4.1",
|
|
"playmusic": "^2.3.0",
|
|
"raven": "^2.5.0",
|
|
"sequelize": "^4.37.6",
|
|
"spotify-web-api-node": "^3.0.0",
|
|
"style-loader": "^0.20.3",
|
|
"superagent": "^3.8.2",
|
|
"uglifyjs-webpack-plugin": "^1.2.4",
|
|
"vue": "^2.5.16",
|
|
"vue-loader": "^14.2.2",
|
|
"vue-router": "^3.0.1",
|
|
"vue-server-renderer": "^2.5.16",
|
|
"vue-template-compiler": "^2.5.16",
|
|
"vuex": "^3.0.1",
|
|
"vuex-router-sync": "^5.0.0",
|
|
"webpack": "^4.5.0",
|
|
"webpack-cli": "^2.0.14",
|
|
"webpack-stats-plugin": "^0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"co-mocha": "^1.2.2",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-airbnb": "^16.1.0",
|
|
"eslint-plugin-import": "^2.11.0",
|
|
"istanbul": "^0.4.0",
|
|
"mocha": "^5.0.5",
|
|
"nodemon": "^1.17.3",
|
|
"parallelshell": "^3.0.2",
|
|
"should": "^13.2.1"
|
|
}
|
|
}
|