@evergis/uilib-gl 1.0.116 → 1.0.118

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,141 +1,141 @@
1
- {
2
- "version": "1.0.116",
3
- "name": "@evergis/uilib-gl",
4
- "author": "Everpoint",
5
- "license": "MIT",
6
- "typings": "dist/index.d.ts",
7
- "main": "dist/uilib-gl.esm.js",
8
- "umd:main": "dist/uilib-gl.esm.js",
9
- "jsnext:main": "dist/uilib-gl.esm.js",
10
- "module": "dist/uilib-gl.esm.js",
11
- "files": [
12
- "dist"
13
- ],
14
- "eslintIgnore": [
15
- "src/organisms/Tree"
16
- ],
17
- "resolutions": {
18
- "@types/react": "^18.3.18",
19
- "styled-components": "5.3.5",
20
- "**/@typescript-eslint/eslint-plugin": "^5.4.0",
21
- "**/@typescript-eslint/parser": "^5.4.0"
22
- },
23
- "scripts": {
24
- "start": "tsdx watch --entry src/index.ts --format esm",
25
- "build": "tsdx build --entry src/index.ts --format esm --tsconfig ./tsconfig.build.json",
26
- "test": "tsdx test --passWithNoTests",
27
- "lint": "tsdx lint",
28
- "lint:fix": "tsdx lint --fix",
29
- "add-icon": "node scripts/add-icon.mjs",
30
- "remove-icon": "node scripts/remove-icon.mjs",
31
- "check-icons": "node scripts/check-icons.mjs",
32
- "build-font": "node scripts/build-font.mjs",
33
- "prepare": "yarn lint:fix && yarn build",
34
- "storybook": "set NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
35
- "build-storybook": "set NODE_OPTIONS=--openssl-legacy-provider && storybook build"
36
- },
37
- "husky": {
38
- "hooks": {
39
- "pre-push": "tsdx lint"
40
- }
41
- },
42
- "engines": {
43
- "node": ">=20"
44
- },
45
- "peerDependencies": {
46
- "react": "^18.3.1",
47
- "react-dom": "^18.3.1",
48
- "styled-components": ">=5.3.5"
49
- },
50
- "devDependencies": {
51
- "@babel/core": "^7.11.4",
52
- "@rollup/plugin-url": "^6.1.0",
53
- "@storybook/addon-actions": "^7.6.14",
54
- "@storybook/addon-controls": "^7.6.14",
55
- "@storybook/addon-docs": "^7.6.14",
56
- "@storybook/addon-essentials": "^7.6.14",
57
- "@storybook/addon-interactions": "^7.6.14",
58
- "@storybook/addon-knobs": "^7.0.2",
59
- "@storybook/addon-links": "^7.6.14",
60
- "@storybook/addon-onboarding": "^1.0.11",
61
- "@storybook/addon-storysource": "^7.6.14",
62
- "@storybook/addons": "^7.6.14",
63
- "@storybook/blocks": "^7.6.14",
64
- "@storybook/react": "^7.6.14",
65
- "@storybook/react-webpack5": "^7.6.14",
66
- "@storybook/test": "^7.6.14",
67
- "@storybook/theming": "^7.6.14",
68
- "@types/autosuggest-highlight": "^3.1.0",
69
- "@types/bowser": "^1.1.1",
70
- "@types/cleave.js": "^1.4.0",
71
- "@types/deepmerge": "^2.1.0",
72
- "@types/jsoneditor": "^9.5.1",
73
- "@types/lodash": "^4.14.182",
74
- "@types/lodash-es": "^4.17.6",
75
- "@types/platform": "^1.3.2",
76
- "@types/react": "^18.3.18",
77
- "@types/react-autosuggest": "^9.3.14",
78
- "@types/react-date-range": "^1.1.2",
79
- "@types/react-dom": "^18.3.5",
80
- "@types/react-transition-group": "^4.4.4",
81
- "@types/react-window": "^1.8.1",
82
- "@types/styled-components": "^5.1.25",
83
- "@types/styled-system": "^5.1.23",
84
- "autoprefixer": "^10.4.21",
85
- "babel-loader": "^8.1.0",
86
- "eslint-plugin-prettier": "^3.4.1",
87
- "eslint-plugin-tsc": "^2.0.0",
88
- "husky": "^7.0.4",
89
- "postcss-flexbugs-fixes": "^5.0.2",
90
- "prettier": "^2.4.1",
91
- "react": "^18.3.1",
92
- "react-docgen-typescript-loader": "^3.7.2",
93
- "react-dom": "^18.3.1",
94
- "react-is": "^18.1.0",
95
- "rollup-plugin-import-css": "^4.0.2",
96
- "rollup-plugin-node-resolve": "^5.2.0",
97
- "storybook": "^7.6.14",
98
- "styled-components": "^5.3.5",
99
- "svg2ttf": "^6.1.0",
100
- "svgo": "^4.0.1",
101
- "svgpath": "^2.6.0",
102
- "ts-loader": "^8.0.3",
103
- "tsdx": "^0.14.1",
104
- "tslib": "^2.0.1",
105
- "ttf2eot": "^3.1.0",
106
- "ttf2woff": "^3.0.0",
107
- "typescript": "^5.7.2"
108
- },
109
- "dependencies": {
110
- "@evergis/color": "^1.0.0-alpha.1",
111
- "@tippyjs/react": "^4.2.6",
112
- "autosuggest-highlight": "^3.1.1",
113
- "bowser": "^2.11.0",
114
- "cleave.js": "^1.4.7",
115
- "date-fns": "^2.14.0",
116
- "deepmerge": "^4.2.2",
117
- "find-and": "^1.3.0",
118
- "imask": "^6.4.2",
119
- "jsoneditor": "^9.7.2",
120
- "lodash": "^4.17.21",
121
- "lodash-es": "^4.17.21",
122
- "platform": "^1.3.5",
123
- "polished": "^4.1.3",
124
- "react-autosuggest": "^10.0.2",
125
- "react-date-range": "^1.1.3",
126
- "react-imask": "^6.4.2",
127
- "react-transition-group": "^4.4.1",
128
- "react-window": "^1.8.5",
129
- "regenerator-runtime": "^0.14.1",
130
- "scroll": "^3.0.1",
131
- "slickgrid-react": "^5.12.1",
132
- "styled-system": "^5.1.5",
133
- "vanilla-picker": "^2.12.1"
134
- },
135
- "description": "🏆 **Before start:**",
136
- "repository": {
137
- "type": "git",
138
- "url": "https://gitlab.everpoint.ru/evergis/uilib-gl"
139
- },
140
- "keywords": []
141
- }
1
+ {
2
+ "version": "1.0.118",
3
+ "name": "@evergis/uilib-gl",
4
+ "author": "Everpoint",
5
+ "license": "MIT",
6
+ "typings": "dist/index.d.ts",
7
+ "main": "dist/uilib-gl.esm.js",
8
+ "umd:main": "dist/uilib-gl.esm.js",
9
+ "jsnext:main": "dist/uilib-gl.esm.js",
10
+ "module": "dist/uilib-gl.esm.js",
11
+ "files": [
12
+ "dist"
13
+ ],
14
+ "eslintIgnore": [
15
+ "src/organisms/Tree"
16
+ ],
17
+ "resolutions": {
18
+ "@types/react": "^18.3.18",
19
+ "styled-components": "5.3.5",
20
+ "**/@typescript-eslint/eslint-plugin": "^5.4.0",
21
+ "**/@typescript-eslint/parser": "^5.4.0"
22
+ },
23
+ "scripts": {
24
+ "start": "tsdx watch --entry src/index.ts --format esm",
25
+ "build": "tsdx build --entry src/index.ts --format esm --tsconfig ./tsconfig.build.json",
26
+ "test": "tsdx test --passWithNoTests",
27
+ "lint": "tsdx lint",
28
+ "lint:fix": "tsdx lint --fix",
29
+ "add-icon": "node scripts/add-icon.mjs",
30
+ "remove-icon": "node scripts/remove-icon.mjs",
31
+ "check-icons": "node scripts/check-icons.mjs",
32
+ "build-font": "node scripts/build-font.mjs",
33
+ "prepare": "yarn lint:fix && yarn build",
34
+ "storybook": "set NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
35
+ "build-storybook": "set NODE_OPTIONS=--openssl-legacy-provider && storybook build"
36
+ },
37
+ "husky": {
38
+ "hooks": {
39
+ "pre-push": "tsdx lint"
40
+ }
41
+ },
42
+ "engines": {
43
+ "node": ">=20"
44
+ },
45
+ "peerDependencies": {
46
+ "react": "^18.3.1",
47
+ "react-dom": "^18.3.1",
48
+ "styled-components": ">=5.3.5"
49
+ },
50
+ "devDependencies": {
51
+ "@babel/core": "^7.11.4",
52
+ "@rollup/plugin-url": "^6.1.0",
53
+ "@storybook/addon-actions": "^7.6.14",
54
+ "@storybook/addon-controls": "^7.6.14",
55
+ "@storybook/addon-docs": "^7.6.14",
56
+ "@storybook/addon-essentials": "^7.6.14",
57
+ "@storybook/addon-interactions": "^7.6.14",
58
+ "@storybook/addon-knobs": "^7.0.2",
59
+ "@storybook/addon-links": "^7.6.14",
60
+ "@storybook/addon-onboarding": "^1.0.11",
61
+ "@storybook/addon-storysource": "^7.6.14",
62
+ "@storybook/addons": "^7.6.14",
63
+ "@storybook/blocks": "^7.6.14",
64
+ "@storybook/react": "^7.6.14",
65
+ "@storybook/react-webpack5": "^7.6.14",
66
+ "@storybook/test": "^7.6.14",
67
+ "@storybook/theming": "^7.6.14",
68
+ "@types/autosuggest-highlight": "^3.1.0",
69
+ "@types/bowser": "^1.1.1",
70
+ "@types/cleave.js": "^1.4.0",
71
+ "@types/deepmerge": "^2.1.0",
72
+ "@types/jsoneditor": "^9.5.1",
73
+ "@types/lodash": "^4.14.182",
74
+ "@types/lodash-es": "^4.17.6",
75
+ "@types/platform": "^1.3.2",
76
+ "@types/react": "^18.3.18",
77
+ "@types/react-autosuggest": "^9.3.14",
78
+ "@types/react-date-range": "^1.1.2",
79
+ "@types/react-dom": "^18.3.5",
80
+ "@types/react-transition-group": "^4.4.4",
81
+ "@types/react-window": "^1.8.1",
82
+ "@types/styled-components": "^5.1.25",
83
+ "@types/styled-system": "^5.1.23",
84
+ "autoprefixer": "^10.4.21",
85
+ "babel-loader": "^8.1.0",
86
+ "eslint-plugin-prettier": "^3.4.1",
87
+ "eslint-plugin-tsc": "^2.0.0",
88
+ "husky": "^7.0.4",
89
+ "postcss-flexbugs-fixes": "^5.0.2",
90
+ "prettier": "^2.4.1",
91
+ "react": "^18.3.1",
92
+ "react-docgen-typescript-loader": "^3.7.2",
93
+ "react-dom": "^18.3.1",
94
+ "react-is": "^18.1.0",
95
+ "rollup-plugin-import-css": "^4.0.2",
96
+ "rollup-plugin-node-resolve": "^5.2.0",
97
+ "storybook": "^7.6.14",
98
+ "styled-components": "^5.3.5",
99
+ "svg2ttf": "^6.1.0",
100
+ "svgo": "^4.0.1",
101
+ "svgpath": "^2.6.0",
102
+ "ts-loader": "^8.0.3",
103
+ "tsdx": "^0.14.1",
104
+ "tslib": "^2.0.1",
105
+ "ttf2eot": "^3.1.0",
106
+ "ttf2woff": "^3.0.0",
107
+ "typescript": "^5.7.2"
108
+ },
109
+ "dependencies": {
110
+ "@evergis/color": "^1.0.0-alpha.1",
111
+ "@tippyjs/react": "^4.2.6",
112
+ "autosuggest-highlight": "^3.1.1",
113
+ "bowser": "^2.11.0",
114
+ "cleave.js": "^1.4.7",
115
+ "date-fns": "^2.14.0",
116
+ "deepmerge": "^4.2.2",
117
+ "find-and": "^1.3.0",
118
+ "imask": "^6.4.2",
119
+ "jsoneditor": "^9.7.2",
120
+ "lodash": "^4.17.21",
121
+ "lodash-es": "^4.17.21",
122
+ "platform": "^1.3.5",
123
+ "polished": "^4.1.3",
124
+ "react-autosuggest": "^10.0.2",
125
+ "react-date-range": "^1.1.3",
126
+ "react-imask": "^6.4.2",
127
+ "react-transition-group": "^4.4.1",
128
+ "react-window": "^1.8.5",
129
+ "regenerator-runtime": "^0.14.1",
130
+ "scroll": "^3.0.1",
131
+ "slickgrid-react": "^5.12.1",
132
+ "styled-system": "^5.1.5",
133
+ "vanilla-picker": "^2.12.1"
134
+ },
135
+ "description": "🏆 **Before start:**",
136
+ "repository": {
137
+ "type": "git",
138
+ "url": "https://gitlab.everpoint.ru/evergis/uilib-gl"
139
+ },
140
+ "keywords": []
141
+ }