85 lines
2.5 KiB
JSON
85 lines
2.5 KiB
JSON
{
|
|
"name": "spee.ch",
|
|
"version": "0.1.1",
|
|
"description": "an npm package that exports a customizeable spee.ch server",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --recursive",
|
|
"test:no-lbc": "npm test -- --grep @usesLbc --invert",
|
|
"lint": "eslint .",
|
|
"fix": "eslint . --fix",
|
|
"precommit": "eslint .",
|
|
"build:server": "babel server/render/src -d server/render/build",
|
|
"build:server:watch": "babel server/render/src -w -d server/render/build",
|
|
"build:client": "babel client/src -d client/build",
|
|
"build:client:watch": "babel client/src -w -d client/build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lbryio/spee.ch.git"
|
|
},
|
|
"keywords": [
|
|
"spee.ch",
|
|
"lbry",
|
|
"blockchain"
|
|
],
|
|
"author": "@lbryio",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/lbryio/spee.ch/issues"
|
|
},
|
|
"homepage": "https://github.com/lbryio/spee.ch#readme",
|
|
"dependencies": {
|
|
"axios": "^0.16.1",
|
|
"bcrypt": "^2.0.1",
|
|
"body-parser": "^1.17.1",
|
|
"connect-multiparty": "^2.0.0",
|
|
"cookie-session": "^2.0.0-beta.3",
|
|
"express": "^4.15.2",
|
|
"express-handlebars": "^3.0.0",
|
|
"get-video-dimensions": "^1.0.0",
|
|
"helmet": "^3.8.1",
|
|
"image-size": "^0.6.3",
|
|
"module-alias": "^2.0.6",
|
|
"mysql2": "^1.3.5",
|
|
"passport": "^0.4.0",
|
|
"passport-local": "^1.0.0",
|
|
"prop-types": "^15.6.0",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-ga": "^2.4.1",
|
|
"react-helmet": "^5.2.0",
|
|
"react-redux": "^5.0.6",
|
|
"react-router-dom": "^4.2.2",
|
|
"redux": "^3.7.2",
|
|
"redux-saga": "^0.16.0",
|
|
"sequelize": "^4.1.0",
|
|
"universal-analytics": "^0.4.13",
|
|
"winston": "^2.3.1",
|
|
"winston-slack-webhook": "billbitt/winston-slack-webhook"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0-beta.37",
|
|
"@babel/core": "^7.0.0-beta.37",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.42",
|
|
"@babel/preset-env": "^7.0.0-beta.37",
|
|
"@babel/preset-react": "^7.0.0-beta.37",
|
|
"cross-fetch": "^2.1.1",
|
|
"chai": "^4.1.2",
|
|
"chai-http": "^3.0.0",
|
|
"eslint": "4.18.0",
|
|
"eslint-config-standard": "^10.2.1",
|
|
"eslint-config-standard-jsx": "^5.0.0",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"eslint-plugin-node": "^4.2.3",
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
"eslint-plugin-react": "^7.6.1",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"husky": "^0.13.4",
|
|
"mocha": "^4.0.1",
|
|
"nodemon": "^1.15.1",
|
|
"redux-devtools": "^3.4.1",
|
|
"regenerator-transform": "^0.12.3",
|
|
"sequelize-cli": "^3.0.0-3"
|
|
}
|
|
}
|