test-stpr-ui-kit 0.6.13 → 0.6.15

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,93 +1,93 @@
1
- {
2
- "name": "test-stpr-ui-kit",
3
- "version": "0.6.13",
4
- "description": "UI-kit package",
5
- "license": "MIT",
6
- "author": "Mochalov Ivan",
7
- "homepage": "https://stroimprosto.mos.ru/storybook?path=/",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://gitflic.ru/project/arnold2023/test-storybook"
11
- },
12
- "bugs": {
13
- "url": "https://gitflic.ru/project/arnold2023/test-storybook/issues"
14
- },
15
- "type": "module",
16
- "files": [
17
- "dist"
18
- ],
19
- "sideEffects": [
20
- "*.css"
21
- ],
22
- "main": "./dist/test-stpr-ui-kit.umd.cjs",
23
- "module": "./dist/test-stpr-ui-kit.js",
24
- "types": "./dist/test-stpr-ui-kit.es.d.ts",
25
- "exports": {
26
- "./package.json": "./package.json",
27
- ".": {
28
- "types": "./dist/test-stpr-ui-kit.es.d.ts",
29
- "import": "./dist/test-stpr-ui-kit.js",
30
- "require": "./dist/test-stpr-ui-kit.umd.cjs"
31
- }
32
- },
33
- "peerDependencies": {
34
- "react": "^16.9.0 || ^17 || ^18 || ^19",
35
- "react-dom": "^16.9.0 || ^17 || ^18 || ^19"
36
- },
37
- "scripts": {
38
- "dev": "vite",
39
- "build:ignore-tsc": "vite build",
40
- "build": "node scripts/inline-changelog.js && tsc && vite build",
41
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
42
- "preview": "vite preview",
43
- "storybook": "node scripts/inline-changelog.js && storybook dev -p 6006",
44
- "build-storybook": "storybook build",
45
- "storybook:build": "node scripts/inline-changelog.js && storybook build --output-dir storybook-static/themes/main/assets/storybook && node scripts/fix-storybook-paths.js"
46
- },
47
- "dependencies": {
48
- "@mona-health/react-input-mask": "^3.0.3",
49
- "clsx": "^2.1.1",
50
- "date-fns": "^4.1.0",
51
- "react-datepicker": "^9.1.0",
52
- "react-dropzone": "^14.3.8",
53
- "react-responsive": "^10.0.1",
54
- "react-textarea-autosize": "^8.5.9"
55
- },
56
- "devDependencies": {
57
- "@chromatic-com/storybook": "^5.0.1",
58
- "@eslint/js": "^9.39.4",
59
- "@storybook/addon-a11y": "^10.3.2",
60
- "@storybook/addon-docs": "^10.3.2",
61
- "@storybook/addon-links": "^10.3.2",
62
- "@storybook/addon-onboarding": "^10.3.2",
63
- "@storybook/react-vite": "^10.3.2",
64
- "@tsconfig/recommended": "^1.0.10",
65
- "@types/lodash": "^4.17.20",
66
- "@types/node": "^24.0.14",
67
- "@types/react": "^18.2.66",
68
- "@types/react-dom": "^18.2.22",
69
- "@types/react-input-mask": "^3.0.6",
70
- "@types/storybook__react": "^4.0.2",
71
- "@typescript-eslint/eslint-plugin": "^8.57.1",
72
- "@typescript-eslint/parser": "^8.57.1",
73
- "@vitejs/plugin-react": "^4.2.1",
74
- "eslint": "^9.39.4",
75
- "eslint-config-prettier": "^10.1.8",
76
- "eslint-plugin-prettier": "^5.5.3",
77
- "eslint-plugin-react": "^7.37.5",
78
- "eslint-plugin-react-hooks": "^7.0.1",
79
- "eslint-plugin-react-refresh": "^0.4.6",
80
- "eslint-plugin-simple-import-sort": "^12.1.1",
81
- "eslint-plugin-storybook": "^10.2.19",
82
- "globals": "^17.4.0",
83
- "prettier": "^3.6.2",
84
- "rollup-plugin-copy": "^3.5.0",
85
- "sass": "^1.89.2",
86
- "storybook": "^10.3.2",
87
- "typescript": "^5.5.3",
88
- "vite": "^7.2.2",
89
- "vite-plugin-dts": "^4.5.4",
90
- "vite-plugin-lib-inject-css": "^2.2.2",
91
- "vite-plugin-svgr": "^4.3.0"
92
- }
93
- }
1
+ {
2
+ "name": "test-stpr-ui-kit",
3
+ "version": "0.6.15",
4
+ "description": "UI-kit package",
5
+ "license": "MIT",
6
+ "author": "Mochalov Ivan",
7
+ "homepage": "https://stroimprosto.mos.ru/storybook?path=/",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://gitflic.ru/project/arnold2023/test-storybook"
11
+ },
12
+ "bugs": {
13
+ "url": "https://gitflic.ru/project/arnold2023/test-storybook/issues"
14
+ },
15
+ "type": "module",
16
+ "files": [
17
+ "dist"
18
+ ],
19
+ "sideEffects": [
20
+ "*.css"
21
+ ],
22
+ "main": "./dist/test-stpr-ui-kit.umd.cjs",
23
+ "module": "./dist/test-stpr-ui-kit.js",
24
+ "types": "./dist/test-stpr-ui-kit.es.d.ts",
25
+ "exports": {
26
+ "./package.json": "./package.json",
27
+ ".": {
28
+ "types": "./dist/test-stpr-ui-kit.es.d.ts",
29
+ "import": "./dist/test-stpr-ui-kit.js",
30
+ "require": "./dist/test-stpr-ui-kit.umd.cjs"
31
+ }
32
+ },
33
+ "peerDependencies": {
34
+ "react": "^16.9.0 || ^17 || ^18 || ^19",
35
+ "react-dom": "^16.9.0 || ^17 || ^18 || ^19"
36
+ },
37
+ "scripts": {
38
+ "dev": "vite",
39
+ "build:ignore-tsc": "vite build",
40
+ "build": "node scripts/inline-changelog.js && tsc && vite build",
41
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
42
+ "preview": "vite preview",
43
+ "storybook": "node scripts/inline-changelog.js && storybook dev -p 6006",
44
+ "build-storybook": "storybook build",
45
+ "storybook:build": "node scripts/inline-changelog.js && storybook build --output-dir storybook-static/themes/main/assets/storybook && node scripts/fix-storybook-paths.js"
46
+ },
47
+ "dependencies": {
48
+ "@mona-health/react-input-mask": "^3.0.3",
49
+ "clsx": "^2.1.1",
50
+ "date-fns": "^4.1.0",
51
+ "react-datepicker": "^9.1.0",
52
+ "react-dropzone": "^14.3.8",
53
+ "react-responsive": "^10.0.1",
54
+ "react-textarea-autosize": "^8.5.9"
55
+ },
56
+ "devDependencies": {
57
+ "@chromatic-com/storybook": "^5.1.2",
58
+ "@eslint/js": "^9.39.4",
59
+ "@storybook/addon-a11y": "^10.3.5",
60
+ "@storybook/addon-docs": "^10.3.5",
61
+ "@storybook/addon-links": "^10.3.5",
62
+ "@storybook/addon-onboarding": "^10.3.5",
63
+ "@storybook/react-vite": "^10.3.5",
64
+ "@tsconfig/recommended": "^1.0.10",
65
+ "@types/lodash": "^4.17.20",
66
+ "@types/node": "^24.0.14",
67
+ "@types/react": "^18.2.66",
68
+ "@types/react-dom": "^18.2.22",
69
+ "@types/react-input-mask": "^3.0.6",
70
+ "@types/storybook__react": "^4.0.2",
71
+ "@typescript-eslint/eslint-plugin": "^8.57.1",
72
+ "@typescript-eslint/parser": "^8.57.1",
73
+ "@vitejs/plugin-react": "^4.2.1",
74
+ "eslint": "^9.39.4",
75
+ "eslint-config-prettier": "^10.1.8",
76
+ "eslint-plugin-prettier": "^5.5.3",
77
+ "eslint-plugin-react": "^7.37.5",
78
+ "eslint-plugin-react-hooks": "^7.0.1",
79
+ "eslint-plugin-react-refresh": "^0.4.6",
80
+ "eslint-plugin-simple-import-sort": "^12.1.1",
81
+ "eslint-plugin-storybook": "^10.3.5",
82
+ "globals": "^17.4.0",
83
+ "prettier": "^3.6.2",
84
+ "rollup-plugin-copy": "^3.5.0",
85
+ "sass": "^1.89.2",
86
+ "storybook": "^10.3.5",
87
+ "typescript": "^5.5.3",
88
+ "vite": "^7.2.2",
89
+ "vite-plugin-dts": "^4.5.4",
90
+ "vite-plugin-lib-inject-css": "^2.2.2",
91
+ "vite-plugin-svgr": "^4.3.0"
92
+ }
93
+ }