Fetch the repository succeeded.
This action will force synchronization from 逆流鱼/rc-bullets, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
{
"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"
}
}
Sign in for post a comment
Comment ( 0 )