Skip to content

Commit

Permalink
add scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartsch committed Jan 18, 2021
1 parent 8695f61 commit fca4d63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,15 @@
"url": "https://github.com/jmartsch/lazyframeAdvanced/issues"
},
"homepage": "https://jmartsch.github.io/lazyframeAdvanced/",
"scripts": {
"dev": "cross-env NODE_ENV=development npx webpack",
"build": "cross-env NODE_ENV=production npx webpack"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.7.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"eslint": "^7.18.0",
"mini-css-extract-plugin": "^1.3.4",
Expand Down

0 comments on commit fca4d63

Please sign in to comment.