UNPKG

@times-components/video

Version:
81 lines (80 loc) 2.53 kB
{ "name": "@times-components/video", "version": "4.19.18", "main": "dist/video", "dev": "src/video", "description": "Video", "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", "cleanup-dist": "rm -rf dist", "transpile": "yarn cleanup-dist && babel src -d dist", "watch": "watch 'yarn bundle' ./src --ignoreDotFiles --ignoreUnreadable", "bundle": "NODE_ENV=production webpack -p" }, "repository": { "type": "git", "url": "git+https://github.com/newsuk/times-components.git" }, "keywords": [ "react", "video", "brightcove", "component" ], "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/newsuk/times-components/issues" }, "homepage": "https://github.com/newsuk/times-components#readme", "devDependencies": { "@babel/core": "7.4.4", "@times-components/eslint-config-thetimes": "0.8.18", "@times-components/jest-configurator-web": "0.8.2", "@times-components/jest-serializer": "3.16.0", "@times-components/storybook": "4.14.0", "@times-components/test-utils": "2.4.2", "babel-jest": "24.8.0", "babel-loader": "8.0.5", "depcheck": "0.6.9", "enzyme": "3.9.0", "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" }, "dependencies": { "@times-components/error-view": "2.6.77", "@times-components/icons": "2.23.16", "@times-components/image": "6.19.2", "@times-components/ts-styleguide": "1.53.1", "@times-components/utils": "6.31.7", "prop-types": "15.7.2", "styled-components": "4.3.2" }, "resolutions": { "react": "16.9.0", "react-dom": "16.9.0" }, "peerDependencies": { "react": ">=16.9", "react-dom": ">=16.9" }, "_timesComponentsCliVariables": { "component": "Video", "packageDescription": "Video component", "packageName": "video" }, "publishConfig": { "access": "public" }, "gitHead": "bc65367b03200871875ffed9a06d9a13c4815dea" }