|
| 1 | +{ |
| 2 | + "name": "example-react-component-npm-package", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Example React Component for npm Publication", |
| 5 | + "main": "./build/index.js", |
| 6 | + "module": "./build/index.js", |
| 7 | + "files": [ |
| 8 | + "./build" |
| 9 | + ], |
| 10 | + "scripts": { |
| 11 | + "build": "rollup -c", |
| 12 | + "start": "rollup -c -w", |
| 13 | + "test": "jest --coverage --passWithNoTests" |
| 14 | + }, |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "git+https://github.com/jaebradley/example-react-component-npm-package.git" |
| 18 | + }, |
| 19 | + "keywords": [ |
| 20 | + "rollup", |
| 21 | + "react", |
| 22 | + "react component", |
| 23 | + "rollup react", |
| 24 | + "component", |
| 25 | + "example react component", |
| 26 | + "example rollup react component" |
| 27 | + ], |
| 28 | + "author": "jae.b.bradley@gmail.com", |
| 29 | + "license": "MIT", |
| 30 | + "bugs": { |
| 31 | + "url": "https://github.com/jaebradley/example-react-component-npm-package/issues" |
| 32 | + }, |
| 33 | + "homepage": "https://github.com/jaebradley/example-react-component-npm-package#readme", |
| 34 | + "dependencies": { |
| 35 | + "prop-types": "^15.6.1", |
| 36 | + "react": "^16.3.1", |
| 37 | + "react-dom": "^16.3.1" |
| 38 | + }, |
| 39 | + "devDependencies": { |
| 40 | + "@babel/cli": "^7.0.0-beta.44", |
| 41 | + "@babel/core": "^7.0.0-beta.44", |
| 42 | + "@babel/preset-env": "^7.0.0-beta.44", |
| 43 | + "@babel/preset-react": "^7.0.0-beta.44", |
| 44 | + "autoprefixer": "^8.2.0", |
| 45 | + "babel-core": "^7.0.0-bridge.0", |
| 46 | + "babel-jest": "^22.4.3", |
| 47 | + "babel-preset-minify": "^0.4.0", |
| 48 | + "enzyme": "^3.3.0", |
| 49 | + "eslint": "^4.19.1", |
| 50 | + "eslint-config-airbnb": "^16.1.0", |
| 51 | + "eslint-plugin-import": "^2.11.0", |
| 52 | + "eslint-plugin-jsx-a11y": "^6.0.3", |
| 53 | + "eslint-plugin-react": "^7.7.0", |
| 54 | + "husky": "^0.14.3", |
| 55 | + "jest": "^22.4.3", |
| 56 | + "node-sass": "^4.8.3", |
| 57 | + "postcss": "^6.0.21", |
| 58 | + "rollup": "^0.57.1", |
| 59 | + "rollup-plugin-babel": "^4.0.0-beta.4", |
| 60 | + "rollup-plugin-commonjs": "^9.1.0", |
| 61 | + "rollup-plugin-filesize": "^1.5.0", |
| 62 | + "rollup-plugin-local-resolve": "^1.0.7", |
| 63 | + "rollup-plugin-node-resolve": "^3.3.0", |
| 64 | + "rollup-plugin-peer-deps-external": "^2.1.0", |
| 65 | + "rollup-plugin-postcss": "^1.5.1" |
| 66 | + } |
| 67 | +} |
0 commit comments