package.json 815 B

12345678910111213141516171819202122232425262728
  1. {
  2. "author": "Jonathan Graham <theflametrooper@gmail.com>",
  3. "bugs": {
  4. "url": "https://github.com/jonathan-grah/vue-roaster/issues"
  5. },
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/jonathan-grah/vue-roaster.git"
  9. },
  10. "description": "Toast alerts (initially developed for Vue.js with a material-design style)",
  11. "devDependencies": {
  12. "@babel/core": "^7.13.15",
  13. "@babel/preset-env": "^7.13.15",
  14. "babel-loader": "^8.2.2",
  15. "css-loader": "^3.6.0",
  16. "style-loader": "^1.3.0",
  17. "webpack": "^5.75.0",
  18. "webpack-cli": "^5.0.1"
  19. },
  20. "license": "MIT",
  21. "main": "dist/toasters.js",
  22. "name": "toasters",
  23. "scripts": {
  24. "build": "webpack --mode=production --progress --hide-modules",
  25. "dev": "webpack --mode=development --watch"
  26. },
  27. "version": "2.3.1"
  28. }