react-ui-animate 5.0.0-alpha.4 → 5.0.0-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +206 -206
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +54 -54
package/package.json
CHANGED
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "react-ui-animate",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
4
|
-
"description": "React library for gestures and animation",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"peerDependencies": {
|
|
7
|
-
"react": ">=16.8.0 || >=17.0.0 || >=18.0.0"
|
|
8
|
-
},
|
|
9
|
-
"dependencies": {
|
|
10
|
-
"@raidipesh78/re-motion": "^5.0.0
|
|
11
|
-
},
|
|
12
|
-
"devDependencies": {
|
|
13
|
-
"@rollup/plugin-terser": "^0.4.4",
|
|
14
|
-
"@types/jest": "^29.5.12",
|
|
15
|
-
"@types/node": "^20.14.9",
|
|
16
|
-
"@types/react": "^18.3.3",
|
|
17
|
-
"@types/react-dom": "^18.3.0",
|
|
18
|
-
"@types/resize-observer-browser": "^0.1.11",
|
|
19
|
-
"babel-core": "^5.8.38",
|
|
20
|
-
"babel-runtime": "^6.26.0",
|
|
21
|
-
"react": "^18.3.1",
|
|
22
|
-
"react-dom": "^18.3.1",
|
|
23
|
-
"rimraf": "^6.0.1",
|
|
24
|
-
"rollup": "^4.18.0",
|
|
25
|
-
"rollup-plugin-typescript2": "^0.36.0",
|
|
26
|
-
"typescript": "^5.5.2"
|
|
27
|
-
},
|
|
28
|
-
"scripts": {
|
|
29
|
-
"clean": "rimraf -rf dist",
|
|
30
|
-
"build": "npm run clean && rollup -c",
|
|
31
|
-
"start": "npm run clean && rollup -c -w",
|
|
32
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
33
|
-
"version:minor": "npm version --no-git-tag-version minor",
|
|
34
|
-
"version:major": "npm version --no-git-tag-version major",
|
|
35
|
-
"version:patch": "npm version --no-git-tag-version patch",
|
|
36
|
-
"publish:next": "npm publish --tag next",
|
|
37
|
-
"publish:latest": "npm publish --tag latest"
|
|
38
|
-
},
|
|
39
|
-
"repository": {
|
|
40
|
-
"type": "git",
|
|
41
|
-
"url": "git+https://github.com/dipeshrai123/react-ui-animate.git"
|
|
42
|
-
},
|
|
43
|
-
"keywords": [
|
|
44
|
-
"gesture",
|
|
45
|
-
"animation",
|
|
46
|
-
"react-ui-animate"
|
|
47
|
-
],
|
|
48
|
-
"author": "Dipesh Rai",
|
|
49
|
-
"license": "MIT",
|
|
50
|
-
"bugs": {
|
|
51
|
-
"url": "https://github.com/dipeshrai123/react-ui-animate/issues"
|
|
52
|
-
},
|
|
53
|
-
"homepage": "https://github.com/dipeshrai123/react-ui-animate#readme"
|
|
54
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "react-ui-animate",
|
|
3
|
+
"version": "5.0.0-alpha.7",
|
|
4
|
+
"description": "React library for gestures and animation",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"peerDependencies": {
|
|
7
|
+
"react": ">=16.8.0 || >=17.0.0 || >=18.0.0"
|
|
8
|
+
},
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"@raidipesh78/re-motion": "^5.0.0"
|
|
11
|
+
},
|
|
12
|
+
"devDependencies": {
|
|
13
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
14
|
+
"@types/jest": "^29.5.12",
|
|
15
|
+
"@types/node": "^20.14.9",
|
|
16
|
+
"@types/react": "^18.3.3",
|
|
17
|
+
"@types/react-dom": "^18.3.0",
|
|
18
|
+
"@types/resize-observer-browser": "^0.1.11",
|
|
19
|
+
"babel-core": "^5.8.38",
|
|
20
|
+
"babel-runtime": "^6.26.0",
|
|
21
|
+
"react": "^18.3.1",
|
|
22
|
+
"react-dom": "^18.3.1",
|
|
23
|
+
"rimraf": "^6.0.1",
|
|
24
|
+
"rollup": "^4.18.0",
|
|
25
|
+
"rollup-plugin-typescript2": "^0.36.0",
|
|
26
|
+
"typescript": "^5.5.2"
|
|
27
|
+
},
|
|
28
|
+
"scripts": {
|
|
29
|
+
"clean": "rimraf -rf dist",
|
|
30
|
+
"build": "npm run clean && rollup -c",
|
|
31
|
+
"start": "npm run clean && rollup -c -w",
|
|
32
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
33
|
+
"version:minor": "npm version --no-git-tag-version minor",
|
|
34
|
+
"version:major": "npm version --no-git-tag-version major",
|
|
35
|
+
"version:patch": "npm version --no-git-tag-version patch",
|
|
36
|
+
"publish:next": "npm publish --tag next",
|
|
37
|
+
"publish:latest": "npm publish --tag latest"
|
|
38
|
+
},
|
|
39
|
+
"repository": {
|
|
40
|
+
"type": "git",
|
|
41
|
+
"url": "git+https://github.com/dipeshrai123/react-ui-animate.git"
|
|
42
|
+
},
|
|
43
|
+
"keywords": [
|
|
44
|
+
"gesture",
|
|
45
|
+
"animation",
|
|
46
|
+
"react-ui-animate"
|
|
47
|
+
],
|
|
48
|
+
"author": "Dipesh Rai",
|
|
49
|
+
"license": "MIT",
|
|
50
|
+
"bugs": {
|
|
51
|
+
"url": "https://github.com/dipeshrai123/react-ui-animate/issues"
|
|
52
|
+
},
|
|
53
|
+
"homepage": "https://github.com/dipeshrai123/react-ui-animate#readme"
|
|
54
|
+
}
|