@scenid/react-formulator 1.0.2 → 1.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/README.md +28 -28
- package/dist/index.cjs.js +338 -244
- package/dist/index.esm.js +339 -246
- package/package.json +88 -88
package/package.json
CHANGED
|
@@ -1,88 +1,88 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@scenid/react-formulator",
|
|
3
|
-
"version": "1.
|
|
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
|
-
},
|
|
24
|
-
"peerDependencies": {
|
|
25
|
-
"@material-ui/core": "^4.12.4",
|
|
26
|
-
"@material-ui/icons": "^4.11.3",
|
|
27
|
-
"@material-ui/styles": "^4.11.5",
|
|
28
|
-
"classnames": "^2.3.1",
|
|
29
|
-
"prop-types": "^15.8.1",
|
|
30
|
-
"react": "16.11.0",
|
|
31
|
-
"react-dom": "16.11.0"
|
|
32
|
-
},
|
|
33
|
-
"devDependencies": {
|
|
34
|
-
"@babel/cli": "^7.8.4",
|
|
35
|
-
"@babel/core": "^7.17.9",
|
|
36
|
-
"@babel/node": "^7.8.7",
|
|
37
|
-
"@babel/plugin-proposal-export-default-from": "^7.16.7",
|
|
38
|
-
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
39
|
-
"@babel/preset-env": "^7.4.5",
|
|
40
|
-
"@babel/preset-react": "^7.0.0",
|
|
41
|
-
"@babel/register": "^7.0.0",
|
|
42
|
-
"@babel/runtime": "^7.4.5",
|
|
43
|
-
"@material-ui/core": "^4.12.4",
|
|
44
|
-
"@material-ui/icons": "^4.11.3",
|
|
45
|
-
"@material-ui/lab": "^4.0.0-alpha.61",
|
|
46
|
-
"@material-ui/styles": "^4.11.5",
|
|
47
|
-
"@rollup/plugin-babel": "^5.3.1",
|
|
48
|
-
"@rollup/plugin-commonjs": "^22.0.0",
|
|
49
|
-
"@rollup/plugin-node-resolve": "^13.2.1",
|
|
50
|
-
"@scenid/cloud-icons": "^2.6.0",
|
|
51
|
-
"@scenid/formulator": "^2.2.0",
|
|
52
|
-
"@storybook/addon-actions": "^6.4.22",
|
|
53
|
-
"@storybook/addon-essentials": "^6.4.22",
|
|
54
|
-
"@storybook/addon-interactions": "^6.4.22",
|
|
55
|
-
"@storybook/addon-links": "^6.4.22",
|
|
56
|
-
"@storybook/react": "^6.4.22",
|
|
57
|
-
"@storybook/testing-library": "^0.0.11",
|
|
58
|
-
"babel-eslint": "^10.1.0",
|
|
59
|
-
"babel-loader": "^8.2.5",
|
|
60
|
-
"babel-plugin-import": "^1.13.5",
|
|
61
|
-
"classnames": "^2.3.1",
|
|
62
|
-
"cross-env": "^7.0.3",
|
|
63
|
-
"eslint": "^7.11.0",
|
|
64
|
-
"eslint-config-airbnb": "^18.0.1",
|
|
65
|
-
"eslint-formatter-pretty": "^2.1.1",
|
|
66
|
-
"eslint-import-resolver-webpack": "^0.11.1",
|
|
67
|
-
"eslint-plugin-compat": "^3.1.2",
|
|
68
|
-
"eslint-plugin-import": "^2.17.3",
|
|
69
|
-
"eslint-plugin-jest": "^22.7.1",
|
|
70
|
-
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
71
|
-
"eslint-plugin-promise": "^4.1.1",
|
|
72
|
-
"eslint-plugin-react": "^7.6.1",
|
|
73
|
-
"eslint-plugin-react-hooks": "^2.3.0",
|
|
74
|
-
"eventemitter3": "^4.0.7",
|
|
75
|
-
"fast-deep-equal": "^3.1.3",
|
|
76
|
-
"luxon": "^2.3.2",
|
|
77
|
-
"micromustache": "^8.0.3",
|
|
78
|
-
"prop-types": "^15.8.1",
|
|
79
|
-
"react": "16.11.0",
|
|
80
|
-
"react-dom": "16.11.0",
|
|
81
|
-
"react-markdown": "^8.0.3",
|
|
82
|
-
"rehype-highlight": "^5.0.2",
|
|
83
|
-
"remark-gfm": "^3.0.1",
|
|
84
|
-
"rollup": "^2.70.2",
|
|
85
|
-
"rollup-plugin-import-css": "^3.0.3",
|
|
86
|
-
"rollup-plugin-peer-deps-external": "^2.2.4"
|
|
87
|
-
}
|
|
88
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@scenid/react-formulator",
|
|
3
|
+
"version": "1.1.1",
|
|
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
|
+
},
|
|
24
|
+
"peerDependencies": {
|
|
25
|
+
"@material-ui/core": "^4.12.4",
|
|
26
|
+
"@material-ui/icons": "^4.11.3",
|
|
27
|
+
"@material-ui/styles": "^4.11.5",
|
|
28
|
+
"classnames": "^2.3.1",
|
|
29
|
+
"prop-types": "^15.8.1",
|
|
30
|
+
"react": "16.11.0",
|
|
31
|
+
"react-dom": "16.11.0"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@babel/cli": "^7.8.4",
|
|
35
|
+
"@babel/core": "^7.17.9",
|
|
36
|
+
"@babel/node": "^7.8.7",
|
|
37
|
+
"@babel/plugin-proposal-export-default-from": "^7.16.7",
|
|
38
|
+
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
39
|
+
"@babel/preset-env": "^7.4.5",
|
|
40
|
+
"@babel/preset-react": "^7.0.0",
|
|
41
|
+
"@babel/register": "^7.0.0",
|
|
42
|
+
"@babel/runtime": "^7.4.5",
|
|
43
|
+
"@material-ui/core": "^4.12.4",
|
|
44
|
+
"@material-ui/icons": "^4.11.3",
|
|
45
|
+
"@material-ui/lab": "^4.0.0-alpha.61",
|
|
46
|
+
"@material-ui/styles": "^4.11.5",
|
|
47
|
+
"@rollup/plugin-babel": "^5.3.1",
|
|
48
|
+
"@rollup/plugin-commonjs": "^22.0.0",
|
|
49
|
+
"@rollup/plugin-node-resolve": "^13.2.1",
|
|
50
|
+
"@scenid/cloud-icons": "^2.6.0",
|
|
51
|
+
"@scenid/formulator": "^2.2.0",
|
|
52
|
+
"@storybook/addon-actions": "^6.4.22",
|
|
53
|
+
"@storybook/addon-essentials": "^6.4.22",
|
|
54
|
+
"@storybook/addon-interactions": "^6.4.22",
|
|
55
|
+
"@storybook/addon-links": "^6.4.22",
|
|
56
|
+
"@storybook/react": "^6.4.22",
|
|
57
|
+
"@storybook/testing-library": "^0.0.11",
|
|
58
|
+
"babel-eslint": "^10.1.0",
|
|
59
|
+
"babel-loader": "^8.2.5",
|
|
60
|
+
"babel-plugin-import": "^1.13.5",
|
|
61
|
+
"classnames": "^2.3.1",
|
|
62
|
+
"cross-env": "^7.0.3",
|
|
63
|
+
"eslint": "^7.11.0",
|
|
64
|
+
"eslint-config-airbnb": "^18.0.1",
|
|
65
|
+
"eslint-formatter-pretty": "^2.1.1",
|
|
66
|
+
"eslint-import-resolver-webpack": "^0.11.1",
|
|
67
|
+
"eslint-plugin-compat": "^3.1.2",
|
|
68
|
+
"eslint-plugin-import": "^2.17.3",
|
|
69
|
+
"eslint-plugin-jest": "^22.7.1",
|
|
70
|
+
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
71
|
+
"eslint-plugin-promise": "^4.1.1",
|
|
72
|
+
"eslint-plugin-react": "^7.6.1",
|
|
73
|
+
"eslint-plugin-react-hooks": "^2.3.0",
|
|
74
|
+
"eventemitter3": "^4.0.7",
|
|
75
|
+
"fast-deep-equal": "^3.1.3",
|
|
76
|
+
"luxon": "^2.3.2",
|
|
77
|
+
"micromustache": "^8.0.3",
|
|
78
|
+
"prop-types": "^15.8.1",
|
|
79
|
+
"react": "16.11.0",
|
|
80
|
+
"react-dom": "16.11.0",
|
|
81
|
+
"react-markdown": "^8.0.3",
|
|
82
|
+
"rehype-highlight": "^5.0.2",
|
|
83
|
+
"remark-gfm": "^3.0.1",
|
|
84
|
+
"rollup": "^2.70.2",
|
|
85
|
+
"rollup-plugin-import-css": "^3.0.3",
|
|
86
|
+
"rollup-plugin-peer-deps-external": "^2.2.4"
|
|
87
|
+
}
|
|
88
|
+
}
|