react-hook-toolkit 0.0.5 → 0.0.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/package.json CHANGED
@@ -1,51 +1,29 @@
1
- {
2
- "name": "react-hook-toolkit",
3
- "version": "0.0.5",
4
- "description": "A collection of reusable React hooks for modern applications.",
5
- "main": "dist/index.js",
6
- "module": "dist/index.mjs",
7
- "types": "dist/index.d.ts",
8
- "scripts": {
9
- "build": "rollup -c --bundleConfigAsCjs",
10
- "prepare": "npm run build",
11
- "test": "echo \"Error: no test specified\" && exit 1"
12
- },
13
- "author": "Shivaji & Shyamal",
14
- "license": "MIT",
15
- "peerDependencies": {
16
- "react": "^17.0.0 || ^18.0.0",
17
- "react-dom": "^17.0.0 || ^18.0.0"
18
- },
19
- "devDependencies": {
20
- "@rollup/plugin-commonjs": "^26.0.1",
21
- "@rollup/plugin-json": "^6.1.0",
22
- "@rollup/plugin-node-resolve": "^15.2.3",
23
- "@rollup/plugin-terser": "^0.4.4",
24
- "@rollup/plugin-typescript": "^11.1.6",
25
- "@types/crypto-js": "^4.2.2",
26
- "@types/react": "^18.3.3",
27
- "axios": "^1.7.7",
28
- "postcss": "^8.5.3",
29
- "react": "^18.3.1",
30
- "rollup": "^4.18.1",
31
- "rollup-plugin-dts": "^6.1.1",
32
- "rollup-plugin-peer-deps-external": "^2.2.4",
33
- "rollup-plugin-postcss": "^4.0.2",
34
- "tslib": "^2.6.3",
35
- "typescript": "^5.5.3"
36
- },
37
- "repository": {
38
- "type": "git",
39
- "url": "https://github.com/shivajisurwase"
40
- },
41
- "keywords": [
42
- "react",
43
- "react-hooks",
44
- "custom-hooks",
45
- "hooks",
46
- "utilities"
47
- ],
48
- "files": [
49
- "dist"
50
- ]
51
- }
1
+ {
2
+ "name": "react-hook-toolkit",
3
+ "version": "0.0.7",
4
+ "description": "The ultimate package for React developers, offering a powerful collection of hooks to enhance their development experience.",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "scripts": {
12
+ "build": "tsc"
13
+ },
14
+ "keywords": [
15
+ "react",
16
+ "hooks",
17
+ "custom hooks",
18
+ "custom",
19
+ "reusable"
20
+ ],
21
+ "license": "MIT",
22
+ "devDependencies": {
23
+ "@types/react": "^18.2.14",
24
+ "tslib": "^2.6.3",
25
+ "typescript": "^5.2.2",
26
+ "axios": "^1.7.8",
27
+ "react": "^18.2.0"
28
+ }
29
+ }