* Migrates from Mongo to Postgres. * Migrates from JSPM to Webpack. * Migrates from React to Vuejs. * Migrates from Bootstrap to Bulma. Also: * Fixes rendering of meta data in the document head tag.
101 lines
3.8 KiB
JSON
101 lines
3.8 KiB
JSON
{
|
|
"name": "match.audio",
|
|
"version": "0.0.0",
|
|
"repository": "https://github.com/kudos/match.audio",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "webpack -p --config webpack.config.js && webpack -p --config webpack.config.server.js",
|
|
"start": "node -r babel-register app.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 -d --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"
|
|
},
|
|
"engines": {
|
|
"node": "^6.7.0",
|
|
"npm": "^3.10.0"
|
|
},
|
|
"dependencies": {
|
|
"babel": "^6.1.18",
|
|
"babel-cli": "^6.3.13",
|
|
"babel-core": "^6.3.13",
|
|
"babel-loader": "^6.0.0",
|
|
"babel-plugin-syntax-jsx": "^6.3.13",
|
|
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
|
|
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
|
|
"babel-plugin-transform-es2015-block-scoped-functions": "^6.1.18",
|
|
"babel-plugin-transform-es2015-block-scoping": "^6.1.18",
|
|
"babel-plugin-transform-es2015-classes": "^6.2.2",
|
|
"babel-plugin-transform-es2015-computed-properties": "^6.1.18",
|
|
"babel-plugin-transform-es2015-constants": "^6.1.4",
|
|
"babel-plugin-transform-es2015-destructuring": "^6.1.18",
|
|
"babel-plugin-transform-es2015-for-of": "^6.1.18",
|
|
"babel-plugin-transform-es2015-function-name": "^6.1.18",
|
|
"babel-plugin-transform-es2015-literals": "^6.1.18",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.2.0",
|
|
"babel-plugin-transform-es2015-object-super": "^6.1.18",
|
|
"babel-plugin-transform-es2015-parameters": "^6.1.18",
|
|
"babel-plugin-transform-es2015-shorthand-properties": "^6.1.18",
|
|
"babel-plugin-transform-es2015-spread": "^6.1.18",
|
|
"babel-plugin-transform-es2015-sticky-regex": "^6.1.18",
|
|
"babel-plugin-transform-es2015-template-literals": "^6.1.18",
|
|
"babel-plugin-transform-es2015-typeof-symbol": "^6.1.18",
|
|
"babel-plugin-transform-es2015-unicode-regex": "^6.1.18",
|
|
"babel-plugin-transform-object-assign": "^6.8.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.16.0",
|
|
"babel-plugin-transform-remove-strict-mode": "0.0.2",
|
|
"babel-preset-es2015": "^6.0.0",
|
|
"babel-preset-latest-minimal": "^1.1.2",
|
|
"babel-register": "^6.16.3",
|
|
"bluebird": "^3.4.1",
|
|
"bulma": "^0.2.3",
|
|
"co": "~4.6.0",
|
|
"copy-webpack-plugin": "^3.0.1",
|
|
"css-loader": "^0.25.0",
|
|
"debug": "~2.2.0",
|
|
"ejs": "^2.5.2",
|
|
"file-loader": "^0.9.0",
|
|
"json-loader": "^0.5.4",
|
|
"kcors": "^1.0.1",
|
|
"koa": "^1.2.1",
|
|
"koa-bodyparser": "^2.2.0",
|
|
"koa-compress": "~1.0.8",
|
|
"koa-favicon": "~1.2.0",
|
|
"koa-file-server": "~2.3.1",
|
|
"koa-logger": "~1.3.0",
|
|
"koa-route": "~2.4.2",
|
|
"koa-static": "^2.0.0",
|
|
"koa-views": "^4.0.1",
|
|
"koa-websocket": "^2.1.0",
|
|
"moment": "^2.14.1",
|
|
"node-uuid": "~1.4.2",
|
|
"pg": "^6.1.0",
|
|
"playmusic": "~2.2.0",
|
|
"sequelize": "^3.24.3",
|
|
"spotify": "~0.3.0",
|
|
"style-loader": "^0.13.1",
|
|
"superagent": "^2.1.0",
|
|
"superagent-bluebird-promise": "^3.0.2",
|
|
"vue": "^2.0.3",
|
|
"vue-loader": "^9.7.0",
|
|
"vue-router": "^2.0.1",
|
|
"vue-server-renderer": "^2.0.3",
|
|
"vuex": "^2.0.0",
|
|
"vuex-router-sync": "^3.0.0",
|
|
"webpack": "2.1.0-beta.25"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-transform-runtime": "^6.15.0",
|
|
"babel-runtime": "^6.11.6",
|
|
"co-mocha": "~1.1.0",
|
|
"eslint": "^3.8.0",
|
|
"eslint-config-airbnb": "^12.0.0",
|
|
"eslint-plugin-import": "^2.0.1",
|
|
"istanbul": "^0.4.0",
|
|
"mocha": "^3.0.2",
|
|
"nodemon": "^1.10.2",
|
|
"parallelshell": "~2.0.0",
|
|
"should": "^11.1.0"
|
|
}
|
|
}
|