加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.30 KB
一键复制 编辑 原始数据 按行查看 历史
Furkan MT 提交于 2020-10-11 22:40 . Version 2.6.0 Released.
{
"name": "notiflix",
"main": "dist/notiflix-aio-2.6.0.min.js",
"version": "2.6.0",
"description": "Notiflix is a JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more...",
"homepage": "https://github.com/notiflix/Notiflix",
"files": [
"dist",
"src"
],
"keywords": [
"notification",
"notifications",
"notiflix",
"notify",
"toast",
"alert",
"popup boxes",
"loading indicator",
"javascript alert",
"javascript confirm",
"confirm box",
"ui block",
"block ui element",
"react notifications",
"angular notifications",
"nextjs notifications",
"client-side",
"non-blocking",
"zero dependency"
],
"repository": {
"type": "git",
"url": "https://github.com/notiflix/Notiflix.git"
},
"bugs": {
"url": "https://github.com/notiflix/Notiflix/issues"
},
"author": "Furkan MT (https://github.com/furcan)",
"contributors": [
"Furkan MT (https://github.com/furcan)"
],
"license": "MIT",
"devDependencies": {
"babel-minify": "^0.5.1",
"clean-css": "^4.2.3",
"eslint": "^7.6.0",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0"
},
"scripts": {
"notiflix-helpers-constants-eslint": "eslint helpers/notiflix-dev-constants.js",
"notiflix-helpers-allinone-eslint": "eslint helpers/notiflix-dev-allinone.js",
"notiflix-helpers-minifier-eslint": "eslint helpers/notiflix-dev-minifier.js",
"notiflix-helpers-lint": "npm run notiflix-helpers-constants-eslint && npm run notiflix-helpers-allinone-eslint && npm run notiflix-helpers-minifier-eslint",
"notiflix-src-stylelint": "stylelint src/notiflix.css",
"notiflix-src-eslint": "eslint src/notiflix.js",
"notiflix-src-lint": "npm run notiflix-src-stylelint && npm run notiflix-src-eslint",
"notiflix-helpers-allinone": "npm run notiflix-helpers-lint && npm run notiflix-src-lint && node helpers/notiflix-dev-allinone.js",
"notiflix-src-allinone-eslint": "eslint src/all-in-one/notiflix-aio.js",
"notiflix-helpers-minifier": "npm run notiflix-helpers-allinone && npm run notiflix-src-allinone-eslint && node helpers/notiflix-dev-minifier.js",
"notiflix-build": "npm run notiflix-helpers-minifier"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化