4 Star 5 Fork 1

Gitee 极速下载 / rc-bullets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/zerosoul/rc-bullets
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
zerosoul 提交于 2021-07-16 19:46 . 1.5.16
{
"name": "rc-bullets",
"version": "1.5.16",
"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.0",
"react-dom": ">=16.13.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@svgr/rollup": "^5.5.0",
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^1.12.0",
"cross-env": "^7.0.3",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gh-pages": "^3.2.3",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"rollup": "^2.52.3",
"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.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-url": "^3.0.1"
},
"files": [
"dist"
],
"dependencies": {
"color-convert": "^2.0.1"
}
}
JavaScript
1
https://gitee.com/mirrors/rc-bullets.git
git@gitee.com:mirrors/rc-bullets.git
mirrors
rc-bullets
rc-bullets
master

搜索帮助