UNPKG

opds-web-client

Version:
59 lines (58 loc) 2.02 kB
{ "name": "opds-web-client", "version": "0.1.10", "description": "OPDS web client", "main": "lib/index.js", "typings": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/NYPL-Simplified/opds-web-client.git" }, "author": "NYPL", "license": "Apache-2.0", "scripts": { "lint": "tslint -c tslint.json src/*.ts src/*.tsx src/**/*.ts src/**/*.tsx src/**/**/*.ts src/**/**/*.tsx && sass-lint -c .sass-lint.yml -v -q", "test": "npm run lint && tsc && cp -r src/stylesheets lib && mocha --require lib/testHelper.js lib/__tests__/*.js lib/**/__tests__/*.js lib/**/**/__tests__/*.js", "dev": "webpack-dev-server --progress --history-api-fallback --hot --content-base build --port 8090 --config webpack.dev.config", "prod": "NODE_ENV=production webpack -p --progress --display-modules --config webpack.prod.config && rm -rf dist/lib", "prepublish": "typings install && rm -rf lib && tsc && cp -r src/stylesheets lib && npm run prod" }, "dependencies": { "dompurify": "^0.8.1", "downloadjs": "^1.4.4", "isomorphic-fetch": "^2.2.1", "js-cookie": "^2.1.2", "jsdom": "^9.4.1", "moment": "^2.14.1", "opds-feed-parser": "^0.0.13", "react": "^15.3.0", "react-dom": "^15.3.0", "react-redux": "^4.4.5", "react-router": "^2.4.1", "redux": "^3.5.2", "redux-thunk": "^2.1.0", "seedrandom": "^2.4.2", "xml2js": "^0.4.16" }, "devDependencies": { "chai": "^3.5.0", "css-loader": "^0.24.0", "enzyme": "^2.3.0", "extract-text-webpack-plugin": "^1.0.1", "json-loader": "^0.5.4", "mocha": "^2.5.3", "node-sass": "^3.8.0", "react-addons-test-utils": "^15.3.0", "react-hot-loader": "^1.3.0", "sass-lint": "^1.9.1", "sass-loader": "^4.0.0", "sinon": "^1.17.4", "style-loader": "^0.13.1", "ts-loader": "^0.8.2", "tslint": "^3.10.2", "typescript": "^2.0.3", "typings": "^1.3.1", "webpack": "^1.13.2", "webpack-dev-server": "^1.14.1" } }