UNPKG

@times-components/article-label

Version:
70 lines (69 loc) 2.22 kB
{ "name": "@times-components/article-label", "version": "2.19.4", "description": "The article label ", "main": "dist/article-label", "dev": "src/article-label", "scripts": { "fmt": "eslint . --fix && prettier --write '**/*.*'", "prettier:diff": "prettier --list-different '**/*.*'", "depcheck": "depcheck --ignores='@babel/*,babel-*,depcheck,eslint,jest,prettier,react-art,webpack*' --ignore-bin-package=false --skip-missing", "lint": "eslint . && yarn prettier:diff && yarn depcheck", "test:web": "jest --config='./__tests__/jest.config.js'", "test:web:updatesnapshot": "yarn test:web -u", "prepublishOnly": "yarn transpile && yarn bundle", "watch": "watch 'yarn bundle' ./src --ignoreDotFiles --ignoreUnreadable", "cleanup-dist": "rm -rf dist", "transpile": "yarn cleanup-dist && babel src -d dist", "bundle": "NODE_ENV=production webpack -p" }, "repository": { "type": "git", "url": "git+https://github.com/newsuk/times-components.git" }, "keywords": [ "react", "article-label", "component" ], "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/newsuk/times-components/issues" }, "homepage": "https://github.com/newsuk/times-components#readme", "dependencies": { "@times-components/ts-styleguide": "1.55.0", "@times-components/utils": "6.31.10", "lodash.pick": "4.4.0", "prop-types": "15.7.2" }, "devDependencies": { "@babel/core": "7.4.4", "@times-components/eslint-config-thetimes": "0.8.18", "@times-components/jest-configurator-web": "0.8.2", "@times-components/storybook": "4.14.1", "@times-components/webpack-configurator": "2.1.1", "babel-jest": "24.8.0", "babel-loader": "8.0.5", "depcheck": "0.6.9", "eslint": "5.9.0", "jest": "24.8.0", "prettier": "1.14.3", "react": "16.9.0", "react-dom": "16.9.0", "react-test-renderer": "16.9.0", "webpack": "4.30.0" }, "resolutions": { "react": "16.9.0", "react-dom": "16.9.0" }, "peerDependencies": { "react": ">=16.9", "react-dom": ">=16.9" }, "publishConfig": { "access": "public" }, "gitHead": "8049c9a779847817de79ca5e103b9d81a397be39" }