1 Star 1 Fork 0

eric/notification

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 765 Bytes
一键复制 编辑 原始数据 按行查看 历史
eric 提交于 2020-02-12 11:00 . init
{
"name": "notification",
"version": "1.0.0",
"main": "dist/notification.cjs.js",
"module": "dist/notification.esm.js",
"browser": "dist/notification.umd.js",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.2.3",
"rollup": "^1.12.0",
"rollup-plugin-babel": "^4.2.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4",
"serve": "^11.3.0"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "node test/test.js",
"pretest": "npm run build",
"example": "serve"
},
"files": [
"dist"
],
"dependencies": {
"@babel/runtime": "^7.8.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ericv/notification.git
git@gitee.com:ericv/notification.git
ericv
notification
notification
master

搜索帮助