59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "lbry-web-ui",
|
|
"version": "0.10.1rc1",
|
|
"description": "LBRY UI",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "webpack-dev-server --devtool eval --progress --colors --inline"
|
|
},
|
|
"keywords": [
|
|
"lbry"
|
|
],
|
|
"author": {
|
|
"name": "LBRY Inc.",
|
|
"email": "hello@lbry.io"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"bugs": {
|
|
"url": "https://github.com/lbryio/lbry-app/issues"
|
|
},
|
|
"homepage": "https://github.com/lbryio/lbry-app#readme",
|
|
"dependencies": {
|
|
"babel-cli": "^6.11.4",
|
|
"babel-preset-es2015": "^6.13.2",
|
|
"babel-preset-react": "^6.11.1",
|
|
"node-sass": "^3.8.0",
|
|
"plyr": "^2.0.12",
|
|
"rc-progress": "^2.0.6",
|
|
"react": "^15.4.0",
|
|
"react-dom": "^15.4.0",
|
|
"react-modal": "^1.5.2",
|
|
"react-redux": "^5.0.3",
|
|
"redux": "^3.6.0",
|
|
"redux-logger": "^3.0.1",
|
|
"redux-thunk": "^2.2.0",
|
|
"reselect": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^6.5.2",
|
|
"babel-core": "^6.18.2",
|
|
"babel-loader": "^6.2.8",
|
|
"babel-plugin-react-require": "^3.0.0",
|
|
"babel-polyfill": "^6.20.0",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babel-preset-stage-2": "^6.18.0",
|
|
"eslint": "^3.10.2",
|
|
"eslint-config-airbnb": "^13.0.0",
|
|
"eslint-loader": "^1.6.1",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-jsx-a11y": "^2.2.3",
|
|
"eslint-plugin-react": "^6.7.1",
|
|
"json-loader": "^0.5.4",
|
|
"node-sass": "^3.13.0",
|
|
"webpack": "^1.13.3",
|
|
"webpack-dev-server": "^2.4.4",
|
|
"webpack-notifier": "^1.5.0",
|
|
"webpack-target-electron-renderer": "^0.4.0"
|
|
}
|
|
}
|