UNPKG

react-scryfall-components

Version:
89 lines (88 loc) 3.33 kB
{ "name": "react-scryfall-components", "version": "1.4.0", "description": "Library of components based on scryfall api", "main": "dist/react-scryfall-components.umd.js", "scripts": { "documentation:watch": "start-storybook -p 6006", "build:watch": "webpack --mode=production --watch", "test:watch": "jest --watch", "test": "jest --coverage", "lint": "eslint src/**/*.js tests/**/*.js", "documentation:build": "build-storybook", "build": "webpack --mode=production", "prepare": "npm run build", "release": "semantic-release", "documentation:publish": "gh-pages -d storybook-static -u 'Benoit Averty <benoit.averty@gmail.com>'" }, "repository": { "type": "git", "url": "git@github.com:BenoitAverty/react-scryfall-components.git" }, "author": "Benoit Averty", "license": "MIT", "bugs": { "url": "https://github.com/BenoitAverty/react-scryfall-components/issues" }, "homepage": "https://github.com/BenoitAverty/react-scryfall-components#readme", "dependencies": { "axios": "^0.18.0", "axios-extensions": "^3.0.3", "emotion": "^9.2.10", "lru-cache": "^4.1.3", "prop-types": "^15.6.2", "react": "^16.5.2", "react-dom": "^16.5.2", "react-emotion": "^9.2.10", "libreact": "^2.1.0" }, "devDependencies": { "@babel/core": "^7.1.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-decorators": "^7.0.0", "@babel/plugin-proposal-do-expressions": "^7.0.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-proposal-function-bind": "^7.0.0", "@babel/plugin-proposal-function-sent": "^7.0.0", "@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", "@babel/plugin-proposal-numeric-separator": "^7.0.0", "@babel/plugin-proposal-optional-chaining": "^7.0.0", "@babel/plugin-proposal-pipeline-operator": "^7.0.0", "@babel/plugin-proposal-throw-expressions": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-syntax-export-default-from": "^7.0.0", "@babel/plugin-syntax-import-meta": "^7.0.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", "@storybook/addon-info": "^4.0.0-alpha.23", "@storybook/addons": "^4.0.0-alpha.23", "@storybook/react": "^4.0.0-alpha.23", "axios-mock-adapter": "^1.15.0", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.0", "babel-jest": "^23.6.0", "babel-loader": "^8.0.0", "babel-plugin-emotion": "^9.2.10", "babel-runtime": "^6.26.0", "codecov": "^3.1.0", "eslint": "^5.6.0", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^3.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-prettier": "^2.7.0", "eslint-plugin-react": "^7.11.1", "gh-pages": "^2.0.0", "jest": "^23.6.0", "jest-dom": "^1.12.1", "prettier": "^1.14.3", "react-testing-library": "^5.1.0", "semantic-release": "^15.9.16", "webpack": "^4.20.2", "webpack-cli": "^3.1.1", "webpack-node-externals": "^1.7.2" } }