0cca6c1811
* lbryinc base code containing lbryio.js * added rewards and user actions, reducers and selectors
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "lbryinc",
|
|
"version": "0.0.1",
|
|
"description": "Shared code for api.lbry.io internal APIs.",
|
|
"keywords": [
|
|
"lbry"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://lbry.io/",
|
|
"bugs": {
|
|
"url": "https://github.com/lbryio/lbryinc/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lbryio/lbryinc"
|
|
},
|
|
"author": {
|
|
"name": "LBRY Inc.",
|
|
"email": "hello@lbry.io"
|
|
},
|
|
"main": "dist/bundle.js",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"precommit": "lint-staged",
|
|
"lint": "eslint 'src/**/*.js' --fix",
|
|
"format": "prettier 'src/**/*.{js,json}' --write"
|
|
},
|
|
"dependencies": {
|
|
"lbry-redux": "lbryio/lbry-redux",
|
|
"reselect": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-eslint": "^8.0.3",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-plugin-module-resolver": "^3.0.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-stage-2": "^6.18.0",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-airbnb-base": "^12.1.0",
|
|
"eslint-config-prettier": "^2.9.0",
|
|
"eslint-import-resolver-webpack": "^0.9.0",
|
|
"eslint-plugin-flowtype": "^2.40.1",
|
|
"eslint-plugin-import": "^2.10.0",
|
|
"eslint-plugin-prettier": "^2.4.0",
|
|
"flow-babel-webpack-plugin": "^1.1.1",
|
|
"flow-bin": "^0.69.0",
|
|
"flow-typed": "^2.4.0",
|
|
"husky": "^0.14.3",
|
|
"lint-staged": "^7.0.4",
|
|
"prettier": "^1.4.2",
|
|
"webpack": "^4.5.0",
|
|
"webpack-cli": "^2.0.14"
|
|
},
|
|
"engines": {
|
|
"yarn": "^1.3"
|
|
}
|
|
}
|