test-stpr-ui-kit 0.5.59 → 0.5.60

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,81 +1,82 @@
1
- {
2
- "name": "test-stpr-ui-kit",
3
- "description": "UI-kit package",
4
- "author": "Mochalov Ivan",
5
- "license": "MIT",
6
- "version": "0.5.59",
7
- "type": "module",
8
- "files": [
9
- "dist"
10
- ],
11
- "main": "./dist/test-stpr-ui-kit.umd.cjs",
12
- "module": "./dist/test-stpr-ui-kit.js",
13
- "types": "./dist/test-stpr-ui-kit.es.d.ts",
14
- "exports": {
15
- "./package.json": "./package.json",
16
- ".": {
17
- "types": "./dist/test-stpr-ui-kit.es.d.ts",
18
- "import": "./dist/test-stpr-ui-kit.js",
19
- "require": "./dist/test-stpr-ui-kit.umd.cjs"
20
- }
21
- },
22
- "peerDependencies": {
23
- "react": "^16.9.0 || ^17 || ^18",
24
- "react-dom": "^16.9.0 || ^17 || ^18"
25
- },
26
- "scripts": {
27
- "dev": "vite",
28
- "build": "vite build",
29
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
30
- "preview": "vite preview",
31
- "storybook": "storybook dev -p 6006",
32
- "build-storybook": "storybook build",
33
- "storybook:build": "storybook build --output-dir storybook-static/themes/main/assets/storybook"
34
- },
35
- "dependencies": {
36
- "@storybook/addon-essentials": "^9.0.0-alpha.12",
37
- "@storybook/blocks": "^9.0.0-alpha.17",
38
- "clsx": "^2.1.1",
39
- "date-fns": "^4.1.0",
40
- "lodash": "^4.17.21",
41
- "react-datepicker": "^8.7.0",
42
- "react-dropzone": "^14.3.8",
43
- "react-input-mask": "^2.0.4",
44
- "react-responsive": "^10.0.1"
45
- },
46
- "devDependencies": {
47
- "@chromatic-com/storybook": "^4.1.1",
48
- "@storybook/addon-docs": "^9.1.13",
49
- "@storybook/addon-links": "^9.1.13",
50
- "@storybook/addon-onboarding": "^9.1.13",
51
- "@storybook/react-vite": "^9.1.13",
52
- "@tsconfig/recommended": "^1.0.10",
53
- "@types/lodash": "^4.17.20",
54
- "@types/node": "^24.0.14",
55
- "@types/react": "^18.2.66",
56
- "@types/react-dom": "^18.2.22",
57
- "@types/react-input-mask": "^3.0.6",
58
- "@types/storybook__react": "^4.0.2",
59
- "@typescript-eslint/eslint-plugin": "^7.2.0",
60
- "@typescript-eslint/parser": "^7.2.0",
61
- "@vitejs/plugin-react": "^4.2.1",
62
- "eslint": "^8.57.0",
63
- "eslint-config-prettier": "^10.1.8",
64
- "eslint-plugin-prettier": "^5.5.3",
65
- "eslint-plugin-react": "^7.37.5",
66
- "eslint-plugin-react-hooks": "^4.6.0",
67
- "eslint-plugin-react-refresh": "^0.4.6",
68
- "eslint-plugin-simple-import-sort": "^12.1.1",
69
- "eslint-plugin-storybook": "^9.1.13",
70
- "prettier": "^3.6.2",
71
- "rollup-plugin-copy": "^3.5.0",
72
- "sass": "^1.89.2",
73
- "storybook": "^9.1.13",
74
- "storybook-version": "^0.1.4",
75
- "typescript": "^5.5.3",
76
- "vite": "^5.2.0",
77
- "vite-plugin-dts": "^3.9.1",
78
- "vite-plugin-lib-inject-css": "^2.2.2",
79
- "vite-plugin-svgr": "^4.3.0"
80
- }
81
- }
1
+ {
2
+ "name": "test-stpr-ui-kit",
3
+ "description": "UI-kit package",
4
+ "author": "Mochalov Ivan",
5
+ "license": "MIT",
6
+ "version": "0.5.60",
7
+ "type": "module",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "main": "./dist/test-stpr-ui-kit.umd.cjs",
12
+ "module": "./dist/test-stpr-ui-kit.js",
13
+ "types": "./dist/test-stpr-ui-kit.es.d.ts",
14
+ "exports": {
15
+ "./package.json": "./package.json",
16
+ ".": {
17
+ "types": "./dist/test-stpr-ui-kit.es.d.ts",
18
+ "import": "./dist/test-stpr-ui-kit.js",
19
+ "require": "./dist/test-stpr-ui-kit.umd.cjs"
20
+ }
21
+ },
22
+ "peerDependencies": {
23
+ "react": "^16.9.0 || ^17 || ^18",
24
+ "react-dom": "^16.9.0 || ^17 || ^18"
25
+ },
26
+ "scripts": {
27
+ "dev": "vite",
28
+ "build": "vite build",
29
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
30
+ "preview": "vite preview",
31
+ "storybook": "storybook dev -p 6006",
32
+ "build-storybook": "storybook build",
33
+ "storybook:build": "storybook build --output-dir storybook-static/themes/main/assets/storybook"
34
+ },
35
+ "dependencies": {
36
+ "@storybook/addon-essentials": "^9.0.0-alpha.12",
37
+ "@storybook/blocks": "^9.0.0-alpha.17",
38
+ "clsx": "^2.1.1",
39
+ "date-fns": "^4.1.0",
40
+ "lodash": "^4.17.21",
41
+ "react-datepicker": "^8.7.0",
42
+ "react-dropzone": "^14.3.8",
43
+ "react-input-mask": "^2.0.4",
44
+ "react-responsive": "^10.0.1"
45
+ },
46
+ "devDependencies": {
47
+ "@chromatic-com/storybook": "^4.1.1",
48
+ "@storybook/addon-a11y": "^9.1.15",
49
+ "@storybook/addon-docs": "^9.1.13",
50
+ "@storybook/addon-links": "^9.1.13",
51
+ "@storybook/addon-onboarding": "^9.1.13",
52
+ "@storybook/react-vite": "^9.1.13",
53
+ "@tsconfig/recommended": "^1.0.10",
54
+ "@types/lodash": "^4.17.20",
55
+ "@types/node": "^24.0.14",
56
+ "@types/react": "^18.2.66",
57
+ "@types/react-dom": "^18.2.22",
58
+ "@types/react-input-mask": "^3.0.6",
59
+ "@types/storybook__react": "^4.0.2",
60
+ "@typescript-eslint/eslint-plugin": "^7.2.0",
61
+ "@typescript-eslint/parser": "^7.2.0",
62
+ "@vitejs/plugin-react": "^4.2.1",
63
+ "eslint": "^8.57.0",
64
+ "eslint-config-prettier": "^10.1.8",
65
+ "eslint-plugin-prettier": "^5.5.3",
66
+ "eslint-plugin-react": "^7.37.5",
67
+ "eslint-plugin-react-hooks": "^4.6.0",
68
+ "eslint-plugin-react-refresh": "^0.4.6",
69
+ "eslint-plugin-simple-import-sort": "^12.1.1",
70
+ "eslint-plugin-storybook": "^9.1.13",
71
+ "prettier": "^3.6.2",
72
+ "rollup-plugin-copy": "^3.5.0",
73
+ "sass": "^1.89.2",
74
+ "storybook": "^9.1.13",
75
+ "storybook-version": "^0.1.4",
76
+ "typescript": "^5.5.3",
77
+ "vite": "^5.2.0",
78
+ "vite-plugin-dts": "^3.9.1",
79
+ "vite-plugin-lib-inject-css": "^2.2.2",
80
+ "vite-plugin-svgr": "^4.3.0"
81
+ }
82
+ }