68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "lbry-redux",
|
|
"version": "0.0.1",
|
|
"description": "Common shared components for desktop and mobile.",
|
|
"keywords": [
|
|
"lbry"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://lbry.com/",
|
|
"bugs": {
|
|
"url": "https://github.com/lbryio/lbry-redux/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lbryio/lbry-redux"
|
|
},
|
|
"author": {
|
|
"name": "LBRY Inc.",
|
|
"email": "hello@lbry.com"
|
|
},
|
|
"main": "dist/bundle.es.js",
|
|
"module": "dist/bundle.es.js",
|
|
"scripts": {
|
|
"build": "rollup --config",
|
|
"dev": "rollup --config --watch",
|
|
"precommit": "flow check && lint-staged",
|
|
"lint": "eslint 'src/**/*.js' --fix",
|
|
"format": "prettier 'src/**/*.{js,json}' --write"
|
|
},
|
|
"dependencies": {
|
|
"mime": "^2.4.4",
|
|
"proxy-polyfill": "0.1.6",
|
|
"reselect": "^3.0.0",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-eslint": "^8.0.3",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-plugin-module-resolver": "^3.0.0",
|
|
"babel-plugin-transform-flow-comments": "^6.17.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-stage-2": "^6.18.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-config-standard-jsx": "^6.0.2",
|
|
"eslint-plugin-flowtype": "^2.46.1",
|
|
"eslint-plugin-import": "^2.17.2",
|
|
"eslint-plugin-node": "^8.0.1",
|
|
"eslint-plugin-promise": "^4.1.1",
|
|
"eslint-plugin-react": "^7.12.4",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"flow-bin": "^0.97.0",
|
|
"flow-typed": "^2.5.1",
|
|
"husky": "^0.14.3",
|
|
"lint-staged": "^7.0.4",
|
|
"prettier": "^1.4.2",
|
|
"rollup": "^1.8.0",
|
|
"rollup-plugin-babel": "3",
|
|
"rollup-plugin-copy": "^1.1.0",
|
|
"rollup-plugin-eslint": "^5.1.0",
|
|
"rollup-plugin-flow": "^1.1.1",
|
|
"rollup-plugin-includepaths": "^0.2.3"
|
|
},
|
|
"engines": {
|
|
"yarn": "^1.3"
|
|
}
|
|
}
|