UNPKG

primer-react

Version:
93 lines (92 loc) 2.61 kB
{ "name": "primer-react", "version": "2.0.5-beta", "description": "Primer react components", "main": "dist/index.umd.js", "module": "dist/index.esm.js", "scripts": { "predev": "npm run dist:css", "dev": "next dev", "prebuild": "npm run dist:css", "build": "next build", "start": "next start", "predist": "rm -rf dist", "dist": "NODE_ENV=production rollup -c", "postdist": "npm run dist:css", "dist:css": "node-sass --include-path node_modules --output-style compressed src/primer-components.scss -o dist", "prepack": "script/npm-pack-check", "prepublishOnly": "npm run dist", "lint": "eslint src pages", "test": "jest", "watch": "jest --watch --no-coverage" }, "repository": "primer/components", "keywords": [ "react", "components", "library", "design-system" ], "files": [ "dist", "src", "!src/__tests__", "!src/utils" ], "author": "GitHub, Inc.", "license": "MIT", "dependencies": { "@githubprimer/octicons-react": "8.0.0", "classnames": "^2.2.5", "d3-shape": "^1.2.0", "emotion": "9.2.8", "primer-buttons": "2.6.0", "primer-colors": "1.0.1", "primer-react": "2.0.3-beta", "primer-typography": "1.0.1", "react": "16.4.2", "react-dom": "16.4.2", "react-emotion": "9.2.8", "styled-system": "3.1.3", "system-components": "3.0.1" }, "devDependencies": { "@mdx-js/loader": "0.15.0", "@mdx-js/mdx": "0.15.0", "@mdx-js/tag": "0.15.0", "@zeit/next-mdx": "1.1.0", "babel-core": "7.0.0-bridge.0", "babel-plugin-add-react-displayname": "0.0.5", "emotion-server": "9.2.8", "emotion-theming": "9.2.6", "enzyme": "3.5.1", "enzyme-adapter-react-16": "1.5.0", "eslint": "4.19.1", "eslint-plugin-github": "1.0.0", "eslint-plugin-jest": "21.15.1", "eslint-plugin-jsx-a11y": "6.0.3", "eslint-plugin-react": "7.8.2", "fs-extra": "7.0.0", "globby": "8.0.1", "jest": "23.5.0", "jest-emotion": "9.2.7", "mdx-docs": "1.0.0-8", "next": "7.0.0", "next-compose-plugins": "2.1.1", "node-sass": "4.9.3", "primer-forms": "2.1.4", "primer-layout": "1.4.9", "primer-module-build": "1.0.5", "primer-navigation": "1.5.7", "primer-product": "5.6.7", "primer-tooltips": "1.5.7", "primer-utilities": "4.12.0", "raw-loader": "0.5.1", "react-router-dom": "^4.3.1", "react-test-renderer": "^16.3.2", "rollup": "0.62.0", "rollup-plugin-babel": "4.0.0-beta.8", "rollup-plugin-commonjs": "9.1.3", "styled-components": "3.3.3" } }