Skip to content

Instantly share code, notes, and snippets.

@carlosrojaso
Created October 2, 2020 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosrojaso/74f2284c69ead71d18f0c81e9405b42e to your computer and use it in GitHub Desktop.
Save carlosrojaso/74f2284c69ead71d18f0c81e9405b42e to your computer and use it in GitHub Desktop.
{
"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