@daryasidorovich/modsen-datepicker 1.0.21 → 1.0.23

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,120 +1,120 @@
1
- {
2
- "name": "@daryasidorovich/modsen-datepicker",
3
- "version": "1.0.21",
4
- "description": "",
5
- "main": "dist/index.js",
6
- "module": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "files": [
9
- "dist",
10
- "docs",
11
- "README.md"
12
- ],
13
- "keywords": [
14
- "React",
15
- "Javascript",
16
- "Typescript",
17
- "DatePicker",
18
- "RangePicker",
19
- "Calendar"
20
- ],
21
- "scripts": {
22
- "clean": "rimraf dist lib",
23
- "build": "npm run clean && rollup -c --bundleConfigAsCjs",
24
- "pack": "npm run build && npm pack",
25
- "dev": "rollup -c -w",
26
- "storybook": "storybook dev -p 6006",
27
- "build-storybook": "storybook build",
28
- "lint": "eslint src/ --ext .ts,.tsx",
29
- "lint:fix": "eslint src/ --ext .ts,.tsx --fix",
30
- "format": "prettier . --write",
31
- "format:check": "prettier . --check",
32
- "test": "jest",
33
- "test:watch": "jest --watch",
34
- "test:coverage": "jest --coverage",
35
- "chromatic": "npx chromatic --project-token=chpt_0fa93e1434c19df",
36
- "prepare": "husky"
37
- },
38
- "lint-staged": {
39
- "src/**/*.{js,jsx,ts,tsx}": [
40
- "eslint --fix",
41
- "prettier --write"
42
- ],
43
- "src/**/*.{scss,css}": [
44
- "prettier --write"
45
- ],
46
- "*.{js,cjs}": [
47
- "prettier --write"
48
- ]
49
- },
50
- "author": "",
51
- "license": "ISC",
52
- "type": "module",
53
- "devDependencies": {
54
- "@babel/preset-env": "^7.29.7",
55
- "@babel/preset-react": "^7.29.7",
56
- "@babel/preset-typescript": "^7.29.7",
57
- "@chromatic-com/storybook": "latest",
58
- "@commitlint/cli": "^21.2.2",
59
- "@commitlint/config-conventional": "^21.2.2",
60
- "@eslint/js": "^9.7.0",
61
- "@rollup/plugin-babel": "^6.1.0",
62
- "@rollup/plugin-commonjs": "^29.0.3",
63
- "@rollup/plugin-node-resolve": "^16.0.3",
64
- "@rollup/plugin-replace": "^6.0.3",
65
- "@rollup/plugin-typescript": "^12.3.0",
66
- "@storybook/addon-a11y": "^10.5.10",
67
- "@storybook/addon-docs": "^10.5.10",
68
- "@storybook/addon-themes": "^10.5.10",
69
- "@storybook/addon-vitest": "^10.5.10",
70
- "@storybook/react-vite": "^10.5.10",
71
- "@svgr/rollup": "^8.1.0",
72
- "@testing-library/dom": "^10.4.1",
73
- "@testing-library/jest-dom": "^7.0.1",
74
- "@testing-library/react": "^16.3.2",
75
- "@testing-library/user-event": "^14.6.5",
76
- "@types/jest": "^30.0.0",
77
- "@types/react": "^18.2.0",
78
- "@types/react-dom": "^18.2.0",
79
- "@vitest/browser-playwright": "latest",
80
- "@vitest/coverage-v8": "latest",
81
- "chromatic": "^18.5.0",
82
- "classnames": "^2.5.1",
83
- "eslint": "^9.7.0",
84
- "eslint-plugin-import": "^2.32.0",
85
- "eslint-plugin-react": "^7.37.5",
86
- "eslint-plugin-react-hooks": "^5.0.0",
87
- "eslint-plugin-simple-import-sort": "^14.0.0",
88
- "eslint-plugin-storybook": "^10.5.10",
89
- "globals": "^17.11.0",
90
- "husky": "^9.1.7",
91
- "identity-obj-proxy": "^3.0.0",
92
- "jest": "^30.4.2",
93
- "jest-environment-jsdom": "^30.4.1",
94
- "jiti": "^2.7.0",
95
- "lint-staged": "^16.4.0",
96
- "playwright": "latest",
97
- "postcss": "^8.5.26",
98
- "prettier": "3.9.6",
99
- "rimraf": "^6.1.3",
100
- "rollup": "^2.80.0",
101
- "rollup-plugin-styles": "^4.0.0",
102
- "sass": "^1.103.1",
103
- "storybook": "^10.5.10",
104
- "typescript": "^5.6.2",
105
- "typescript-eslint": "^8.0.0",
106
- "vite-plugin-svgr": "^5.2.0",
107
- "vitest": "latest"
108
- },
109
- "dependencies": {
110
- "@hookform/resolvers": "^5.9.1",
111
- "tslib": "^2.8.1",
112
- "zod": "^4.5.4"
113
- },
114
- "peerDependencies": {
115
- "react": "^19",
116
- "react-dom": "^19",
117
- "react-hook-form": "^7.0.0",
118
- "react-imask": "^7.0.0"
119
- }
120
- }
1
+ {
2
+ "name": "@daryasidorovich/modsen-datepicker",
3
+ "version": "1.0.23",
4
+ "description": "",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "files": [
9
+ "dist",
10
+ "docs",
11
+ "README.md"
12
+ ],
13
+ "keywords": [
14
+ "React",
15
+ "Javascript",
16
+ "Typescript",
17
+ "DatePicker",
18
+ "RangePicker",
19
+ "Calendar"
20
+ ],
21
+ "scripts": {
22
+ "clean": "rimraf dist lib",
23
+ "build": "npm run clean && rollup -c --bundleConfigAsCjs",
24
+ "pack": "npm run build && npm pack",
25
+ "dev": "rollup -c -w",
26
+ "storybook": "storybook dev -p 6006",
27
+ "build-storybook": "storybook build",
28
+ "lint": "eslint src/ --ext .ts,.tsx",
29
+ "lint:fix": "eslint src/ --ext .ts,.tsx --fix",
30
+ "format": "prettier . --write",
31
+ "format:check": "prettier . --check",
32
+ "test": "jest",
33
+ "test:watch": "jest --watch",
34
+ "test:coverage": "jest --coverage",
35
+ "chromatic": "npx chromatic --project-token=chpt_0fa93e1434c19df",
36
+ "prepare": "husky"
37
+ },
38
+ "lint-staged": {
39
+ "src/**/*.{js,jsx,ts,tsx}": [
40
+ "eslint --fix",
41
+ "prettier --write"
42
+ ],
43
+ "src/**/*.{scss,css}": [
44
+ "prettier --write"
45
+ ],
46
+ "*.{js,cjs}": [
47
+ "prettier --write"
48
+ ]
49
+ },
50
+ "author": "",
51
+ "license": "ISC",
52
+ "type": "module",
53
+ "devDependencies": {
54
+ "@babel/preset-env": "^7.29.7",
55
+ "@babel/preset-react": "^7.29.7",
56
+ "@babel/preset-typescript": "^7.29.7",
57
+ "@chromatic-com/storybook": "latest",
58
+ "@commitlint/cli": "^21.2.2",
59
+ "@commitlint/config-conventional": "^21.2.2",
60
+ "@eslint/js": "^9.7.0",
61
+ "@rollup/plugin-babel": "^6.1.0",
62
+ "@rollup/plugin-commonjs": "^29.0.3",
63
+ "@rollup/plugin-node-resolve": "^16.0.3",
64
+ "@rollup/plugin-replace": "^6.0.3",
65
+ "@rollup/plugin-typescript": "^12.3.0",
66
+ "@storybook/addon-a11y": "^10.5.10",
67
+ "@storybook/addon-docs": "^10.5.10",
68
+ "@storybook/addon-themes": "^10.5.10",
69
+ "@storybook/addon-vitest": "^10.5.10",
70
+ "@storybook/react-vite": "^10.5.10",
71
+ "@svgr/rollup": "^8.1.0",
72
+ "@testing-library/dom": "^10.4.1",
73
+ "@testing-library/jest-dom": "^7.0.1",
74
+ "@testing-library/react": "^16.3.2",
75
+ "@testing-library/user-event": "^14.6.5",
76
+ "@types/jest": "^30.0.0",
77
+ "@types/react": "^18.2.0",
78
+ "@types/react-dom": "^18.2.0",
79
+ "@vitest/browser-playwright": "latest",
80
+ "@vitest/coverage-v8": "latest",
81
+ "chromatic": "^18.5.0",
82
+ "classnames": "^2.5.1",
83
+ "eslint": "^9.7.0",
84
+ "eslint-plugin-import": "^2.32.0",
85
+ "eslint-plugin-react": "^7.37.5",
86
+ "eslint-plugin-react-hooks": "^5.0.0",
87
+ "eslint-plugin-simple-import-sort": "^14.0.0",
88
+ "eslint-plugin-storybook": "^10.5.10",
89
+ "globals": "^17.11.0",
90
+ "husky": "^9.1.7",
91
+ "identity-obj-proxy": "^3.0.0",
92
+ "jest": "^30.4.2",
93
+ "jest-environment-jsdom": "^30.4.1",
94
+ "jiti": "^2.7.0",
95
+ "lint-staged": "^16.4.0",
96
+ "playwright": "latest",
97
+ "postcss": "^8.5.26",
98
+ "prettier": "3.9.6",
99
+ "rimraf": "^6.1.3",
100
+ "rollup": "^2.80.0",
101
+ "rollup-plugin-styles": "^4.0.0",
102
+ "sass": "^1.103.1",
103
+ "storybook": "^10.5.10",
104
+ "typescript": "^5.6.2",
105
+ "typescript-eslint": "^8.0.0",
106
+ "vite-plugin-svgr": "^5.2.0",
107
+ "vitest": "latest"
108
+ },
109
+ "dependencies": {
110
+ "@hookform/resolvers": "^5.9.1",
111
+ "tslib": "^2.8.1",
112
+ "zod": "^4.5.4"
113
+ },
114
+ "peerDependencies": {
115
+ "react": "^19",
116
+ "react-dom": "^19",
117
+ "react-hook-form": "^7.0.0",
118
+ "react-imask": "^7.0.0"
119
+ }
120
+ }