@databrainhq/plugin 0.15.27 → 0.15.29
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 +233 -233
- package/dist/webcomponents.es.js +914 -874
- package/dist/webcomponents.umd.js +14 -14
- package/package.json +112 -112
package/package.json
CHANGED
|
@@ -1,112 +1,112 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@databrainhq/plugin",
|
|
3
|
-
"version": "0.15.
|
|
4
|
-
"description": "Databrain app ui plugin.",
|
|
5
|
-
"author": "Databrain",
|
|
6
|
-
"license": "UNLICENSED",
|
|
7
|
-
"repository": "databrainhq/plugin",
|
|
8
|
-
"main": "./dist/webcomponents.umd.js",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"import": "./dist/webcomponents.es.js",
|
|
12
|
-
"require": "./dist/webcomponents.umd.js",
|
|
13
|
-
"types": "./dist/webcomponents.d.ts"
|
|
14
|
-
},
|
|
15
|
-
"./web": {
|
|
16
|
-
"import": "./dist/webcomponents.es.js",
|
|
17
|
-
"require": "./dist/webcomponents.umd.js",
|
|
18
|
-
"types": "./dist/webcomponents.d.ts"
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"scripts": {
|
|
22
|
-
"start:repl": "vite --host 0.0.0.0",
|
|
23
|
-
"start": "vite --port 3005",
|
|
24
|
-
"build:css": "tailwindcss build -i src/index.css -o dist/index.css",
|
|
25
|
-
"build": "cross-env tsc && vite build",
|
|
26
|
-
"husky": "husky install",
|
|
27
|
-
"predeploy": "cd example && npm install && npm run build",
|
|
28
|
-
"lint": "eslint --ext .tsx,.ts --ignore-path .gitignore --fix src",
|
|
29
|
-
"prepare": "npm run build",
|
|
30
|
-
"storybook:repl": "storybook dev -p 6006 --host 0.0.0.0",
|
|
31
|
-
"storybook": "storybook dev -p 6006",
|
|
32
|
-
"build-storybook": "storybook build"
|
|
33
|
-
},
|
|
34
|
-
"devDependencies": {
|
|
35
|
-
"@commitlint/cli": "^17.0.3",
|
|
36
|
-
"@commitlint/config-conventional": "^17.0.3",
|
|
37
|
-
"@graphql-codegen/cli": "^2.16.4",
|
|
38
|
-
"@graphql-codegen/introspection": "^2.2.3",
|
|
39
|
-
"@graphql-codegen/typescript": "^2.8.7",
|
|
40
|
-
"@graphql-codegen/typescript-operations": "^2.5.12",
|
|
41
|
-
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
|
|
42
|
-
"@graphql-codegen/typescript-react-query": "^3.6.2",
|
|
43
|
-
"@iconify/json": "^2.2.6",
|
|
44
|
-
"@r2wc/react-to-web-component": "^2.0.2",
|
|
45
|
-
"@storybook/addon-essentials": "^7.0.9",
|
|
46
|
-
"@storybook/addon-interactions": "^7.0.9",
|
|
47
|
-
"@storybook/addon-knobs": "^7.0.2",
|
|
48
|
-
"@storybook/addon-links": "^7.0.9",
|
|
49
|
-
"@storybook/blocks": "^7.0.9",
|
|
50
|
-
"@storybook/manager-api": "^7.0.26",
|
|
51
|
-
"@storybook/react": "^7.0.9",
|
|
52
|
-
"@storybook/react-vite": "^7.0.9",
|
|
53
|
-
"@storybook/testing-library": "^0.0.14-next.2",
|
|
54
|
-
"@storybook/theming": "^7.0.26",
|
|
55
|
-
"@svgr/core": "^6.5.1",
|
|
56
|
-
"@tanstack/match-sorter-utils": "^8.8.4",
|
|
57
|
-
"@tanstack/react-table": "^8.7.9",
|
|
58
|
-
"@types/d3": "^7.4.3",
|
|
59
|
-
"@types/node": "^20.10.0",
|
|
60
|
-
"@types/react": "^18.0.26",
|
|
61
|
-
"@types/react-datepicker": "^4.11.2",
|
|
62
|
-
"@types/react-dom": "^18.0.10",
|
|
63
|
-
"@types/react-grid-layout": "^1.3.2",
|
|
64
|
-
"@typescript-eslint/eslint-plugin": "^4.31.1",
|
|
65
|
-
"@typescript-eslint/parser": "^4.31.1",
|
|
66
|
-
"@vitejs/plugin-react": "^4.0",
|
|
67
|
-
"ace-builds": "^1.17.0",
|
|
68
|
-
"autoprefixer": "^10.4.7",
|
|
69
|
-
"babel-eslint": "^10.0.3",
|
|
70
|
-
"babel-loader": "^9.1.2",
|
|
71
|
-
"classnames": "^2.3.2",
|
|
72
|
-
"cross-env": "^7.0.2",
|
|
73
|
-
"d3": "^7.9.0",
|
|
74
|
-
"echarts": "^5.4.1",
|
|
75
|
-
"echarts-for-react": "^3.0.2",
|
|
76
|
-
"eslint": "^7.32.0",
|
|
77
|
-
"eslint-config-airbnb": "^18.2.1",
|
|
78
|
-
"eslint-config-airbnb-typescript": "^14.0.0",
|
|
79
|
-
"eslint-config-prettier": "^8.3.0",
|
|
80
|
-
"eslint-plugin-import": "^2.24.2",
|
|
81
|
-
"eslint-plugin-jsx-a11y": "^6.6.0",
|
|
82
|
-
"eslint-plugin-prettier": "^4.0.0",
|
|
83
|
-
"eslint-plugin-react": "^7.30.1",
|
|
84
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
85
|
-
"eslint-plugin-unicorn": "^36.0.0",
|
|
86
|
-
"graphql": "^16.6.0",
|
|
87
|
-
"husky": "^8.0.1",
|
|
88
|
-
"lint-staged": "^13.0.3",
|
|
89
|
-
"postcss": "^8.4.21",
|
|
90
|
-
"prettier": "^2.0.4",
|
|
91
|
-
"react": "^18.2.0",
|
|
92
|
-
"react-ace": "^10.1.0",
|
|
93
|
-
"react-datepicker": "^7.4.0",
|
|
94
|
-
"react-dom": "^18.2.0",
|
|
95
|
-
"react-error-boundary": "^3.1.4",
|
|
96
|
-
"react-grid-layout": "^1.3.4",
|
|
97
|
-
"react-hook-form": "^7.33.1",
|
|
98
|
-
"react-query": "^3.39.2",
|
|
99
|
-
"simplebar-react": "^3.2.4",
|
|
100
|
-
"storybook": "^7.0.9",
|
|
101
|
-
"tailwindcss": "^3.2.4",
|
|
102
|
-
"ts-node": "^10.9.1",
|
|
103
|
-
"typescript": "^4.6.3",
|
|
104
|
-
"vite": "^4.3",
|
|
105
|
-
"vite-plugin-css-injected-by-js": "^3.1.1",
|
|
106
|
-
"vite-plugin-dts": "^2.3",
|
|
107
|
-
"vite-tsconfig-paths": "^4.0.3"
|
|
108
|
-
},
|
|
109
|
-
"files": [
|
|
110
|
-
"dist"
|
|
111
|
-
]
|
|
112
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@databrainhq/plugin",
|
|
3
|
+
"version": "0.15.29",
|
|
4
|
+
"description": "Databrain app ui plugin.",
|
|
5
|
+
"author": "Databrain",
|
|
6
|
+
"license": "UNLICENSED",
|
|
7
|
+
"repository": "databrainhq/plugin",
|
|
8
|
+
"main": "./dist/webcomponents.umd.js",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": "./dist/webcomponents.es.js",
|
|
12
|
+
"require": "./dist/webcomponents.umd.js",
|
|
13
|
+
"types": "./dist/webcomponents.d.ts"
|
|
14
|
+
},
|
|
15
|
+
"./web": {
|
|
16
|
+
"import": "./dist/webcomponents.es.js",
|
|
17
|
+
"require": "./dist/webcomponents.umd.js",
|
|
18
|
+
"types": "./dist/webcomponents.d.ts"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"scripts": {
|
|
22
|
+
"start:repl": "vite --host 0.0.0.0",
|
|
23
|
+
"start": "vite --port 3005",
|
|
24
|
+
"build:css": "tailwindcss build -i src/index.css -o dist/index.css",
|
|
25
|
+
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 tsc && vite build",
|
|
26
|
+
"husky": "husky install",
|
|
27
|
+
"predeploy": "cd example && npm install && npm run build",
|
|
28
|
+
"lint": "eslint --ext .tsx,.ts --ignore-path .gitignore --fix src",
|
|
29
|
+
"prepare": "npm run build",
|
|
30
|
+
"storybook:repl": "storybook dev -p 6006 --host 0.0.0.0",
|
|
31
|
+
"storybook": "storybook dev -p 6006",
|
|
32
|
+
"build-storybook": "storybook build"
|
|
33
|
+
},
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@commitlint/cli": "^17.0.3",
|
|
36
|
+
"@commitlint/config-conventional": "^17.0.3",
|
|
37
|
+
"@graphql-codegen/cli": "^2.16.4",
|
|
38
|
+
"@graphql-codegen/introspection": "^2.2.3",
|
|
39
|
+
"@graphql-codegen/typescript": "^2.8.7",
|
|
40
|
+
"@graphql-codegen/typescript-operations": "^2.5.12",
|
|
41
|
+
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
|
|
42
|
+
"@graphql-codegen/typescript-react-query": "^3.6.2",
|
|
43
|
+
"@iconify/json": "^2.2.6",
|
|
44
|
+
"@r2wc/react-to-web-component": "^2.0.2",
|
|
45
|
+
"@storybook/addon-essentials": "^7.0.9",
|
|
46
|
+
"@storybook/addon-interactions": "^7.0.9",
|
|
47
|
+
"@storybook/addon-knobs": "^7.0.2",
|
|
48
|
+
"@storybook/addon-links": "^7.0.9",
|
|
49
|
+
"@storybook/blocks": "^7.0.9",
|
|
50
|
+
"@storybook/manager-api": "^7.0.26",
|
|
51
|
+
"@storybook/react": "^7.0.9",
|
|
52
|
+
"@storybook/react-vite": "^7.0.9",
|
|
53
|
+
"@storybook/testing-library": "^0.0.14-next.2",
|
|
54
|
+
"@storybook/theming": "^7.0.26",
|
|
55
|
+
"@svgr/core": "^6.5.1",
|
|
56
|
+
"@tanstack/match-sorter-utils": "^8.8.4",
|
|
57
|
+
"@tanstack/react-table": "^8.7.9",
|
|
58
|
+
"@types/d3": "^7.4.3",
|
|
59
|
+
"@types/node": "^20.10.0",
|
|
60
|
+
"@types/react": "^18.0.26",
|
|
61
|
+
"@types/react-datepicker": "^4.11.2",
|
|
62
|
+
"@types/react-dom": "^18.0.10",
|
|
63
|
+
"@types/react-grid-layout": "^1.3.2",
|
|
64
|
+
"@typescript-eslint/eslint-plugin": "^4.31.1",
|
|
65
|
+
"@typescript-eslint/parser": "^4.31.1",
|
|
66
|
+
"@vitejs/plugin-react": "^4.0",
|
|
67
|
+
"ace-builds": "^1.17.0",
|
|
68
|
+
"autoprefixer": "^10.4.7",
|
|
69
|
+
"babel-eslint": "^10.0.3",
|
|
70
|
+
"babel-loader": "^9.1.2",
|
|
71
|
+
"classnames": "^2.3.2",
|
|
72
|
+
"cross-env": "^7.0.2",
|
|
73
|
+
"d3": "^7.9.0",
|
|
74
|
+
"echarts": "^5.4.1",
|
|
75
|
+
"echarts-for-react": "^3.0.2",
|
|
76
|
+
"eslint": "^7.32.0",
|
|
77
|
+
"eslint-config-airbnb": "^18.2.1",
|
|
78
|
+
"eslint-config-airbnb-typescript": "^14.0.0",
|
|
79
|
+
"eslint-config-prettier": "^8.3.0",
|
|
80
|
+
"eslint-plugin-import": "^2.24.2",
|
|
81
|
+
"eslint-plugin-jsx-a11y": "^6.6.0",
|
|
82
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
83
|
+
"eslint-plugin-react": "^7.30.1",
|
|
84
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
85
|
+
"eslint-plugin-unicorn": "^36.0.0",
|
|
86
|
+
"graphql": "^16.6.0",
|
|
87
|
+
"husky": "^8.0.1",
|
|
88
|
+
"lint-staged": "^13.0.3",
|
|
89
|
+
"postcss": "^8.4.21",
|
|
90
|
+
"prettier": "^2.0.4",
|
|
91
|
+
"react": "^18.2.0",
|
|
92
|
+
"react-ace": "^10.1.0",
|
|
93
|
+
"react-datepicker": "^7.4.0",
|
|
94
|
+
"react-dom": "^18.2.0",
|
|
95
|
+
"react-error-boundary": "^3.1.4",
|
|
96
|
+
"react-grid-layout": "^1.3.4",
|
|
97
|
+
"react-hook-form": "^7.33.1",
|
|
98
|
+
"react-query": "^3.39.2",
|
|
99
|
+
"simplebar-react": "^3.2.4",
|
|
100
|
+
"storybook": "^7.0.9",
|
|
101
|
+
"tailwindcss": "^3.2.4",
|
|
102
|
+
"ts-node": "^10.9.1",
|
|
103
|
+
"typescript": "^4.6.3",
|
|
104
|
+
"vite": "^4.3",
|
|
105
|
+
"vite-plugin-css-injected-by-js": "^3.1.1",
|
|
106
|
+
"vite-plugin-dts": "^2.3",
|
|
107
|
+
"vite-tsconfig-paths": "^4.0.3"
|
|
108
|
+
},
|
|
109
|
+
"files": [
|
|
110
|
+
"dist"
|
|
111
|
+
]
|
|
112
|
+
}
|