@capsitech/react-utilities 0.1.3 → 0.1.4

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 (1) hide show
  1. package/package.json +93 -92
package/package.json CHANGED
@@ -1,92 +1,93 @@
1
- {
2
- "name": "@capsitech/react-utilities",
3
- "version": "0.1.3",
4
- "description": "A set of javascript utility methods",
5
- "main": "lib/index.js",
6
- "jsnext:main": "lib/index.js",
7
- "types": "lib/index.d.ts",
8
- "module": "lib/index.js",
9
- "files": [
10
- "lib",
11
- "README.md",
12
- "package.json"
13
- ],
14
- "keywords": [
15
- "react",
16
- "utility",
17
- "utils",
18
- "utilities"
19
- ],
20
- "author": {
21
- "name": "Mukesh Jangid",
22
- "email": "mukesh@capsitech.com"
23
- },
24
- "homepage": "https://github.com/capsitech/Capsitech.ReactUtilities#readme",
25
- "license": "UNLICENSED",
26
- "repository": {
27
- "url": "git+https://github.com/capsitech/Capsitech.ReactUtilities.git"
28
- },
29
- "publishConfig": {
30
- "access": "public"
31
- },
32
- "scripts": {
33
- "clean": "rimraf lib",
34
- "build": "yarn clean && tsc --project ./tsconfig.json --module es2015 --outDir ./lib -d",
35
- "build:publish": "yarn && npm version patch && yarn build && npm publish",
36
- "start": "storybook dev -p 6006"
37
- },
38
- "dependencies": {
39
- "dayjs": "^1.11.13",
40
- "lodash": "^4.17.21"
41
- },
42
- "peerDependencies": {
43
- "axios": "^1.7.7",
44
- "file-saver": "^2.0.5",
45
- "react": ">=18",
46
- "react-dom": ">=18"
47
- },
48
- "devDependencies": {
49
- "@storybook/addon-actions": "^8.4.2",
50
- "@storybook/addon-essentials": "^8.4.2",
51
- "@storybook/addon-links": "^8.4.2",
52
- "@storybook/addon-storysource": "^8.4.2",
53
- "@storybook/addon-webpack5-compiler-babel": "3.0.3",
54
- "@storybook/react": "^8.4.2",
55
- "@storybook/react-webpack5": "^8.4.2",
56
- "@types/file-saver": "^2.0.7",
57
- "@types/lodash": "4.17.13",
58
- "@types/react": "^18.3.12",
59
- "@typescript-eslint/eslint-plugin": "^8.13.0",
60
- "@typescript-eslint/parser": "^8.13.0",
61
- "axios": "^1.7.7",
62
- "copyfiles": "2.4.1",
63
- "cross-env": "^7.0.3",
64
- "eslint": "^9.14.0",
65
- "eslint-config-standard": "^17.1.0",
66
- "eslint-config-standard-with-typescript": "^43.0.1",
67
- "eslint-import-resolver-typescript": "^3.6.3",
68
- "eslint-plugin-react": "^7.37.2",
69
- "eslint-plugin-simple-import-sort": "^12.1.1",
70
- "file-saver": "^2.0.5",
71
- "react": "^18.3.1",
72
- "react-dom": "^18.3.1",
73
- "react-router-dom": "6.3.0",
74
- "react-scripts": "5.0.1",
75
- "rimraf": "6.0.1",
76
- "storybook": "8.4.2",
77
- "typescript": "^4.9.5"
78
- },
79
- "browserslist": {
80
- "production": [
81
- ">0.2%",
82
- "not dead",
83
- "not op_mini all"
84
- ],
85
- "development": [
86
- "last 1 chrome version",
87
- "last 1 firefox version",
88
- "last 1 safari version"
89
- ]
90
- },
91
- "packageManager": "yarn@4.5.1"
92
- }
1
+ {
2
+ "name": "@capsitech/react-utilities",
3
+ "version": "0.1.4",
4
+ "description": "A set of javascript utility methods",
5
+ "main": "lib/index.js",
6
+ "jsnext:main": "lib/index.js",
7
+ "types": "lib/index.d.ts",
8
+ "module": "lib/index.js",
9
+ "files": [
10
+ "lib",
11
+ "README.md",
12
+ "package.json"
13
+ ],
14
+ "keywords": [
15
+ "react",
16
+ "utility",
17
+ "utils",
18
+ "utilities"
19
+ ],
20
+ "author": {
21
+ "name": "Mukesh Jangid",
22
+ "email": "mukesh@capsitech.com"
23
+ },
24
+ "homepage": "https://github.com/capsitech/Capsitech.ReactUtilities#readme",
25
+ "license": "UNLICENSED",
26
+ "repository": {
27
+ "url": "git+https://github.com/capsitech/Capsitech.ReactUtilities.git"
28
+ },
29
+ "publishConfig": {
30
+ "access": "public"
31
+ },
32
+ "scripts": {
33
+ "clean": "rimraf lib",
34
+ "build": "yarn clean && tsc --project ./tsconfig.json --module es2015 --outDir ./lib -d",
35
+ "build:publish": "yarn && npm version patch && yarn build && npm publish",
36
+ "start": "storybook dev -p 6006"
37
+ },
38
+ "dependencies": {
39
+ "dayjs": "^1.11.13",
40
+ "lodash": "^4.17.21"
41
+ },
42
+ "peerDependencies": {
43
+ "axios": "^1.9.0",
44
+ "file-saver": "^2.0.5",
45
+ "react": ">=18",
46
+ "react-dom": ">=18"
47
+ },
48
+ "devDependencies": {
49
+ "@storybook/addon-actions": "^8.6.14",
50
+ "@storybook/addon-essentials": "^8.6.14",
51
+ "@storybook/addon-links": "^8.6.14",
52
+ "@storybook/addon-storysource": "^8.6.14",
53
+ "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
54
+ "@storybook/react": "^8.6.14",
55
+ "@storybook/react-webpack5": "^8.6.14",
56
+ "@storybook/test": "^8.6.14",
57
+ "@types/file-saver": "^2.0.7",
58
+ "@types/lodash": "4.17.13",
59
+ "@types/react": "^18.3.12",
60
+ "@typescript-eslint/eslint-plugin": "^8.13.0",
61
+ "@typescript-eslint/parser": "^8.13.0",
62
+ "axios": "^1.9.0",
63
+ "copyfiles": "2.4.1",
64
+ "cross-env": "^7.0.3",
65
+ "eslint": "^9.14.0",
66
+ "eslint-config-standard": "^17.1.0",
67
+ "eslint-config-standard-with-typescript": "^43.0.1",
68
+ "eslint-import-resolver-typescript": "^3.6.3",
69
+ "eslint-plugin-react": "^7.37.2",
70
+ "eslint-plugin-simple-import-sort": "^12.1.1",
71
+ "file-saver": "^2.0.5",
72
+ "react": "^18.3.1",
73
+ "react-dom": "^18.3.1",
74
+ "react-router-dom": "6.3.0",
75
+ "react-scripts": "5.0.1",
76
+ "rimraf": "6.0.1",
77
+ "storybook": "^8.6.14",
78
+ "typescript": "^4.9.5"
79
+ },
80
+ "browserslist": {
81
+ "production": [
82
+ ">0.2%",
83
+ "not dead",
84
+ "not op_mini all"
85
+ ],
86
+ "development": [
87
+ "last 1 chrome version",
88
+ "last 1 firefox version",
89
+ "last 1 safari version"
90
+ ]
91
+ },
92
+ "packageManager": "yarn@4.5.1"
93
+ }