@nickaux/form-configurator 1.1.238 → 1.1.240
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/FormConfigurator.esm.js +115746 -113509
- package/dist/lib.package.css +3 -3064
- package/dist/vanilla-picker-5fbb9705.js +0 -1
- package/package.json +36 -49
- package/dist/FormConfigurator.esm.js.map +0 -1
- package/dist/vanilla-picker-5fbb9705.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nickaux/form-configurator",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.240",
|
|
4
4
|
"description": "A React form manager",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/FormConfigurator.cjs.js",
|
|
@@ -18,91 +18,78 @@
|
|
|
18
18
|
],
|
|
19
19
|
"scripts": {
|
|
20
20
|
"dev": "vite --https --port 8080 --config vite.config.js",
|
|
21
|
+
"docs": "vite --port 3000 --config vite.docs.config.js",
|
|
21
22
|
"start": "vite",
|
|
22
|
-
"build_microbundle": "microbundle --jsx React.createElement --css-modules false --no-source-map --compress",
|
|
23
23
|
"build": "vite build",
|
|
24
24
|
"watch-build": "chokidar \"src/**/*.{js,jsx,ts,tsx,css}\" -c \"npm run build\"",
|
|
25
25
|
"preview": "vite preview",
|
|
26
26
|
"update-browserslist": "npx browserslist@latest --update-db",
|
|
27
27
|
"build:publish": "npm run update-browserslist && git add . && git commit -m 'publish_npm' && npm version patch && npm publish",
|
|
28
|
-
"watch": "chokidar \"src/**/*.{js,jsx,ts,tsx,scss}\" -c \"npm run build\""
|
|
28
|
+
"watch": "chokidar \"src/**/*.{js,jsx,ts,tsx,scss}\" -c \"npm run build\"",
|
|
29
|
+
"test": "npx playwright test",
|
|
30
|
+
"test:headed": "npx playwright test --headed",
|
|
31
|
+
"test:debug": "npx playwright test --debug",
|
|
32
|
+
"test:ui": "npx playwright test --ui",
|
|
33
|
+
"test:trace": "npx playwright test --trace on",
|
|
34
|
+
"test:report": "npx playwright show-report test-results/html-report",
|
|
35
|
+
"test:clean": "node scripts/clean-tests.js",
|
|
36
|
+
"test:full": "npm run test:clean && npm run test && npm run test:report"
|
|
29
37
|
},
|
|
30
38
|
"peerDependencies": {
|
|
31
39
|
"react": "^18.2.0",
|
|
32
40
|
"react-dom": "^18.2.0"
|
|
33
41
|
},
|
|
34
42
|
"dependencies": {
|
|
43
|
+
"@brightcove/react-player-loader": "^1.4.1",
|
|
35
44
|
"@hello-pangea/dnd": "^18.0.1",
|
|
36
45
|
"@json2csv/plainjs": "^7.0.6",
|
|
37
|
-
"@yaireo/tagify": "^4.12.0",
|
|
38
46
|
"ace-builds": "^1.23.1",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
47
|
+
"axios": "^0.27.2",
|
|
48
|
+
"deepmerge": "^4.2.2",
|
|
49
|
+
"gsap": "^3.10.4",
|
|
50
|
+
"handlebars": "^4.7.7",
|
|
51
|
+
"html-react-parser": "^1.2.7",
|
|
42
52
|
"jsoneditor": "^9.10.0",
|
|
43
|
-
"
|
|
53
|
+
"lodash": "^4.17.21",
|
|
44
54
|
"lottie-react": "^2.4.1",
|
|
55
|
+
"papaparse": "^5.3.2",
|
|
45
56
|
"prop-types": "^15.8.1",
|
|
46
57
|
"quill-delta": "^5.1.0",
|
|
47
|
-
"quill-html-edit-button": "^2.2.12",
|
|
48
58
|
"rc-collapse": "^3.1.1",
|
|
59
|
+
"react-ace": "^10.1.0",
|
|
49
60
|
"react-circular-progressbar": "^2.0.4",
|
|
50
|
-
"react-
|
|
51
|
-
"react-
|
|
61
|
+
"react-color": "^2.19.3",
|
|
62
|
+
"react-datepicker": "^4.8.0",
|
|
63
|
+
"react-json-pretty": "^2.2.0",
|
|
64
|
+
"react-json-view": "^1.21.3",
|
|
65
|
+
"react-modal": "^3.15.1",
|
|
52
66
|
"react-number-format": "^5.1.2",
|
|
67
|
+
"react-paginate": "^8.1.2",
|
|
53
68
|
"react-quill-new": "^3.3.3",
|
|
54
|
-
"react-
|
|
69
|
+
"react-select": "^5.4.0",
|
|
55
70
|
"react-tabs": "^6.0.2",
|
|
56
71
|
"react-tag-input": "^6.8.0",
|
|
57
|
-
"react-
|
|
58
|
-
"
|
|
59
|
-
"sass": "^1.69.5",
|
|
72
|
+
"react-toggle": "^4.1.2",
|
|
73
|
+
"uuid": "^8.3.2",
|
|
60
74
|
"vanilla-jsoneditor": "^2.3.2",
|
|
61
|
-
"
|
|
75
|
+
"wouter": "^2.8.0-alpha.2"
|
|
62
76
|
},
|
|
63
77
|
"devDependencies": {
|
|
64
|
-
"@
|
|
78
|
+
"@monaco-editor/react": "^4.7.0",
|
|
79
|
+
"@playwright/test": "^1.55.0",
|
|
65
80
|
"@vitejs/plugin-react": "^3.1.0",
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"deepmerge": "^4.2.2",
|
|
69
|
-
"firebase": "^9.8.4",
|
|
70
|
-
"gsap": "^3.10.4",
|
|
71
|
-
"handlebars": "^4.7.7",
|
|
72
|
-
"html-react-parser": "^1.2.7",
|
|
73
|
-
"microbundle": "^0.15.0",
|
|
74
|
-
"papaparse": "^5.3.2",
|
|
81
|
+
"chokidar-cli": "^3.0.0",
|
|
82
|
+
"concurrently": "^9.2.1",
|
|
75
83
|
"prettier": "^3.3.3",
|
|
76
84
|
"react": "^18.3.1",
|
|
77
|
-
"react-ace": "^10.1.0",
|
|
78
|
-
"react-app-rewired": "^2.2.1",
|
|
79
|
-
"react-color": "^2.19.3",
|
|
80
|
-
"react-datepicker": "^4.8.0",
|
|
81
85
|
"react-dom": "^18.3.1",
|
|
82
86
|
"react-hook-form": "^7.8.5",
|
|
83
|
-
"react-json-editor-ajrm": "^2.5.13",
|
|
84
|
-
"react-json-pretty": "^2.2.0",
|
|
85
|
-
"react-json-view": "^1.21.3",
|
|
86
|
-
"react-modal": "^3.15.1",
|
|
87
|
-
"react-paginate": "^8.1.2",
|
|
88
|
-
"react-select": "^5.4.0",
|
|
89
|
-
"react-switch": "^7.0.0",
|
|
90
|
-
"react-toggle": "^4.1.2",
|
|
91
|
-
"rollup-plugin-css-only": "^4.5.2",
|
|
92
87
|
"rollup-plugin-postcss": "^4.0.2",
|
|
93
|
-
"
|
|
94
|
-
"uuid": "^8.3.2",
|
|
95
|
-
"uuidv4": "^6.2.10",
|
|
88
|
+
"sass": "^1.69.5",
|
|
96
89
|
"vite": "^4.4.9",
|
|
97
|
-
"vite-plugin-
|
|
98
|
-
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
99
|
-
"wouter": "^2.8.0-alpha.2"
|
|
90
|
+
"vite-plugin-lib-inject-css": "^2.1.1"
|
|
100
91
|
},
|
|
101
92
|
"overrides": {
|
|
102
|
-
"jsoneditor-react": {
|
|
103
|
-
"react": "$react",
|
|
104
|
-
"react-dom": "$react-dom"
|
|
105
|
-
},
|
|
106
93
|
"react-json-view": {
|
|
107
94
|
"react": "$react",
|
|
108
95
|
"react-dom": "$react-dom"
|