@databrainhq/plugin 0.14.59 → 0.14.61

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