fastapi-rtk 0.0.1

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/dist/style.css ADDED
@@ -0,0 +1 @@
1
+ ._root_1kmay_1{position:sticky;top:0;z-index:20}._wrapper_1kmay_7{box-sizing:border-box;display:flex;flex-direction:row;font-family:var(--mantine-font-family);font-size:var(--mantine-font-sizes-sm);white-space:nowrap;text-overflow:ellipsis;cursor:pointer}._icon_1kmay_18{display:flex;align-items:center;visibility:hidden}._wrapper_1kmay_7:hover ._icon_1kmay_18{visibility:visible}._field_zdaf7_1{font-size:var(--mantine-font-size-md);vertical-align:top}._rtl_zdaf7_7{font-size:var(--mantine-font-size-md);text-align:right}._borderRight_zdaf7_12{border-right:var(--mantine-border)}._borderRight_zdaf7_12:last-of-type{border-right:none}._row_138r2_1:hover,._selected_138r2_5:hover{cursor:pointer}._scrollbar_isyo2_1{z-index:1}._iconSmall_sxv3z_1{width:14px;height:14px}._iconLarge_sxv3z_6{width:34px;height:34px;margin-top:10px;margin-left:10px}._iconLarge_sxv3z_6:hover{cursor:pointer}
package/package.json ADDED
@@ -0,0 +1,100 @@
1
+ {
2
+ "name": "fastapi-rtk",
3
+ "version": "0.0.1",
4
+ "private": false,
5
+ "description": "A react component library for Flask Appbuilder",
6
+ "license": "MIT",
7
+ "type": "module",
8
+ "main": "./dist/fastapi-rtk.umd.js",
9
+ "module": "./dist/fastapi-rtk.es.js",
10
+ "files": [
11
+ "dist"
12
+ ],
13
+ "exports": {
14
+ ".": {
15
+ "import": "./dist/fastapi-rtk.es.js",
16
+ "require": "./dist/fastapi-rtk.umd.js"
17
+ },
18
+ "./dist/style.css": "./dist/style.css"
19
+ },
20
+ "devDependencies": {
21
+ "@babel/core": "^7.22.5",
22
+ "@babel/preset-env": "^7.22.5",
23
+ "@babel/preset-react": "^7.22.5",
24
+ "@emotion/styled": "^11.11.0",
25
+ "@hookform/resolvers": "^3.1.1",
26
+ "@mantine/core": "^7.9.0",
27
+ "@mantine/dates": "^7.9.0",
28
+ "@mantine/form": "^7.9.0",
29
+ "@mantine/hooks": "^7.9.0",
30
+ "@mdx-js/react": "^2.3.0",
31
+ "@rollup/plugin-commonjs": "^25.0.2",
32
+ "@rollup/plugin-json": "^6.0.0",
33
+ "@rollup/plugin-node-resolve": "^15.1.0",
34
+ "@storybook/addon-a11y": "^7.0.24",
35
+ "@storybook/addon-actions": "^7.0.24",
36
+ "@storybook/addon-backgrounds": "^7.0.24",
37
+ "@storybook/addon-controls": "^7.0.24",
38
+ "@storybook/addon-docs": "^7.0.24",
39
+ "@storybook/addon-links": "^7.0.24",
40
+ "@storybook/addon-toolbars": "^7.0.24",
41
+ "@storybook/addon-viewport": "^7.0.24",
42
+ "@storybook/manager-api": "^7.0.24",
43
+ "@storybook/mdx2-csf": "^1.1.0",
44
+ "@storybook/react": "^7.0.24",
45
+ "@storybook/react-webpack5": "^7.0.24",
46
+ "@tabler/icons-react": "^2.34.0",
47
+ "@vitejs/plugin-react": "^4.0.1",
48
+ "babel-loader": "^9.1.2",
49
+ "dayjs": "^1.11.8",
50
+ "dayjs-plugin-utc": "^0.1.2",
51
+ "dompurify": "^3.0.8",
52
+ "eslint": "^8.43.0",
53
+ "eslint-config-airbnb": "^19.0.4",
54
+ "eslint-config-prettier": "^8.8.0",
55
+ "eslint-plugin-react": "^7.32.2",
56
+ "eslint-plugin-react-hooks": "^4.6.0",
57
+ "eslint-plugin-react-refresh": "^0.4.1",
58
+ "eslint-plugin-storybook": "^0.6.12",
59
+ "html-react-parser": "^4.0.0",
60
+ "is-html": "^3.0.0",
61
+ "mantine-form-yup-resolver": "^2.0.0",
62
+ "postcss": "^8.4.31",
63
+ "postcss-preset-mantine": "^1.12.3",
64
+ "postcss-simple-vars": "^7.0.1",
65
+ "react": ">=18.2.0",
66
+ "storybook": "^7.0.24",
67
+ "vite": "^4.3.9",
68
+ "vite-plugin-linter": "^2.0.2",
69
+ "yargs": "^17.7.2",
70
+ "yup": "^1.2.0"
71
+ },
72
+ "peerDependencies": {
73
+ "@emotion/react": "^11.11.1",
74
+ "@jsonforms/core": "^3.2.1",
75
+ "@jsonforms/react": "^3.2.1",
76
+ "@mantine/core": "^7.9",
77
+ "@mantine/dates": "^7.9",
78
+ "@mantine/form": "^7.9",
79
+ "@mantine/hooks": "^7.9",
80
+ "react": ">=18.2.0",
81
+ "react-dom": ">=18.2.0",
82
+ "react-router-dom": "^6.14.0"
83
+ },
84
+ "dependencies": {
85
+ "@jsonforms/core": "^3.2.1",
86
+ "@jsonforms/examples": "^3.2.1",
87
+ "@jsonforms/react": "^3.2.1",
88
+ "@mui/icons-material": "^5.15.14",
89
+ "@mui/material": "^5.15.14",
90
+ "@mui/x-date-pickers": "^6.19.8",
91
+ "lodash": "^4.17.21"
92
+ },
93
+ "scripts": {
94
+ "dev": "vite",
95
+ "build": "vite build",
96
+ "lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
97
+ "preview": "vite preview",
98
+ "storybook": "storybook dev -p 6006 -s public"
99
+ }
100
+ }