isp-ui-kit 0.11.1 → 0.11.3
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/README.md +23 -22
- package/dist/index.js +1 -1
- package/package.json +51 -62
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isp-ui-kit",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3",
|
|
4
4
|
"description": "react ui lib for project",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -13,24 +13,24 @@
|
|
|
13
13
|
"dist"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"
|
|
17
|
-
"react-
|
|
18
|
-
"react-lifecycles-compat": "^3.0.4",
|
|
16
|
+
"react-base16-styling": "~0.10.0",
|
|
17
|
+
"react-lifecycles-compat": "~3.0.4",
|
|
19
18
|
"react-resizable": "^3.0.5",
|
|
20
|
-
"react-textarea-autosize": "
|
|
21
|
-
"simplebar-react": "^3.
|
|
19
|
+
"react-textarea-autosize": "~8.5.7",
|
|
20
|
+
"simplebar-react": "^3.3.0"
|
|
22
21
|
},
|
|
23
22
|
"devDependencies": {
|
|
24
|
-
"@babel/core": "^7.
|
|
25
|
-
"@babel/eslint-parser": "^7.
|
|
26
|
-
"@babel/preset-env": "^7.
|
|
27
|
-
"@babel/preset-react": "^7.
|
|
23
|
+
"@babel/core": "^7.26.0",
|
|
24
|
+
"@babel/eslint-parser": "^7.26.5",
|
|
25
|
+
"@babel/preset-env": "^7.26.0",
|
|
26
|
+
"@babel/preset-react": "^7.26.3",
|
|
27
|
+
"@monaco-editor/react": "^4.6.0",
|
|
28
28
|
"@rollup/plugin-babel": "^6.0.4",
|
|
29
|
-
"@rollup/plugin-commonjs": "^
|
|
29
|
+
"@rollup/plugin-commonjs": "^28.0.2",
|
|
30
30
|
"@rollup/plugin-image": "^3.0.3",
|
|
31
|
-
"@rollup/plugin-node-resolve": "^
|
|
31
|
+
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
32
32
|
"@rollup/plugin-terser": "^0.4.4",
|
|
33
|
-
"@rollup/plugin-typescript": "^
|
|
33
|
+
"@rollup/plugin-typescript": "^12.1.2",
|
|
34
34
|
"@storybook/addon-actions": "^7.6.4",
|
|
35
35
|
"@storybook/addon-essentials": "^7.6.4",
|
|
36
36
|
"@storybook/addon-interactions": "^7.6.4",
|
|
@@ -41,68 +41,57 @@
|
|
|
41
41
|
"@storybook/react": "^7.6.4",
|
|
42
42
|
"@storybook/react-webpack5": "^7.6.4",
|
|
43
43
|
"@storybook/test": "^7.6.4",
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"eslint": "^
|
|
55
|
-
"eslint-
|
|
56
|
-
"eslint-
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"lint-staged": "^15.2.0",
|
|
67
|
-
"prettier": "^3.1.1",
|
|
68
|
-
"react": "^18.2.0",
|
|
69
|
-
"react-dom": "^18.2.0",
|
|
70
|
-
"react-hook-form": "^7.54.0",
|
|
71
|
-
"react-test-renderer": "^18.2.0",
|
|
72
|
-
"rollup": "^4.18.0",
|
|
44
|
+
"@types/react": "^18.3.18",
|
|
45
|
+
"@types/react-resizable": "^3.0.8",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
|
47
|
+
"@typescript-eslint/parser": "^8.20.0",
|
|
48
|
+
"antd": "^5.23.1",
|
|
49
|
+
"autoprefixer": "^10.4.20",
|
|
50
|
+
"eslint": "^9.0.0",
|
|
51
|
+
"eslint-config-prettier": "^10.0.1",
|
|
52
|
+
"eslint-plugin-import": "^2.31.0",
|
|
53
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
54
|
+
"eslint-plugin-prettier": "^5.2.2",
|
|
55
|
+
"eslint-plugin-react": "^7.37.4",
|
|
56
|
+
"eslint-plugin-storybook": "^0.11.2",
|
|
57
|
+
"husky": "^9.1.7",
|
|
58
|
+
"lint-staged": "^15.4.1",
|
|
59
|
+
"monaco-editor": "^0.52.2",
|
|
60
|
+
"prettier": "^3.4.2",
|
|
61
|
+
"react": "^18.3.1",
|
|
62
|
+
"react-dom": "^18.3.1",
|
|
63
|
+
"react-hook-form": "^7.54.2",
|
|
64
|
+
"react-test-renderer": "^18.3.1",
|
|
65
|
+
"rollup": "^4.30.1",
|
|
73
66
|
"rollup-plugin-delete": "^2.1.0",
|
|
74
67
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
75
68
|
"rollup-plugin-postcss": "^4.0.2",
|
|
76
|
-
"sass": "^1.
|
|
69
|
+
"sass": "^1.83.4",
|
|
77
70
|
"storybook": "^7.6.4",
|
|
78
|
-
"storybook-addon-sass-postcss": "^0.
|
|
79
|
-
"
|
|
80
|
-
"monaco-editor": "^0.52.0",
|
|
81
|
-
"typescript": "^5.7.2"
|
|
82
|
-
},
|
|
83
|
-
"jest": {
|
|
84
|
-
"testEnvironment": "jsdom"
|
|
85
|
-
},
|
|
86
|
-
"lint-staged": {
|
|
87
|
-
"**/*.{js,jsx,ts,tsx}": [
|
|
88
|
-
"npx prettier --write",
|
|
89
|
-
"npx eslint --fix"
|
|
90
|
-
]
|
|
71
|
+
"storybook-addon-sass-postcss": "^0.3.2",
|
|
72
|
+
"typescript": "^5.7.3"
|
|
91
73
|
},
|
|
92
74
|
"peerDependencies": {
|
|
93
|
-
"antd": "^5.12.2",
|
|
94
|
-
"react": "^18.2.0",
|
|
95
|
-
"react-dom": "^18.2.0",
|
|
96
75
|
"@monaco-editor/react": "^4.6.0",
|
|
76
|
+
"antd": ">=5.12",
|
|
97
77
|
"monaco-editor": "^0.52.0",
|
|
78
|
+
"react": ">=18",
|
|
79
|
+
"react-dom": ">=18",
|
|
98
80
|
"react-hook-form": "^7.54.0"
|
|
99
81
|
},
|
|
82
|
+
"optionalDependencies": {
|
|
83
|
+
"@rollup/rollup-linux-x64-gnu": "^4.9.5"
|
|
84
|
+
},
|
|
100
85
|
"scripts": {
|
|
101
86
|
"build": "rollup -c",
|
|
102
|
-
"pub": "rollup -c && npm publish ",
|
|
103
87
|
"storybook": "storybook dev -p 6006",
|
|
104
88
|
"build-storybook": "storybook build",
|
|
105
|
-
"
|
|
106
|
-
|
|
89
|
+
"prepare": "husky"
|
|
90
|
+
},
|
|
91
|
+
"lint-staged": {
|
|
92
|
+
"**/*.{js,jsx,ts,tsx}": [
|
|
93
|
+
"npx prettier --write",
|
|
94
|
+
"npx eslint --fix"
|
|
95
|
+
]
|
|
107
96
|
}
|
|
108
97
|
}
|