@scenid/react-formulator 2.4.1 → 4.1.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/assets/index-6aab2f04.css +1 -0
- package/dist/assets/index-6e6e046b.css +84 -0
- package/dist/index.cjs +32 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.js +32 -0
- package/dist/index.js.map +1 -0
- package/package.json +37 -28
package/package.json
CHANGED
|
@@ -1,28 +1,50 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scenid/react-formulator",
|
|
3
|
-
"version": "
|
|
4
|
-
"main": "dist/index.cjs
|
|
5
|
-
"module": "dist/index.
|
|
3
|
+
"version": "4.1.1",
|
|
4
|
+
"main": "dist/index.cjs",
|
|
5
|
+
"module": "dist/index.js",
|
|
6
6
|
"repository": "https://dennykoch@bitbucket.org/scenid/react-formulator.git",
|
|
7
7
|
"author": "Denny Koch <denny.koch@scenid.com>",
|
|
8
8
|
"license": "UNLICENSED",
|
|
9
|
+
"type": "module",
|
|
9
10
|
"files": [
|
|
10
11
|
"dist"
|
|
11
12
|
],
|
|
13
|
+
"engines": {
|
|
14
|
+
"node": "22"
|
|
15
|
+
},
|
|
16
|
+
"packageManager": "yarn@4.4.0",
|
|
12
17
|
"scripts": {
|
|
13
18
|
"build": "rollup -c",
|
|
14
19
|
"watch": "cross-env STORYBOOK_NODE_ENV=development storybook dev -p 6006",
|
|
20
|
+
"lint": "eslint src/ --ext .js,.jsx",
|
|
21
|
+
"lint:fix": "eslint src/ --fix --ext .js,.jsx",
|
|
15
22
|
"start:dev": "firebase emulators:start",
|
|
16
23
|
"storybook:build": "storybook build",
|
|
17
24
|
"storybook:deploy": "yarn storybook:build && firebase deploy",
|
|
18
25
|
"prepublishOnly": "yarn build",
|
|
19
26
|
"git:pushall": "git push && git push --tags",
|
|
20
|
-
"patch": "npm version patch && yarn git:pushall",
|
|
21
|
-
"minor": "npm version minor && yarn git:pushall",
|
|
22
|
-
"major": "npm version major && yarn git:pushall",
|
|
27
|
+
"version:patch": "npm version patch && yarn git:pushall",
|
|
28
|
+
"version:minor": "npm version minor && yarn git:pushall",
|
|
29
|
+
"version:major": "npm version major && yarn git:pushall",
|
|
23
30
|
"storybook": "storybook dev -p 6006",
|
|
24
31
|
"build-storybook": "storybook build"
|
|
25
32
|
},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"ajv": "^8.18.0",
|
|
35
|
+
"classnames": "^2.3.1",
|
|
36
|
+
"eventemitter3": "^4.0.7",
|
|
37
|
+
"fast-deep-equal": "^3.1.3",
|
|
38
|
+
"format-string-by-pattern": "^1.2.2",
|
|
39
|
+
"highlight.js": "^11.9.0",
|
|
40
|
+
"lodash": "^4.17.23",
|
|
41
|
+
"micromustache": "^8.0.3",
|
|
42
|
+
"react-dropzone": "^14.2.1",
|
|
43
|
+
"react-markdown": "^8.0.3",
|
|
44
|
+
"rehype-highlight": "^5.0.2",
|
|
45
|
+
"remark-gfm": "^3.0.1",
|
|
46
|
+
"validator": "^13.15.26"
|
|
47
|
+
},
|
|
26
48
|
"peerDependencies": {
|
|
27
49
|
"@babel/runtime": "7.21.0",
|
|
28
50
|
"@emotion/react": "^11.10.0",
|
|
@@ -31,7 +53,7 @@
|
|
|
31
53
|
"@mui/material": "^5.10.0",
|
|
32
54
|
"@mui/styles": "^5.9.3",
|
|
33
55
|
"@scenid/cloud-icons": "^3.3.0",
|
|
34
|
-
"@scenid/formulator": "^
|
|
56
|
+
"@scenid/formulator": "^6.0.0",
|
|
35
57
|
"luxon": "^3.4.4",
|
|
36
58
|
"prop-types": "^15.8.1",
|
|
37
59
|
"react": "17.0.2",
|
|
@@ -57,11 +79,12 @@
|
|
|
57
79
|
"@rollup/plugin-node-resolve": "^13.0.6",
|
|
58
80
|
"@rollup/plugin-terser": "^0.4.3",
|
|
59
81
|
"@scenid/cloud-icons": "^3.3.0",
|
|
60
|
-
"@scenid/formulator": "^
|
|
82
|
+
"@scenid/formulator": "^6.0.0",
|
|
61
83
|
"@storybook/addon-actions": "^8.2.5",
|
|
62
84
|
"@storybook/addon-essentials": "^8.2.5",
|
|
63
85
|
"@storybook/addon-interactions": "^8.2.5",
|
|
64
86
|
"@storybook/addon-links": "^8.2.5",
|
|
87
|
+
"@storybook/addon-mdx-gfm": "8.6.14",
|
|
65
88
|
"@storybook/addon-webpack5-compiler-babel": "3.0.3",
|
|
66
89
|
"@storybook/react": "^8.2.5",
|
|
67
90
|
"@storybook/react-webpack5": "8.2.5",
|
|
@@ -71,16 +94,12 @@
|
|
|
71
94
|
"babel-loader": "^8.2.5",
|
|
72
95
|
"babel-plugin-import": "^1.13.5",
|
|
73
96
|
"cross-env": "^7.0.3",
|
|
74
|
-
"eslint": "^
|
|
75
|
-
"eslint-config-airbnb": "^
|
|
76
|
-
"eslint-
|
|
77
|
-
"eslint-plugin-
|
|
78
|
-
"eslint-plugin-
|
|
79
|
-
"eslint-plugin-
|
|
80
|
-
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
81
|
-
"eslint-plugin-promise": "^4.1.1",
|
|
82
|
-
"eslint-plugin-react": "^7.6.1",
|
|
83
|
-
"eslint-plugin-react-hooks": "^2.3.0",
|
|
97
|
+
"eslint": "^8",
|
|
98
|
+
"eslint-config-airbnb": "^19.0.4",
|
|
99
|
+
"eslint-plugin-import": "^2.32.0",
|
|
100
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
101
|
+
"eslint-plugin-react": "^7.37.5",
|
|
102
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
84
103
|
"luxon": "^3.4.4",
|
|
85
104
|
"prop-types": "^15.8.1",
|
|
86
105
|
"react": "17.0.2",
|
|
@@ -89,15 +108,5 @@
|
|
|
89
108
|
"rollup-plugin-import-css": "^3.3.4",
|
|
90
109
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
91
110
|
"storybook": "8.2.5"
|
|
92
|
-
},
|
|
93
|
-
"dependencies": {
|
|
94
|
-
"classnames": "^2.3.1",
|
|
95
|
-
"eventemitter3": "^4.0.7",
|
|
96
|
-
"fast-deep-equal": "^3.1.3",
|
|
97
|
-
"micromustache": "^8.0.3",
|
|
98
|
-
"react-dropzone": "^14.2.1",
|
|
99
|
-
"react-markdown": "^8.0.3",
|
|
100
|
-
"rehype-highlight": "^5.0.2",
|
|
101
|
-
"remark-gfm": "^3.0.1"
|
|
102
111
|
}
|
|
103
112
|
}
|