urfu-ui-kit-react 1.6.0 → 1.6.2
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/style.css +1 -1
- package/dist/urfu-ui-kit-react.js +4914 -5547
- package/package.json +72 -70
package/package.json
CHANGED
|
@@ -1,70 +1,72 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "urfu-ui-kit-react",
|
|
3
|
-
"description": "UrFU UI-Kit for React Web",
|
|
4
|
-
"license": "UNLICENSED",
|
|
5
|
-
"private": false,
|
|
6
|
-
"version": "1.6.
|
|
7
|
-
"type": "module",
|
|
8
|
-
"main": "dist/urfu-ui-kit-react",
|
|
9
|
-
"types": "dist/urfu-ui-kit-react",
|
|
10
|
-
"scripts": {
|
|
11
|
-
"start": "vite",
|
|
12
|
-
"build": "tsc && vite build",
|
|
13
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
14
|
-
"preview": "vite preview",
|
|
15
|
-
"sb": "storybook dev -p 6006",
|
|
16
|
-
"sbb": "storybook build",
|
|
17
|
-
"pub": "tsc && vite build && git stash && npm version patch && git stash pop && npm publish",
|
|
18
|
-
"vp": "vitepress dev docs",
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"
|
|
27
|
-
"react-
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
"@storybook
|
|
33
|
-
"@storybook/addon-
|
|
34
|
-
"@storybook/addon-
|
|
35
|
-
"@storybook/addon-
|
|
36
|
-
"@storybook/addon-
|
|
37
|
-
"@storybook/addon-
|
|
38
|
-
"@storybook/
|
|
39
|
-
"@storybook/
|
|
40
|
-
"@storybook/react
|
|
41
|
-
"@storybook/
|
|
42
|
-
"@
|
|
43
|
-
"@types/
|
|
44
|
-
"@types/react
|
|
45
|
-
"@
|
|
46
|
-
"@typescript-eslint/
|
|
47
|
-
"@
|
|
48
|
-
"
|
|
49
|
-
"eslint
|
|
50
|
-
"eslint-plugin-react
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-
|
|
53
|
-
"
|
|
54
|
-
"less
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"vite
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "urfu-ui-kit-react",
|
|
3
|
+
"description": "UrFU UI-Kit for React Web",
|
|
4
|
+
"license": "UNLICENSED",
|
|
5
|
+
"private": false,
|
|
6
|
+
"version": "1.6.2",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"main": "dist/urfu-ui-kit-react",
|
|
9
|
+
"types": "dist/urfu-ui-kit-react",
|
|
10
|
+
"scripts": {
|
|
11
|
+
"start": "vite",
|
|
12
|
+
"build": "tsc && vite build",
|
|
13
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
14
|
+
"preview": "vite preview",
|
|
15
|
+
"sb": "storybook dev -p 6006",
|
|
16
|
+
"sbb": "storybook build",
|
|
17
|
+
"pub": "tsc && vite build && git stash && npm version patch && git stash pop && npm publish",
|
|
18
|
+
"vp": "vitepress dev docs",
|
|
19
|
+
"og:generate": "node scripts/generate-og-images.mjs",
|
|
20
|
+
"vpb": "npm run og:generate && vitepress build docs",
|
|
21
|
+
"vpp": "vitepress preview docs",
|
|
22
|
+
"docs": "start \"sb\" npm run sb && npm run vp",
|
|
23
|
+
"docsb": "npm run og:generate && storybook build --output-dir uikit-react && vitepress build docs"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"date-fns": "^3.6.0",
|
|
27
|
+
"react-datepicker": "^7.4.0",
|
|
28
|
+
"react-input-mask": "^2.0.4",
|
|
29
|
+
"urfu-ui-kit-vanilla": "^2.5.1"
|
|
30
|
+
},
|
|
31
|
+
"devDependencies": {
|
|
32
|
+
"@chromatic-com/storybook": "^1.3.3",
|
|
33
|
+
"@storybook/addon-essentials": "^8.0.9",
|
|
34
|
+
"@storybook/addon-interactions": "^8.0.9",
|
|
35
|
+
"@storybook/addon-links": "^8.0.9",
|
|
36
|
+
"@storybook/addon-mdx-gfm": "^8.0.9",
|
|
37
|
+
"@storybook/addon-onboarding": "^8.0.9",
|
|
38
|
+
"@storybook/addon-themes": "^8.6.11",
|
|
39
|
+
"@storybook/blocks": "^8.0.9",
|
|
40
|
+
"@storybook/react": "^8.0.9",
|
|
41
|
+
"@storybook/react-vite": "^8.0.9",
|
|
42
|
+
"@storybook/test": "^8.0.9",
|
|
43
|
+
"@types/node": "^20.12.7",
|
|
44
|
+
"@types/react": "^18.2.75",
|
|
45
|
+
"@types/react-dom": "^18.2.22",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
47
|
+
"@typescript-eslint/parser": "^7.2.0",
|
|
48
|
+
"@vitejs/plugin-react": "^4.2.1",
|
|
49
|
+
"eslint": "^8.57.0",
|
|
50
|
+
"eslint-plugin-react": "^7.34.1",
|
|
51
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
52
|
+
"eslint-plugin-react-refresh": "^0.4.6",
|
|
53
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
54
|
+
"less": "^4.2.0",
|
|
55
|
+
"less-loader": "^12.2.0",
|
|
56
|
+
"prop-types": "^15.8.1",
|
|
57
|
+
"sharp": "^0.34.5",
|
|
58
|
+
"storybook": "^8.0.10",
|
|
59
|
+
"typescript": "^5.2.2",
|
|
60
|
+
"vite": "^5.3.1",
|
|
61
|
+
"vite-plugin-legacy": "^2.1.0",
|
|
62
|
+
"vite-plugin-style-import": "^2.0.0",
|
|
63
|
+
"vitepress": "^1.6.4"
|
|
64
|
+
},
|
|
65
|
+
"peerDependencies": {
|
|
66
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
67
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
68
|
+
},
|
|
69
|
+
"files": [
|
|
70
|
+
"dist"
|
|
71
|
+
]
|
|
72
|
+
}
|