lbry-desktop/package.json
2016-12-06 14:28:10 -05:00

49 lines
1.3 KiB
JSON

{
"name": "lbry-web-ui",
"version": "1.0.0",
"description": "LBRY web ui",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lbryio/lbry-web-ui.git"
},
"keywords": [
"lbry"
],
"author": "Alex Liebowitz <aliebowitz@lbry.io>",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/lbryio/lbry-web-ui/issues"
},
"homepage": "https://github.com/lbryio/lbry-web-ui#readme",
"dependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"clamp": "^1.0.1",
"mediaelement": "^2.23.4",
"node-sass": "^3.8.0",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-modal": "^1.5.2"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-react-require": "^3.0.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.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",
"node-sass": "^3.13.0",
"webpack": "^1.13.3"
}
}