lbry-redux/package.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2018-01-11 12:54:20 +01:00
{
"name": "lbry-redux",
"version": "0.0.1",
"description": "Common shared components for desktop and mobile.",
2018-04-05 18:54:58 +02:00
"keywords": [
"lbry"
],
"license": "MIT",
2018-01-11 12:54:20 +01:00
"homepage": "https://lbry.io/",
"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.io"
},
2018-04-05 18:54:58 +02:00
"main": "dist/bundle.js",
2018-01-11 12:54:20 +01:00
"scripts": {
"build": "webpack",
2018-04-05 04:57:29 +02:00
"precommit": "lint-staged",
2018-04-05 18:54:58 +02:00
"lint": "eslint 'src/**/*.js' --fix",
"format": "prettier 'src/**/*.{js,json}' --write"
2018-01-11 12:54:20 +01:00
},
"dependencies": {
"proxy-polyfill": "0.1.6",
2018-04-05 18:54:58 +02:00
"reselect": "^3.0.0"
2018-01-11 12:54:20 +01:00
},
"devDependencies": {
2018-04-05 18:54:58 +02:00
"babel-core": "^6.26.0",
2018-01-11 12:54:20 +01:00
"babel-eslint": "^8.0.3",
2018-04-05 18:54:58 +02:00
"babel-loader": "^7.1.4",
2018-01-11 12:54:20 +01:00
"babel-plugin-module-resolver": "^3.0.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.18.0",
2018-04-05 17:20:13 +02:00
"eslint": "^4.19.1",
2018-04-05 18:54:58 +02:00
"eslint-config-airbnb-base": "^12.1.0",
2018-01-11 12:54:20 +01:00
"eslint-config-prettier": "^2.9.0",
2018-04-05 18:54:58 +02:00
"eslint-import-resolver-webpack": "^0.9.0",
2018-01-11 12:54:20 +01:00
"eslint-plugin-flowtype": "^2.40.1",
2018-04-05 18:54:58 +02:00
"eslint-plugin-import": "^2.10.0",
2018-01-11 12:54:20 +01:00
"eslint-plugin-prettier": "^2.4.0",
2018-04-05 18:54:58 +02:00
"flow-babel-webpack-plugin": "^1.1.1",
"flow-bin": "^0.69.0",
"flow-typed": "^2.4.0",
2018-01-11 12:54:20 +01:00
"husky": "^0.14.3",
2018-04-05 18:54:58 +02:00
"lint-staged": "^7.0.4",
2018-01-11 12:54:20 +01:00
"prettier": "^1.4.2",
2018-04-05 18:54:58 +02:00
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
2018-01-11 12:54:20 +01:00
},
2018-04-05 18:54:58 +02:00
"engines": {
"yarn": "^1.3"
2018-01-11 12:54:20 +01:00
}
}