react-ui-animate 5.3.0-next.3 → 5.3.0

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.
Files changed (3) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +743 -743
  3. package/package.json +73 -73
package/package.json CHANGED
@@ -1,73 +1,73 @@
1
- {
2
- "name": "react-ui-animate",
3
- "version": "5.3.0-next.3",
4
- "description": "React library for gestures and animation",
5
- "type": "module",
6
- "main": "dist/index.mjs",
7
- "module": "dist/index.mjs",
8
- "types": "dist/index.d.ts",
9
- "sideEffects": false,
10
- "files": [
11
- "dist"
12
- ],
13
- "exports": {
14
- ".": {
15
- "import": "./dist/index.mjs",
16
- "types": "./dist/index.d.ts"
17
- }
18
- },
19
- "peerDependencies": {
20
- "react": ">=16.8.0 || >=17.0.0 || >=18.0.0 || >=19.0.0"
21
- },
22
- "devDependencies": {
23
- "@rollup/plugin-terser": "^0.4.4",
24
- "@testing-library/jest-dom": "^6.1.5",
25
- "@testing-library/react": "^16.3.1",
26
- "@types/jest": "^29.5.14",
27
- "@types/node": "^20.19.27",
28
- "@types/react": "^18.3.27",
29
- "@types/react-dom": "^18.3.7",
30
- "@types/resize-observer-browser": "^0.1.11",
31
- "jest": "^29.7.0",
32
- "jest-environment-jsdom": "^29.7.0",
33
- "react": "^18.3.1",
34
- "react-dom": "^18.3.1",
35
- "rimraf": "^6.1.2",
36
- "rollup": "^4.54.0",
37
- "rollup-plugin-dts": "^6.3.0",
38
- "rollup-plugin-typescript2": "^0.36.0",
39
- "ts-jest": "^29.1.2",
40
- "typescript": "^5.9.3"
41
- },
42
- "scripts": {
43
- "clean": "rimraf -rf dist .dts-temp",
44
- "build": "npm run clean && rollup -c && rimraf -rf .dts-temp",
45
- "start": "npm run clean && rollup -c -w",
46
- "start:dev": "cd example && npm start",
47
- "test": "jest",
48
- "test:watch": "jest --watch",
49
- "test:coverage": "jest --coverage",
50
- "version:minor": "npm version minor",
51
- "version:major": "npm version major",
52
- "version:patch": "npm version patch",
53
- "version:rc": "npm version prerelease --preid=rc",
54
- "version:prepatch": "npm version prepatch --preid=rc",
55
- "publish:next": "npm publish --tag next",
56
- "publish:latest": "npm publish --tag latest"
57
- },
58
- "repository": {
59
- "type": "git",
60
- "url": "git+https://github.com/dipeshrai123/react-ui-animate.git"
61
- },
62
- "keywords": [
63
- "gesture",
64
- "animation",
65
- "react-ui-animate"
66
- ],
67
- "author": "Dipesh Rai",
68
- "license": "MIT",
69
- "bugs": {
70
- "url": "https://github.com/dipeshrai123/react-ui-animate/issues"
71
- },
72
- "homepage": "https://github.com/dipeshrai123/react-ui-animate#readme"
73
- }
1
+ {
2
+ "name": "react-ui-animate",
3
+ "version": "5.3.0",
4
+ "description": "React library for gestures and animation",
5
+ "type": "module",
6
+ "main": "dist/index.mjs",
7
+ "module": "dist/index.mjs",
8
+ "types": "dist/index.d.ts",
9
+ "sideEffects": false,
10
+ "files": [
11
+ "dist"
12
+ ],
13
+ "exports": {
14
+ ".": {
15
+ "import": "./dist/index.mjs",
16
+ "types": "./dist/index.d.ts"
17
+ }
18
+ },
19
+ "peerDependencies": {
20
+ "react": ">=16.8.0 || >=17.0.0 || >=18.0.0 || >=19.0.0"
21
+ },
22
+ "devDependencies": {
23
+ "@rollup/plugin-terser": "^0.4.4",
24
+ "@testing-library/jest-dom": "^6.1.5",
25
+ "@testing-library/react": "^16.3.1",
26
+ "@types/jest": "^29.5.14",
27
+ "@types/node": "^20.19.27",
28
+ "@types/react": "^18.3.27",
29
+ "@types/react-dom": "^18.3.7",
30
+ "@types/resize-observer-browser": "^0.1.11",
31
+ "jest": "^29.7.0",
32
+ "jest-environment-jsdom": "^29.7.0",
33
+ "react": "^18.3.1",
34
+ "react-dom": "^18.3.1",
35
+ "rimraf": "^6.1.2",
36
+ "rollup": "^4.54.0",
37
+ "rollup-plugin-dts": "^6.3.0",
38
+ "rollup-plugin-typescript2": "^0.36.0",
39
+ "ts-jest": "^29.1.2",
40
+ "typescript": "^5.9.3"
41
+ },
42
+ "scripts": {
43
+ "clean": "rimraf -rf dist .dts-temp",
44
+ "build": "npm run clean && rollup -c && rimraf -rf .dts-temp",
45
+ "start": "npm run clean && rollup -c -w",
46
+ "start:dev": "cd example && npm start",
47
+ "test": "jest",
48
+ "test:watch": "jest --watch",
49
+ "test:coverage": "jest --coverage",
50
+ "version:minor": "npm version minor",
51
+ "version:major": "npm version major",
52
+ "version:patch": "npm version patch",
53
+ "version:rc": "npm version prerelease --preid=rc",
54
+ "version:prepatch": "npm version prepatch --preid=rc",
55
+ "publish:next": "npm publish --tag next",
56
+ "publish:latest": "npm publish --tag latest"
57
+ },
58
+ "repository": {
59
+ "type": "git",
60
+ "url": "git+https://github.com/dipeshrai123/react-ui-animate.git"
61
+ },
62
+ "keywords": [
63
+ "gesture",
64
+ "animation",
65
+ "react-ui-animate"
66
+ ],
67
+ "author": "Dipesh Rai",
68
+ "license": "MIT",
69
+ "bugs": {
70
+ "url": "https://github.com/dipeshrai123/react-ui-animate/issues"
71
+ },
72
+ "homepage": "https://github.com/dipeshrai123/react-ui-animate#readme"
73
+ }