|
| 1 | +{ |
| 2 | + "name": "drywall", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "drywall React component", |
| 5 | + "main": "lib/index.js", |
| 6 | + "module": "es/index.js", |
| 7 | + "sideEffects": false, |
| 8 | + "files": [ |
| 9 | + "es", |
| 10 | + "lib", |
| 11 | + "src", |
| 12 | + "docs", |
| 13 | + "styleguide.config.js" |
| 14 | + ], |
| 15 | + "scripts": { |
| 16 | + "build": "create-react-styleguide script build", |
| 17 | + "build:watch": "create-react-styleguide script build:watch", |
| 18 | + "build:styleguide": "create-react-styleguide script build:styleguide", |
| 19 | + "clean": "create-react-styleguide script clean", |
| 20 | + "eslint": "create-react-styleguide script eslint", |
| 21 | + "eslint:fix": "create-react-styleguide script eslint:fix", |
| 22 | + "start": "create-react-styleguide script start", |
| 23 | + "test": "create-react-styleguide script test", |
| 24 | + "test:coverage": "create-react-styleguide script test:coverage", |
| 25 | + "test:update": "create-react-styleguide script test:update", |
| 26 | + "test:watch": "create-react-styleguide script test:watch", |
| 27 | + "prepublishOnly": "create-react-styleguide script prepublishOnly" |
| 28 | + }, |
| 29 | + "husky": { |
| 30 | + "hooks": { |
| 31 | + "pre-commit": "npm run eslint && npm run test" |
| 32 | + } |
| 33 | + }, |
| 34 | + "dependencies": { |
| 35 | + "prop-types": "^15.7.2", |
| 36 | + "styled-components": "^4.2.0" |
| 37 | + }, |
| 38 | + "peerDependencies": { |
| 39 | + "react": "16.x" |
| 40 | + }, |
| 41 | + "devDependencies": { |
| 42 | + "babel-plugin-styled-components": "^1.10.0", |
| 43 | + "babel-preset-zillow": "^4.0.3", |
| 44 | + "create-react-styleguide": "^4.0.3", |
| 45 | + "eslint-plugin-jest": "^22.4.1", |
| 46 | + "eslint-plugin-zillow": "^3.1.0", |
| 47 | + "husky": "^1.3.1", |
| 48 | + "jest-styled-components": "^6.3.1", |
| 49 | + "react": "^16.8.6", |
| 50 | + "react-dom": "^16.8.6", |
| 51 | + "react-test-renderer": "^16.8.6" |
| 52 | + }, |
| 53 | + |
| 54 | + "homepage": "", |
| 55 | + "license": "MIT", |
| 56 | + "repository": "", |
| 57 | + "keywords": [ |
| 58 | + "react-component" |
| 59 | + ] |
| 60 | +} |
0 commit comments