@nickaux/form-configurator 1.1.139 → 1.1.141
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/cors.json +8 -8
- package/dist/FormConfigurator.cjs +4 -4
- package/dist/FormConfigurator.cjs.map +1 -0
- package/dist/FormConfigurator.css +2 -0
- package/dist/FormConfigurator.css.map +1 -0
- package/dist/FormConfigurator.modern.js +3 -3
- package/dist/FormConfigurator.modern.js.map +1 -0
- package/dist/FormConfigurator.module.js +4 -4
- package/dist/FormConfigurator.module.js.map +1 -0
- package/dist/FormConfigurator.umd.js +20 -20
- package/dist/FormConfigurator.umd.js.map +1 -0
- package/package.json +77 -78
- package/vite.config.js +26 -26
- package/yarn-error.log +7514 -0
package/package.json
CHANGED
|
@@ -1,78 +1,77 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@nickaux/form-configurator",
|
|
3
|
-
"description": "A React form manager",
|
|
4
|
-
"private": false,
|
|
5
|
-
"version": "1.1.
|
|
6
|
-
"source": "./src/FormConfigurator/lib.package.js",
|
|
7
|
-
"type": "module",
|
|
8
|
-
"main": "./dist/FormConfigurator.cjs",
|
|
9
|
-
"module": "./dist/FormConfigurator.module.js",
|
|
10
|
-
"unpkg": "./dist/FormConfigurator.umd.js",
|
|
11
|
-
"scripts": {
|
|
12
|
-
"dev": "vite",
|
|
13
|
-
"build": "microbundle --jsx=React.createElement --css-module true --css inline --no-sourcemap --no-pretty --define process.env.NODE_ENV=\"'production'\"",
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"jsoneditor": "^
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"quill-
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"react-
|
|
29
|
-
"react-dnd": "^14.0.
|
|
30
|
-
"react-
|
|
31
|
-
"react-
|
|
32
|
-
"react-
|
|
33
|
-
"react-
|
|
34
|
-
"react-
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"worker-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"react": "
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"@
|
|
46
|
-
"@vitejs/plugin-react": "^1.3.
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"react": "^
|
|
58
|
-
"react-
|
|
59
|
-
"react-
|
|
60
|
-
"react-
|
|
61
|
-
"react-
|
|
62
|
-
"react-
|
|
63
|
-
"react-
|
|
64
|
-
"react-json-
|
|
65
|
-
"react-json-
|
|
66
|
-
"react-
|
|
67
|
-
"react-
|
|
68
|
-
"react-
|
|
69
|
-
"react-
|
|
70
|
-
"react-
|
|
71
|
-
"react
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@nickaux/form-configurator",
|
|
3
|
+
"description": "A React form manager",
|
|
4
|
+
"private": false,
|
|
5
|
+
"version": "1.1.141",
|
|
6
|
+
"source": "./src/FormConfigurator/lib.package.js",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"main": "./dist/FormConfigurator.cjs",
|
|
9
|
+
"module": "./dist/FormConfigurator.module.js",
|
|
10
|
+
"unpkg": "./dist/FormConfigurator.umd.js",
|
|
11
|
+
"scripts": {
|
|
12
|
+
"dev": "vite",
|
|
13
|
+
"build": "VITE_ENV=production microbundle --jsx=React.createElement --css-module true --css inline --no-sourcemap --no-pretty --define process.env.NODE_ENV=\"'production'\"",
|
|
14
|
+
"preview": "vite preview"
|
|
15
|
+
},
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@yaireo/tagify": "^4.12.0",
|
|
18
|
+
"ace-builds": "^1.23.1",
|
|
19
|
+
"i": "^0.3.7",
|
|
20
|
+
"jsoneditor": "^9.10.0",
|
|
21
|
+
"jsoneditor-react": "^3.1.2",
|
|
22
|
+
"loose-envify": "^1.4.0",
|
|
23
|
+
"npm": "^8.19.4",
|
|
24
|
+
"quill-delta": "^5.0.0",
|
|
25
|
+
"quill-html-edit-button": "^2.2.12",
|
|
26
|
+
"rc-collapse": "^3.1.1",
|
|
27
|
+
"react-circular-progressbar": "^2.0.4",
|
|
28
|
+
"react-dnd": "^14.0.2",
|
|
29
|
+
"react-dnd-html5-backend": "^14.0.0",
|
|
30
|
+
"react-number-format": "^5.1.2",
|
|
31
|
+
"react-quill": "^1.3.5",
|
|
32
|
+
"react-router-dom": "^6.3.0",
|
|
33
|
+
"react-tabs": "^3.2.2",
|
|
34
|
+
"react-tag-input": "^6.8.0",
|
|
35
|
+
"remove": "^0.1.5",
|
|
36
|
+
"worker-loader": "^3.0.8",
|
|
37
|
+
"worker-plugin": "^5.0.1"
|
|
38
|
+
},
|
|
39
|
+
"peerDependencies": {
|
|
40
|
+
"react": ">=^18.0.0",
|
|
41
|
+
"react-dom": ">=^18.0.0"
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@brightcove/react-player-loader": "^1.4.1",
|
|
45
|
+
"@vitejs/plugin-react": "^1.3.0",
|
|
46
|
+
"@vitejs/plugin-react-refresh": "^1.3.6",
|
|
47
|
+
"axios": "^0.27.2",
|
|
48
|
+
"deepmerge": "^4.2.2",
|
|
49
|
+
"firebase": "^9.8.4",
|
|
50
|
+
"gsap": "^3.10.4",
|
|
51
|
+
"handlebars": "^4.7.7",
|
|
52
|
+
"html-react-parser": "^1.2.7",
|
|
53
|
+
"microbundle": "^0.15.0",
|
|
54
|
+
"node-sass": "^6.0.1",
|
|
55
|
+
"papaparse": "^5.3.2",
|
|
56
|
+
"react": "^18.0.0",
|
|
57
|
+
"react-ace": "^10.1.0",
|
|
58
|
+
"react-beautiful-dnd": "^13.1.0",
|
|
59
|
+
"react-color": "^2.19.3",
|
|
60
|
+
"react-datepicker": "^4.8.0",
|
|
61
|
+
"react-dom": "^18.0.0",
|
|
62
|
+
"react-hook-form": "^7.8.5",
|
|
63
|
+
"react-json-editor-ajrm": "^2.5.13",
|
|
64
|
+
"react-json-pretty": "^2.2.0",
|
|
65
|
+
"react-json-view": "^1.21.3",
|
|
66
|
+
"react-modal": "^3.15.1",
|
|
67
|
+
"react-paginate": "^8.1.2",
|
|
68
|
+
"react-select": "^5.4.0",
|
|
69
|
+
"react-switch": "^7.0.0",
|
|
70
|
+
"react-toggle": "^4.1.2",
|
|
71
|
+
"slate-react": "^0.81.0",
|
|
72
|
+
"uuid": "^8.3.2",
|
|
73
|
+
"uuidv4": "^6.2.10",
|
|
74
|
+
"vite": "^2.9.9",
|
|
75
|
+
"wouter": "^2.8.0-alpha.2"
|
|
76
|
+
}
|
|
77
|
+
}
|
package/vite.config.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { defineConfig } from 'vite'
|
|
2
|
-
import react from "@vitejs/plugin-react"
|
|
3
|
-
import { builtinModules } from "module"
|
|
4
|
-
|
|
5
|
-
// https://vitejs.dev/config/
|
|
6
|
-
export default defineConfig({
|
|
7
|
-
build: {
|
|
8
|
-
minify: true,
|
|
9
|
-
mode: "production", // set the mode to "production"
|
|
10
|
-
// rollupOptions: {
|
|
11
|
-
// external: ["ace-builds"].concat(builtinModules),
|
|
12
|
-
// },
|
|
13
|
-
},
|
|
14
|
-
plugins: [
|
|
15
|
-
// looseEnvify({
|
|
16
|
-
// NODE_ENV: "production",
|
|
17
|
-
// global: true,
|
|
18
|
-
// }),
|
|
19
|
-
|
|
20
|
-
react(),
|
|
21
|
-
],
|
|
22
|
-
|
|
23
|
-
// esbuild: {
|
|
24
|
-
// logOverride: { "this-is-undefined-in-esm": "silent" },
|
|
25
|
-
// },
|
|
26
|
-
})
|
|
1
|
+
import { defineConfig } from 'vite'
|
|
2
|
+
import react from "@vitejs/plugin-react"
|
|
3
|
+
import { builtinModules } from "module"
|
|
4
|
+
|
|
5
|
+
// https://vitejs.dev/config/
|
|
6
|
+
export default defineConfig({
|
|
7
|
+
build: {
|
|
8
|
+
minify: true,
|
|
9
|
+
mode: "production", // set the mode to "production"
|
|
10
|
+
// rollupOptions: {
|
|
11
|
+
// external: ["ace-builds"].concat(builtinModules),
|
|
12
|
+
// },
|
|
13
|
+
},
|
|
14
|
+
plugins: [
|
|
15
|
+
// looseEnvify({
|
|
16
|
+
// NODE_ENV: "production",
|
|
17
|
+
// global: true,
|
|
18
|
+
// }),
|
|
19
|
+
|
|
20
|
+
react(),
|
|
21
|
+
],
|
|
22
|
+
|
|
23
|
+
// esbuild: {
|
|
24
|
+
// logOverride: { "this-is-undefined-in-esm": "silent" },
|
|
25
|
+
// },
|
|
26
|
+
})
|