willatoast
Version:
Elegant, responsive, flexible and lightweight notification plugin with no dependencies.
51 lines (50 loc) • 1.26 kB
JSON
{
"name": "willatoast",
"version": "1.1.3",
"description": "Elegant, responsive, flexible and lightweight notification plugin with no dependencies.",
"main": "./dist/main.min.js",
"typings": "types/index.d.ts",
"keywords": [
"izitoast",
"toaster",
"toast",
"message",
"notification",
"alert",
"info,",
"success",
"warning",
"confirm",
"question",
"js"
],
"scripts": {
"serve": "webpack serve --config webpack-dev.config.js",
"start": "webpack --config webpack.config.js"
},
"author": "Saeid Khakbazan <saeidkhakbazan@gmail.com>",
"license": "ISC",
"files": [
"dist/*"
],
"devDependencies": {
"@types/lodash": "^4.14.176",
"css-loader": "^6.4.0",
"html-webpack-plugin": "^5.4.0",
"mini-css-extract-plugin": "^2.4.2",
"node-sass": "^6.0.1",
"sass": "^1.43.2",
"sass-loader": "^12.2.0",
"style-loader": "^3.3.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^4.3.1"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://git.willaspace.com/saeid_01/willaToast.git"
}
}