@nickaux/form-configurator 1.1.137 → 1.1.138

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,77 +1,78 @@
1
- {
2
- "name": "@nickaux/form-configurator",
3
- "description": "A React form manager",
4
- "private": false,
5
- "version": "1.1.137",
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.16.0",
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
- }
1
+ {
2
+ "name": "@nickaux/form-configurator",
3
+ "description": "A React form manager",
4
+ "private": false,
5
+ "version": "1.1.138",
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
+ "buildprod": "VITE_ENV=production microbundle --jsx=React.createElement --css-module true --css inline --no-sourcemap --no-pretty --define process.env.NODE_ENV=\"'production'\"",
15
+ "preview": "vite preview"
16
+ },
17
+ "dependencies": {
18
+ "@yaireo/tagify": "^4.12.0",
19
+ "ace-builds": "^1.16.0",
20
+ "i": "^0.3.7",
21
+ "jsoneditor": "^9.10.0",
22
+ "jsoneditor-react": "^3.1.2",
23
+ "loose-envify": "^1.4.0",
24
+ "npm": "^8.19.4",
25
+ "quill-delta": "^5.0.0",
26
+ "quill-html-edit-button": "^2.2.12",
27
+ "rc-collapse": "^3.1.1",
28
+ "react-circular-progressbar": "^2.0.4",
29
+ "react-dnd": "^14.0.2",
30
+ "react-dnd-html5-backend": "^14.0.0",
31
+ "react-number-format": "^5.1.2",
32
+ "react-quill": "^1.3.5",
33
+ "react-router-dom": "^6.3.0",
34
+ "react-tabs": "^3.2.2",
35
+ "react-tag-input": "^6.8.0",
36
+ "remove": "^0.1.5",
37
+ "worker-loader": "^3.0.8",
38
+ "worker-plugin": "^5.0.1"
39
+ },
40
+ "peerDependencies": {
41
+ "react": ">=^18.0.0",
42
+ "react-dom": ">=^18.0.0"
43
+ },
44
+ "devDependencies": {
45
+ "@brightcove/react-player-loader": "^1.4.1",
46
+ "@vitejs/plugin-react": "^1.3.0",
47
+ "@vitejs/plugin-react-refresh": "^1.3.6",
48
+ "axios": "^0.27.2",
49
+ "deepmerge": "^4.2.2",
50
+ "firebase": "^9.8.4",
51
+ "gsap": "^3.10.4",
52
+ "handlebars": "^4.7.7",
53
+ "html-react-parser": "^1.2.7",
54
+ "microbundle": "^0.15.0",
55
+ "node-sass": "^6.0.1",
56
+ "papaparse": "^5.3.2",
57
+ "react": "^17.0.2",
58
+ "react-ace": "^10.1.0",
59
+ "react-beautiful-dnd": "^13.1.0",
60
+ "react-color": "^2.19.3",
61
+ "react-datepicker": "^4.8.0",
62
+ "react-dom": "^17.0.2",
63
+ "react-hook-form": "^7.8.5",
64
+ "react-json-editor-ajrm": "^2.5.13",
65
+ "react-json-pretty": "^2.2.0",
66
+ "react-json-view": "^1.21.3",
67
+ "react-modal": "^3.15.1",
68
+ "react-paginate": "^8.1.2",
69
+ "react-select": "^5.4.0",
70
+ "react-switch": "^7.0.0",
71
+ "react-toggle": "^4.1.2",
72
+ "slate-react": "^0.81.0",
73
+ "uuid": "^8.3.2",
74
+ "uuidv4": "^6.2.10",
75
+ "vite": "^2.9.9",
76
+ "wouter": "^2.8.0-alpha.2"
77
+ }
78
+ }
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
+ })