webpack config handles exports better
Showing
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| "name": "paragon", | "name": "paragon", | ||
| "version": "0.0.1", | "version": "0.0.1", | ||
| "description": "Accessible, responsive UI component library based on Bootstrap.", | "description": "Accessible, responsive UI component library based on Bootstrap.", | ||
| "main": "dist/paragon.min.js", | "main": "src/index.js", | ||
| "author": "arizzitano", | "author": "arizzitano", | ||
| "license": "MIT", | "license": "MIT", | ||
| "scripts": { | "scripts": { | ||
| ... | @@ -32,6 +32,7 @@ | ... | @@ -32,6 +32,7 @@ |
| "babel-cli": "^6.24.1", | "babel-cli": "^6.24.1", | ||
| "babel-jest": "^20.0.3", | "babel-jest": "^20.0.3", | ||
| "babel-loader": "^7.0.0", | "babel-loader": "^7.0.0", | ||
| "babel-plugin-react-css-modules": "^2.7.1", | |||
| "babel-plugin-transform-object-rest-spread": "^6.23.0", | "babel-plugin-transform-object-rest-spread": "^6.23.0", | ||
| "babel-preset-babili": "^0.0.12", | "babel-preset-babili": "^0.0.12", | ||
| "babel-preset-env": "^1.4.0", | "babel-preset-env": "^1.4.0", | ||
| ... | @@ -39,6 +40,7 @@ | ... | @@ -39,6 +40,7 @@ |
| "babel-preset-react": "^6.24.1", | "babel-preset-react": "^6.24.1", | ||
| "coveralls": "^2.13.1", | "coveralls": "^2.13.1", | ||
| "enzyme": "^2.8.2", | "enzyme": "^2.8.2", | ||
| "babili-webpack-plugin": "^0.1.1", | |||
| "css-loader": "^0.28.4", | "css-loader": "^0.28.4", | ||
| "eslint": "^3.19.0", | "eslint": "^3.19.0", | ||
| "eslint-config-airbnb": "^14.1.0", | "eslint-config-airbnb": "^14.1.0", | ||
| ... | @@ -49,6 +51,7 @@ | ... | @@ -49,6 +51,7 @@ |
| "husky": "^0.13.4", | "husky": "^0.13.4", | ||
| "jest": "^20.0.4", | "jest": "^20.0.4", | ||
| "node-sass": "^4.5.3", | "node-sass": "^4.5.3", | ||
| "postcss-scss": "^1.0.1", | |||
| "react-router-dom": "^4.1.1", | "react-router-dom": "^4.1.1", | ||
| "react-test-renderer": "^15.6.1", | "react-test-renderer": "^15.6.1", | ||
| "sass-loader": "^6.0.5", | "sass-loader": "^6.0.5", | ||
| ... | ... |
src/Button.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment