test-stpr-ui-kit 0.6.4 → 0.6.6

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,95 +1,94 @@
1
- {
2
- "name": "test-stpr-ui-kit",
3
- "version": "0.6.4",
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
- "@storybook/addon-essentials": "^9.0.0-alpha.12",
49
- "@storybook/blocks": "^9.0.0-alpha.17",
50
- "clsx": "^2.1.1",
51
- "date-fns": "^4.1.0",
52
- "lodash": "^4.17.21",
53
- "react-datepicker": "^8.7.0",
54
- "react-dropzone": "^14.3.8",
55
- "react-input-mask": "^2.0.4",
56
- "react-responsive": "^10.0.1",
57
- "react-textarea-autosize": "^8.5.9"
58
- },
59
- "devDependencies": {
60
- "@chromatic-com/storybook": "^4.1.1",
61
- "@storybook/addon-a11y": "^9.1.15",
62
- "@storybook/addon-docs": "^9.1.13",
63
- "@storybook/addon-links": "^9.1.13",
64
- "@storybook/addon-onboarding": "^9.1.13",
65
- "@storybook/react-vite": "^9.1.13",
66
- "@tsconfig/recommended": "^1.0.10",
67
- "@types/lodash": "^4.17.20",
68
- "@types/node": "^24.0.14",
69
- "@types/react": "^18.2.66",
70
- "@types/react-dom": "^18.2.22",
71
- "@types/react-input-mask": "^3.0.6",
72
- "@types/storybook__react": "^4.0.2",
73
- "@typescript-eslint/eslint-plugin": "^7.2.0",
74
- "@typescript-eslint/parser": "^7.2.0",
75
- "@vitejs/plugin-react": "^4.2.1",
76
- "eslint": "^8.57.0",
77
- "eslint-config-prettier": "^10.1.8",
78
- "eslint-plugin-prettier": "^5.5.3",
79
- "eslint-plugin-react": "^7.37.5",
80
- "eslint-plugin-react-hooks": "^4.6.0",
81
- "eslint-plugin-react-refresh": "^0.4.6",
82
- "eslint-plugin-simple-import-sort": "^12.1.1",
83
- "eslint-plugin-storybook": "^9.1.13",
84
- "prettier": "^3.6.2",
85
- "rollup-plugin-copy": "^3.5.0",
86
- "sass": "^1.89.2",
87
- "storybook": "^9.1.13",
88
- "storybook-version": "^0.1.4",
89
- "typescript": "^5.5.3",
90
- "vite": "^7.2.2",
91
- "vite-plugin-dts": "^4.5.4",
92
- "vite-plugin-lib-inject-css": "^2.2.2",
93
- "vite-plugin-svgr": "^4.3.0"
94
- }
95
- }
1
+ {
2
+ "name": "test-stpr-ui-kit",
3
+ "version": "0.6.6",
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
+ "clsx": "^2.1.1",
49
+ "date-fns": "^4.1.0",
50
+ "lodash": "4.17.23",
51
+ "react-datepicker": "^8.7.0",
52
+ "react-dropzone": "^14.3.8",
53
+ "react-input-mask": "^2.0.4",
54
+ "react-responsive": "^10.0.1",
55
+ "react-textarea-autosize": "^8.5.9"
56
+ },
57
+ "devDependencies": {
58
+ "@chromatic-com/storybook": "^5.0.1",
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
+ "@eslint/js": "^9.39.4",
72
+ "@typescript-eslint/eslint-plugin": "^8.57.1",
73
+ "@typescript-eslint/parser": "^8.57.1",
74
+ "@vitejs/plugin-react": "^6.0.1",
75
+ "eslint": "^9.39.4",
76
+ "globals": "^17.4.0",
77
+ "eslint-config-prettier": "^10.1.8",
78
+ "eslint-plugin-prettier": "^5.5.3",
79
+ "eslint-plugin-react": "^7.37.5",
80
+ "eslint-plugin-react-hooks": "^7.0.1",
81
+ "eslint-plugin-react-refresh": "^0.4.6",
82
+ "eslint-plugin-simple-import-sort": "^12.1.1",
83
+ "eslint-plugin-storybook": "^10.2.19",
84
+ "prettier": "^3.6.2",
85
+ "rollup-plugin-copy": "^3.5.0",
86
+ "sass": "^1.89.2",
87
+ "storybook": "^10.3.2",
88
+ "typescript": "^5.5.3",
89
+ "vite": "^8.0.1",
90
+ "vite-plugin-dts": "^4.5.4",
91
+ "vite-plugin-lib-inject-css": "^2.2.2",
92
+ "vite-plugin-svgr": "^4.3.0"
93
+ }
94
+ }