-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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
{
"name": "react-loading-transition",
"version": "0.4.3",
"author": "hello-any",
"description": "A page loading animation plugin for React",
"main": "lib/index.js",
"license": "MIT",
"homepage": "https://github.com/HelloAny/react-loading-transition",
"repository": {
"type": "git",
"url": "git+https://github.com/HelloAny/react-loading-transition.git"
},
"keywords": [
"react",
"transition",
"loading",
"loading-transition",
"animation",
"css",
"react-loading-transition",
"react-transition-group"
],
"files": [
"lib",
"babelrc.js",
"package.json",
"README.md"
],
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"core-js": "^3.6.5",
"create-react-context": "^0.3.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-uglify": "^6.0.4"
}
}