Created
October 2, 2020 11:51
-
-
Save carlosrojaso/74f2284c69ead71d18f0c81e9405b42e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "simple-error-component", | |
"version": "1.0.1", | |
"description": "Simple Error Component", | |
"main": "dist/index.js", | |
"module": "src/index.js", | |
"directories": { | |
"src": "src" | |
}, | |
"scripts": { | |
"clean": "rimraf dist", | |
"build": "npm run clean && webpack --mode production", | |
"cpdir": "copyfiles -V \"./dist/*.js\" \"./example\"", | |
"start": "npm run build && npm run cpdir && serve example" | |
}, | |
"author": "Carlos Rojas", | |
"license": "MIT", | |
"devDependencies": { | |
"babel-core": "^6.26.3", | |
"babel-loader": "^8.1.0", | |
"babel-preset-env": "^1.7.0", | |
"copyfiles": "^2.3.0", | |
"path": "^0.12.7", | |
"rimraf": "^3.0.2", | |
"serve": "^11.3.2", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.12" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment