forked from qmixi/react-animated-bg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·61 lines (61 loc) · 1.53 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
{
"name": "@bulletlogic/react-animated-bg",
"version": "1.3.0",
"description": "Strongly customizable React component helping you make animated background.",
"main": "build/index.js",
"scripts": {
"start": "NODE_ENV=production webpack --watch --mode development",
"lint": "eslint src/*",
"test": "jest",
"build": "webpack --mode production"
},
"author": "qmixi",
"repository": {
"type": "git",
"url": "[email protected]:bulletlogic/react-animated-bg.git"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.6",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"jest": "^24.9.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7"
},
"dependencies": {
"prop-types": "^15.8.1",
"styled-components": "^5.3.3"
},
"peerDependencies": {
"react": "^16.14.0 || 17.x || 18.x"
},
"keywords": [
"react",
"animated",
"animate",
"animation",
"background",
"background-color",
"images",
"img",
"bg",
"react-animated-bg",
"random",
"duration",
"color",
"transition"
],
"bugs": {
"url": "https://github.com/qmixi/react-animated-bg/issues"
},
"homepage": "https://github.com/qmixi/react-animated-bg#readme"
}