-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "react-mdr",
"description": "Matrix digital rain effect for React",
"version": "0.1.5",
"main": "index.js",
"author": "Lawrence McDaniel <[email protected]>",
"contributors": [],
"license": "MIT",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": ">=17.0.1",
"react-dom": ">=17.0.1"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@rollup/plugin-babel": "^5.3.0",
"autoprefixer": "^10.4.0",
"rollup": "^2.60.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-styles": "^3.14.1",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@babel/runtime": "^7.16.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lpm0073/react-mdr.git"
},
"keywords": [
"react-mdr",
"matrix",
"react",
"raining letters"
],
"bugs": {
"url": "https://github.com/lpm0073/react-mdr/issues"
},
"homepage": "https://lawrencemcdaniel.com/react-mdr"
}