1 Star 0 Fork 9

zxcvzxcvzxc / rc-bullets

forked from 逆流鱼 / rc-bullets 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
Tristan 提交于 2020-04-11 18:02 . feat: updates
{
"name": "rc-bullets",
"version": "1.5.10",
"description": "awesome barrage powered by CSS3 animation and built by react ",
"author": "zerosoul",
"license": "MIT",
"repository": "zerosoul/rc-bullets",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"homepage": "https://zerosoul.github.io/rc-bullets",
"engines": {
"node": ">=10",
"npm": ">=6"
},
"keywords": [
"弹幕",
"danmaku",
"barrage",
"bullet",
"react",
"CSS3",
"年会"
],
"scripts": {
"build": "NODE_ENV=production rollup -c",
"start": "rollup -c -w",
"prepare": "rm -rf ./dist && yarn build",
"predeploy": "cd example && yarn build",
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@svgr/rollup": "^5.3.1",
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^1.10.7",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"gh-pages": "^2.2.0",
"prettier": "^2.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1",
"rollup": "^2.6.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-url": "^3.0.1"
},
"files": [
"dist"
],
"dependencies": {
"color-convert": "^2.0.1"
}
}
JavaScript
1
https://gitee.com/zxcvzxcvzxc/rc-bullets.git
git@gitee.com:zxcvzxcvzxc/rc-bullets.git
zxcvzxcvzxc
rc-bullets
rc-bullets
master

搜索帮助