-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
68 lines (68 loc) · 1.77 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"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"
}
}