12345678910111213141516171819202122232425262728 |
- {
- "author": "Jonathan Graham <theflametrooper@gmail.com>",
- "bugs": {
- "url": "https://github.com/jonathan-grah/vue-roaster/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonathan-grah/vue-roaster.git"
- },
- "description": "Toast alerts (initially developed for Vue.js with a material-design style)",
- "devDependencies": {
- "@babel/core": "^7.13.15",
- "@babel/preset-env": "^7.13.15",
- "babel-loader": "^8.2.2",
- "css-loader": "^3.6.0",
- "style-loader": "^1.3.0",
- "webpack": "^5.75.0",
- "webpack-cli": "^5.0.1"
- },
- "license": "MIT",
- "main": "dist/toasters.js",
- "name": "toasters",
- "scripts": {
- "build": "webpack --mode=production --progress --hide-modules",
- "dev": "webpack --mode=development --watch"
- },
- "version": "2.3.1"
- }
|