@evergis/uilib-gl 1.0.1 → 1.0.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/package.json CHANGED
@@ -1,110 +1,110 @@
1
- {
2
- "version": "1.0.1",
3
- "license": "MIT",
4
- "typings": "dist/index.d.ts",
5
- "main": "dist/uilib-gl.esm.js",
6
- "umd:main": "dist/uilib-gl.esm.js",
7
- "jsnext:main": "dist/uilib-gl.esm.js",
8
- "module": "dist/uilib-gl.esm.js",
9
- "files": [
10
- "dist"
11
- ],
12
- "engines": {
13
- "node": ">=10"
14
- },
15
- "eslintIgnore": [
16
- "src/organisms/Tree"
17
- ],
18
- "resolutions": {
19
- "**/typescript": "^4.5.2",
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
- "prepare": "yarn lint:fix && yarn build",
30
- "storybook": "start-storybook -p 6006",
31
- "build-storybook": "build-storybook -o .out"
32
- },
33
- "peerDependencies": {
34
- "react": ">=17",
35
- "react-dom": ">=17.0.0",
36
- "styled-components": ">=5.3.5"
37
- },
38
- "husky": {
39
- "hooks": {
40
- "pre-push": "tsdx lint"
41
- }
42
- },
43
- "name": "@evergis/uilib-gl",
44
- "author": "Everpoint",
45
- "devDependencies": {
46
- "@babel/core": "^7.11.4",
47
- "@rollup/plugin-url": "^6.1.0",
48
- "@storybook/addon-actions": "^6.4.18",
49
- "@storybook/addon-controls": "^6.4.18",
50
- "@storybook/addon-docs": "^6.4.18",
51
- "@storybook/addon-info": "^5.3.21",
52
- "@storybook/addon-knobs": "^6.4.0",
53
- "@storybook/addon-links": "^6.4.18",
54
- "@storybook/addon-storysource": "^6.4.18",
55
- "@storybook/addons": "^6.4.18",
56
- "@storybook/react": "^6.4.18",
57
- "@types/autosuggest-highlight": "^3.1.0",
58
- "@types/bowser": "^1.1.1",
59
- "@types/cleave.js": "^1.4.0",
60
- "@types/deepmerge": "^2.1.0",
61
- "@types/jsoneditor": "^9.5.1",
62
- "@types/lodash": "^4.14.182",
63
- "@types/lodash-es": "^4.17.6",
64
- "@types/platform": "^1.3.2",
65
- "@types/react": "^17.0.36",
66
- "@types/react-autosuggest": "^9.3.14",
67
- "@types/react-date-range": "^1.1.2",
68
- "@types/react-dom": "^17.0.11",
69
- "@types/react-transition-group": "^4.4.4",
70
- "@types/react-window": "^1.8.1",
71
- "@types/styled-components": "^5.1.25",
72
- "babel-loader": "^8.1.0",
73
- "eslint-plugin-prettier": "^3.4.1",
74
- "eslint-plugin-tsc": "^2.0.0",
75
- "husky": "^7.0.4",
76
- "prettier": "^2.4.1",
77
- "react": "^17.0.2",
78
- "react-docgen-typescript-loader": "^3.7.2",
79
- "react-dom": "^17.0.2",
80
- "react-is": "^17.0.2",
81
- "styled-components": "^5.3.5",
82
- "ts-loader": "^8.0.3",
83
- "tsdx": "^0.14.1",
84
- "tslib": "^2.0.1",
85
- "typescript": "^4.5.2"
86
- },
87
- "dependencies": {
88
- "@evergis/color": "^1.0.0-alpha.1",
89
- "@tippyjs/react": "^4.2.6",
90
- "autosuggest-highlight": "^3.1.1",
91
- "bowser": "^2.11.0",
92
- "cleave.js": "^1.4.7",
93
- "date-fns": "^2.14.0",
94
- "deepmerge": "^4.2.2",
95
- "find-and": "^1.3.0",
96
- "imask": "^6.4.2",
97
- "lodash": "^4.17.21",
98
- "lodash-es": "^4.17.21",
99
- "platform": "^1.3.5",
100
- "polished": "^4.1.3",
101
- "react-autosuggest": "^10.0.2",
102
- "react-date-range": "^1.1.3",
103
- "react-imask": "^6.4.2",
104
- "react-transition-group": "^4.4.1",
105
- "react-window": "^1.8.5",
106
- "scroll": "^3.0.1",
107
- "vanilla-picker": "^2.12.1",
108
- "jsoneditor": "^9.7.2"
109
- }
110
- }
1
+ {
2
+ "version": "1.0.2",
3
+ "license": "MIT",
4
+ "typings": "dist/index.d.ts",
5
+ "main": "dist/uilib-gl.esm.js",
6
+ "umd:main": "dist/uilib-gl.esm.js",
7
+ "jsnext:main": "dist/uilib-gl.esm.js",
8
+ "module": "dist/uilib-gl.esm.js",
9
+ "files": [
10
+ "dist"
11
+ ],
12
+ "engines": {
13
+ "node": ">=10"
14
+ },
15
+ "eslintIgnore": [
16
+ "src/organisms/Tree"
17
+ ],
18
+ "resolutions": {
19
+ "**/typescript": "^4.5.2",
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
+ "prepare": "yarn lint:fix && yarn build",
30
+ "storybook": "start-storybook -p 6006",
31
+ "build-storybook": "build-storybook -o .out"
32
+ },
33
+ "peerDependencies": {
34
+ "react": ">=17",
35
+ "react-dom": ">=17.0.0",
36
+ "styled-components": ">=5.3.5"
37
+ },
38
+ "husky": {
39
+ "hooks": {
40
+ "pre-push": "tsdx lint"
41
+ }
42
+ },
43
+ "name": "@evergis/uilib-gl",
44
+ "author": "Everpoint",
45
+ "devDependencies": {
46
+ "@babel/core": "^7.11.4",
47
+ "@rollup/plugin-url": "^6.1.0",
48
+ "@storybook/addon-actions": "^6.4.18",
49
+ "@storybook/addon-controls": "^6.4.18",
50
+ "@storybook/addon-docs": "^6.4.18",
51
+ "@storybook/addon-info": "^5.3.21",
52
+ "@storybook/addon-knobs": "^6.4.0",
53
+ "@storybook/addon-links": "^6.4.18",
54
+ "@storybook/addon-storysource": "^6.4.18",
55
+ "@storybook/addons": "^6.4.18",
56
+ "@storybook/react": "^6.4.18",
57
+ "@types/autosuggest-highlight": "^3.1.0",
58
+ "@types/bowser": "^1.1.1",
59
+ "@types/cleave.js": "^1.4.0",
60
+ "@types/deepmerge": "^2.1.0",
61
+ "@types/jsoneditor": "^9.5.1",
62
+ "@types/lodash": "^4.14.182",
63
+ "@types/lodash-es": "^4.17.6",
64
+ "@types/platform": "^1.3.2",
65
+ "@types/react": "^17.0.36",
66
+ "@types/react-autosuggest": "^9.3.14",
67
+ "@types/react-date-range": "^1.1.2",
68
+ "@types/react-dom": "^17.0.11",
69
+ "@types/react-transition-group": "^4.4.4",
70
+ "@types/react-window": "^1.8.1",
71
+ "@types/styled-components": "^5.1.25",
72
+ "babel-loader": "^8.1.0",
73
+ "eslint-plugin-prettier": "^3.4.1",
74
+ "eslint-plugin-tsc": "^2.0.0",
75
+ "husky": "^7.0.4",
76
+ "prettier": "^2.4.1",
77
+ "react": "^17.0.2",
78
+ "react-docgen-typescript-loader": "^3.7.2",
79
+ "react-dom": "^17.0.2",
80
+ "react-is": "^17.0.2",
81
+ "styled-components": "^5.3.5",
82
+ "ts-loader": "^8.0.3",
83
+ "tsdx": "^0.14.1",
84
+ "tslib": "^2.0.1",
85
+ "typescript": "^4.5.2"
86
+ },
87
+ "dependencies": {
88
+ "@evergis/color": "^1.0.0-alpha.1",
89
+ "@tippyjs/react": "^4.2.6",
90
+ "autosuggest-highlight": "^3.1.1",
91
+ "bowser": "^2.11.0",
92
+ "cleave.js": "^1.4.7",
93
+ "date-fns": "^2.14.0",
94
+ "deepmerge": "^4.2.2",
95
+ "find-and": "^1.3.0",
96
+ "imask": "^6.4.2",
97
+ "lodash": "^4.17.21",
98
+ "lodash-es": "^4.17.21",
99
+ "platform": "^1.3.5",
100
+ "polished": "^4.1.3",
101
+ "react-autosuggest": "^10.0.2",
102
+ "react-date-range": "^1.1.3",
103
+ "react-imask": "^6.4.2",
104
+ "react-transition-group": "^4.4.1",
105
+ "react-window": "^1.8.5",
106
+ "scroll": "^3.0.1",
107
+ "vanilla-picker": "^2.12.1",
108
+ "jsoneditor": "^9.7.2"
109
+ }
110
+ }