@databrainhq/plugin 0.15.121-uat → 0.15.122

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,101 +1,101 @@
1
- {
2
- "name": "@databrainhq/plugin",
3
- "version": "0.15.121-uat",
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
- "types": "./dist/webcomponents.d.ts",
12
- "import": "./dist/webcomponents.es.js",
13
- "require": "./dist/webcomponents.umd.js"
14
- },
15
- "./web": {
16
- "types": "./dist/webcomponents.d.ts",
17
- "import": "./dist/webcomponents.es.js",
18
- "require": "./dist/webcomponents.umd.js"
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": "^5.0.3",
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.17.14",
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
- "@vitejs/plugin-react": "^4.0",
65
- "@vitejs/plugin-react-swc": "^3.7.1",
66
- "ace-builds": "^1.17.0",
67
- "autoprefixer": "^10.4.7",
68
- "babel-loader": "^9.1.2",
69
- "classnames": "^2.3.2",
70
- "cross-env": "^7.0.2",
71
- "d3": "^7.9.0",
72
- "echarts": "^5.4.1",
73
- "echarts-for-react": "^3.0.2",
74
- "graphql": "^16.6.0",
75
- "husky": "^8.0.1",
76
- "lint-staged": "^13.0.3",
77
- "postcss": ">=8.4.31",
78
- "prettier": "^2.0.4",
79
- "react": "^18.2.0",
80
- "react-ace": "^10.1.0",
81
- "react-datepicker": "^7.4.0",
82
- "react-dom": "^18.2.0",
83
- "react-error-boundary": "^3.1.4",
84
- "react-grid-layout": "^1.3.4",
85
- "react-hook-form": "^7.33.1",
86
- "react-markdown": "^9.0.1",
87
- "react-query": "^3.39.2",
88
- "simplebar-react": "^3.2.4",
89
- "storybook": "^7.0.9",
90
- "tailwindcss": "^3.2.4",
91
- "ts-node": "^10.9.1",
92
- "typescript": "^4.6.3",
93
- "vite": "^6.0.7",
94
- "vite-plugin-css-injected-by-js": "^3.1.1",
95
- "vite-plugin-dts": "^2.3",
96
- "vite-tsconfig-paths": "^4.0.3"
97
- },
98
- "files": [
99
- "dist"
100
- ]
101
- }
1
+ {
2
+ "name": "@databrainhq/plugin",
3
+ "version": "0.15.122",
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
+ "types": "./dist/webcomponents.d.ts",
12
+ "import": "./dist/webcomponents.es.js",
13
+ "require": "./dist/webcomponents.umd.js"
14
+ },
15
+ "./web": {
16
+ "types": "./dist/webcomponents.d.ts",
17
+ "import": "./dist/webcomponents.es.js",
18
+ "require": "./dist/webcomponents.umd.js"
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": "^5.0.3",
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.17.14",
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
+ "@vitejs/plugin-react": "^4.0",
65
+ "@vitejs/plugin-react-swc": "^3.7.1",
66
+ "ace-builds": "^1.17.0",
67
+ "autoprefixer": "^10.4.7",
68
+ "babel-loader": "^9.1.2",
69
+ "classnames": "^2.3.2",
70
+ "cross-env": "^7.0.2",
71
+ "d3": "^7.9.0",
72
+ "echarts": "^5.4.1",
73
+ "echarts-for-react": "^3.0.2",
74
+ "graphql": "^16.6.0",
75
+ "husky": "^8.0.1",
76
+ "lint-staged": "^13.0.3",
77
+ "postcss": ">=8.4.31",
78
+ "prettier": "^2.0.4",
79
+ "react": "^18.2.0",
80
+ "react-ace": "^10.1.0",
81
+ "react-datepicker": "^7.4.0",
82
+ "react-dom": "^18.2.0",
83
+ "react-error-boundary": "^3.1.4",
84
+ "react-grid-layout": "^1.3.4",
85
+ "react-hook-form": "^7.33.1",
86
+ "react-markdown": "^9.0.1",
87
+ "react-query": "^3.39.2",
88
+ "simplebar-react": "^3.2.4",
89
+ "storybook": "^7.0.9",
90
+ "tailwindcss": "^3.2.4",
91
+ "ts-node": "^10.9.1",
92
+ "typescript": "^4.6.3",
93
+ "vite": "^6.0.7",
94
+ "vite-plugin-css-injected-by-js": "^3.1.1",
95
+ "vite-plugin-dts": "^2.3",
96
+ "vite-tsconfig-paths": "^4.0.3"
97
+ },
98
+ "files": [
99
+ "dist"
100
+ ]
101
+ }