UNPKG

primer-react

Version:
81 lines (80 loc) 2.06 kB
{ "name": "primer-react", "version": "0.0.7-beta", "description": "Primer react components", "main": "dist/index.umd.js", "module": "dist/index.esm.js", "scripts": { "build": "NODE_ENV=production rollup -c", "build:docs": "x0 build examples --out-dir docs", "lint": "eslint src examples", "preversion": "npm -s run build", "start": "x0 dev examples -op 8888", "test": "jest" }, "files": [ "dist", "src", "examples" ], "repository": { "type": "git", "url": "git+https://github.com/primer/primer-react.git" }, "keywords": [ "react", "components", "library", "design-system" ], "author": "GitHub, Inc.", "license": "MIT", "x0": { "cssLibrary": "styled-components", "basename": "/primer-react", "template": "./html.js" }, "jest": { "collectCoverage": true, "collectCoverageFrom": [ "src/**/*.js" ], "coveragePathIgnorePatterns": [ "/node_modules/", "<rootDir>/src/utils/testing.js" ], "transformIgnorePatterns": [ "node_modules/(?!@github/octicons-react)" ] }, "dependencies": { "@github/octicons-react": "7.4.0-alpha.92883216", "classnames": "^2.2.5", "d3-shape": "^1.2.0", "react": "^16.2.0", "system-classnames": "^1.0.0-3" }, "devDependencies": { "@compositor/kit": "^1.0.43", "@compositor/x0": "^5.0.8", "babel-plugin-external-helpers": "6.22.0", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "6.24.1", "enzyme": "3.3.0", "enzyme-adapter-react-16": "1.1.1", "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", "jest": "^22.4.3", "react-router-dom": "^4.3.1", "react-test-renderer": "^16.3.2", "rollup": "0.62.0", "rollup-plugin-babel": "3.0.5", "rollup-plugin-commonjs": "9.1.3", "styled-components": "3.3.3", "styled-system": "^2.0.2" } }