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/dist/test-stpr-ui-kit.css +1 -1
- package/dist/test-stpr-ui-kit.es.d.ts +4 -1
- package/dist/test-stpr-ui-kit.js +2273 -2251
- package/dist/test-stpr-ui-kit.umd.cjs +10 -10
- package/package.json +82 -81
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.
|
|
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-
|
|
49
|
-
"@storybook/addon-
|
|
50
|
-
"@storybook/addon-
|
|
51
|
-
"@storybook/
|
|
52
|
-
"@
|
|
53
|
-
"@
|
|
54
|
-
"@types/
|
|
55
|
-
"@types/
|
|
56
|
-
"@types/react
|
|
57
|
-
"@types/react-
|
|
58
|
-
"@types/
|
|
59
|
-
"@
|
|
60
|
-
"@typescript-eslint/
|
|
61
|
-
"@
|
|
62
|
-
"
|
|
63
|
-
"eslint
|
|
64
|
-
"eslint-
|
|
65
|
-
"eslint-plugin-
|
|
66
|
-
"eslint-plugin-react
|
|
67
|
-
"eslint-plugin-react-
|
|
68
|
-
"eslint-plugin-
|
|
69
|
-
"eslint-plugin-
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"storybook
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"vite
|
|
78
|
-
"vite-plugin-
|
|
79
|
-
"vite-plugin-
|
|
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
|
+
}
|