package.json 563 B

12345678910111213141516171819
  1. {
  2. "author": "Jonathan Graham <theflametrooper@gmail.com>",
  3. "description": "Toast alerts (initially developed for Vue.js with a material-design style)",
  4. "devDependencies": {
  5. "@babel/core": "^7.5.5",
  6. "@babel/preset-env": "^7.5.5",
  7. "babel-loader": "^8.0.6",
  8. "webpack": "^4.39.2",
  9. "webpack-cli": "^3.3.7"
  10. },
  11. "license": "MIT",
  12. "main": "dist/toasters.js",
  13. "name": "toasters",
  14. "scripts": {
  15. "build": "webpack --mode=production --progress --hide-modules",
  16. "dev": "webpack --mode=development --watch"
  17. },
  18. "version": "1.1.3"
  19. }