@scenid/react-formulator 2.3.3 → 2.4.0

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,95 +1,103 @@
1
- {
2
- "name": "@scenid/react-formulator",
3
- "version": "2.3.3",
4
- "main": "dist/index.cjs.js",
5
- "module": "dist/index.esm.js",
6
- "repository": "https://dennykoch@bitbucket.org/scenid/react-formulator.git",
7
- "author": "Denny Koch <denny.koch@scenid.com>",
8
- "license": "UNLICENSED",
9
- "files": [
10
- "dist"
11
- ],
12
- "scripts": {
13
- "build": "rollup -c",
14
- "watch": "cross-env STORYBOOK_NODE_ENV=development start-storybook -p 6006",
15
- "start:dev": "firebase emulators:start",
16
- "storybook:build": "build-storybook",
17
- "storybook:deploy": "yarn storybook:build && firebase deploy",
18
- "prepublishOnly": "yarn build",
19
- "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",
23
- "storybook": "start-storybook -p 6006",
24
- "build-storybook": "build-storybook"
25
- },
26
- "peerDependencies": {
27
- "@mui/icons-material": "^5.8.4",
28
- "@mui/material": "^5.10.0",
29
- "@mui/styles": "^5.9.3",
30
- "classnames": "^2.3.1",
31
- "prop-types": "^15.8.1",
32
- "react": "17.0.2",
33
- "react-dom": "17.0.2"
34
- },
35
- "devDependencies": {
36
- "@babel/cli": "^7.8.4",
37
- "@babel/core": "^7.17.9",
38
- "@babel/node": "^7.8.7",
39
- "@babel/plugin-proposal-export-default-from": "^7.22.17",
40
- "@babel/preset-env": "^7.4.5",
41
- "@babel/preset-react": "^7.0.0",
42
- "@babel/register": "^7.0.0",
43
- "@babel/runtime": "^7.4.5",
44
- "@emotion/react": "^11.10.0",
45
- "@emotion/styled": "^11.10.0",
46
- "@mui/icons-material": "^5.8.4",
47
- "@mui/material": "^5.10.0",
48
- "@mui/styles": "^5.9.3",
49
- "@rollup/plugin-babel": "^5.3.0",
50
- "@rollup/plugin-commonjs": "^18.0.0",
51
- "@rollup/plugin-node-resolve": "^13.0.6",
52
- "@rollup/plugin-terser": "^0.4.3",
53
- "@scenid/cloud-icons": "^3.3.0",
54
- "@scenid/formulator": "^3.3.0",
55
- "@storybook/addon-actions": "^6.5.10",
56
- "@storybook/addon-essentials": "^6.5.10",
57
- "@storybook/addon-interactions": "^6.5.10",
58
- "@storybook/addon-links": "^6.5.10",
59
- "@storybook/builder-webpack4": "^6.5.10",
60
- "@storybook/manager-webpack4": "^6.5.10",
61
- "@storybook/react": "^6.5.10",
62
- "@storybook/testing-library": "^0.0.13",
63
- "@types/react": "^18.0.17",
64
- "babel-eslint": "^10.1.0",
65
- "babel-loader": "^8.2.5",
66
- "babel-plugin-import": "^1.13.5",
67
- "classnames": "^2.3.1",
68
- "cross-env": "^7.0.3",
69
- "eslint": "^7.11.0",
70
- "eslint-config-airbnb": "^18.0.1",
71
- "eslint-formatter-pretty": "^2.1.1",
72
- "eslint-plugin-compat": "^3.1.2",
73
- "eslint-plugin-import": "^2.17.3",
74
- "eslint-plugin-jest": "^22.7.1",
75
- "eslint-plugin-jsx-a11y": "^6.2.3",
76
- "eslint-plugin-promise": "^4.1.1",
77
- "eslint-plugin-react": "^7.6.1",
78
- "eslint-plugin-react-hooks": "^2.3.0",
79
- "eventemitter3": "^4.0.7",
80
- "fast-deep-equal": "^3.1.3",
81
- "luxon": "^2.3.2",
82
- "micromustache": "^8.0.3",
83
- "prop-types": "^15.8.1",
84
- "react": "17.0.2",
85
- "react-dom": "17.0.2",
86
- "react-dropzone": "^14.2.1",
87
- "react-markdown": "^8.0.3",
88
- "rehype-highlight": "^5.0.2",
89
- "remark-gfm": "^3.0.1",
90
- "rollup": "^2.70.2",
91
- "rollup-plugin-import-css": "^3.3.4",
92
- "rollup-plugin-peer-deps-external": "^2.2.4"
93
- },
94
- "dependencies": {}
95
- }
1
+ {
2
+ "name": "@scenid/react-formulator",
3
+ "version": "2.4.0",
4
+ "main": "dist/index.cjs.js",
5
+ "module": "dist/index.esm.js",
6
+ "repository": "https://dennykoch@bitbucket.org/scenid/react-formulator.git",
7
+ "author": "Denny Koch <denny.koch@scenid.com>",
8
+ "license": "UNLICENSED",
9
+ "files": [
10
+ "dist"
11
+ ],
12
+ "scripts": {
13
+ "build": "rollup -c",
14
+ "watch": "cross-env STORYBOOK_NODE_ENV=development storybook dev -p 6006",
15
+ "start:dev": "firebase emulators:start",
16
+ "storybook:build": "storybook build",
17
+ "storybook:deploy": "yarn storybook:build && firebase deploy",
18
+ "prepublishOnly": "yarn build",
19
+ "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",
23
+ "storybook": "storybook dev -p 6006",
24
+ "build-storybook": "storybook build"
25
+ },
26
+ "peerDependencies": {
27
+ "@babel/runtime": "7.21.0",
28
+ "@emotion/react": "^11.10.0",
29
+ "@emotion/styled": "^11.10.0",
30
+ "@mui/icons-material": "^5.8.4",
31
+ "@mui/material": "^5.10.0",
32
+ "@mui/styles": "^5.9.3",
33
+ "@scenid/cloud-icons": "^3.3.0",
34
+ "@scenid/formulator": "^3.6.0",
35
+ "luxon": "^2.3.2",
36
+ "prop-types": "^15.8.1",
37
+ "react": "17.0.2",
38
+ "react-dom": "17.0.2"
39
+ },
40
+ "devDependencies": {
41
+ "@babel/cli": "^7.8.4",
42
+ "@babel/core": "^7.17.9",
43
+ "@babel/node": "^7.8.7",
44
+ "@babel/plugin-proposal-export-default-from": "^7.24.7",
45
+ "@babel/plugin-transform-runtime": "^7.24.7",
46
+ "@babel/preset-env": "^7.4.5",
47
+ "@babel/preset-react": "^7.0.0",
48
+ "@babel/register": "^7.0.0",
49
+ "@babel/runtime": "7.21.0",
50
+ "@emotion/react": "^11.10.0",
51
+ "@emotion/styled": "^11.10.0",
52
+ "@mui/icons-material": "^5.8.4",
53
+ "@mui/material": "^5.10.0",
54
+ "@mui/styles": "^5.9.3",
55
+ "@rollup/plugin-babel": "^5.3.0",
56
+ "@rollup/plugin-commonjs": "^18.0.0",
57
+ "@rollup/plugin-node-resolve": "^13.0.6",
58
+ "@rollup/plugin-terser": "^0.4.3",
59
+ "@scenid/cloud-icons": "^3.3.0",
60
+ "@scenid/formulator": "^3.6.0",
61
+ "@storybook/addon-actions": "^8.2.5",
62
+ "@storybook/addon-essentials": "^8.2.5",
63
+ "@storybook/addon-interactions": "^8.2.5",
64
+ "@storybook/addon-links": "^8.2.5",
65
+ "@storybook/addon-webpack5-compiler-babel": "3.0.3",
66
+ "@storybook/react": "^8.2.5",
67
+ "@storybook/react-webpack5": "8.2.5",
68
+ "@storybook/test": "8.2.5",
69
+ "@types/react": "^18.0.17",
70
+ "babel-eslint": "^10.1.0",
71
+ "babel-loader": "^8.2.5",
72
+ "babel-plugin-import": "^1.13.5",
73
+ "cross-env": "^7.0.3",
74
+ "eslint": "^7.11.0",
75
+ "eslint-config-airbnb": "^18.0.1",
76
+ "eslint-formatter-pretty": "^2.1.1",
77
+ "eslint-plugin-compat": "^3.1.2",
78
+ "eslint-plugin-import": "^2.17.3",
79
+ "eslint-plugin-jest": "^22.7.1",
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",
84
+ "luxon": "^2.3.2",
85
+ "prop-types": "^15.8.1",
86
+ "react": "17.0.2",
87
+ "react-dom": "17.0.2",
88
+ "rollup": "^2.70.2",
89
+ "rollup-plugin-import-css": "^3.3.4",
90
+ "rollup-plugin-peer-deps-external": "^2.2.4",
91
+ "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
+ }
103
+ }