52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "lbry-web-ui",
|
|
"version": "0.10.0",
|
|
"description": "LBRY UI",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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",
|
|
"mediaelement": "^2.23.4",
|
|
"node-sass": "^3.8.0",
|
|
"rc-progress": "^2.0.6",
|
|
"react": "^15.4.0",
|
|
"react-dom": "^15.4.0",
|
|
"react-modal": "^1.5.2",
|
|
"videostream": "^2.4.2"
|
|
},
|
|
"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-target-electron-renderer": "^0.4.0"
|
|
}
|
|
}
|