@ilife-tech/react-application-flow-renderer 1.3.42 → 1.3.44
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 +1970 -1967
- package/dist/example.js +19 -19
- package/dist/example.js.LICENSE.txt +1 -1
- package/dist/example.js.map +1 -1
- package/dist/index.js +19 -19
- package/dist/index.js.LICENSE.txt +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +146 -146
package/package.json
CHANGED
|
@@ -1,146 +1,146 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@ilife-tech/react-application-flow-renderer",
|
|
3
|
-
"private": false,
|
|
4
|
-
"version": "1.3.
|
|
5
|
-
"description": "A dynamic application flow renderer for React applications with Universal API support(sqv2.0)",
|
|
6
|
-
"main": "dist/index.js",
|
|
7
|
-
"module": "dist/index.esm.js",
|
|
8
|
-
"types": "dist/index.d.ts",
|
|
9
|
-
"files": [
|
|
10
|
-
"dist",
|
|
11
|
-
"README.md",
|
|
12
|
-
"LICENSE"
|
|
13
|
-
],
|
|
14
|
-
"scripts": {
|
|
15
|
-
"start": "webpack serve --mode development --port 3010",
|
|
16
|
-
"build": "webpack --mode production",
|
|
17
|
-
"preview": "webpack serve --mode production",
|
|
18
|
-
"// test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
|
|
19
|
-
"// test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
|
|
20
|
-
"// test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
|
|
21
|
-
"// test:e2e": "playwright test",
|
|
22
|
-
"lint": "eslint src --ext js,jsx",
|
|
23
|
-
"lint:fix": "eslint src --ext js,jsx --fix",
|
|
24
|
-
"format": "prettier --write \"src/**/*.{js,jsx,scss}\"",
|
|
25
|
-
"format:check": "prettier --check \"src/**/*.{js,jsx,scss}\"",
|
|
26
|
-
"prepare": "husky install",
|
|
27
|
-
"prepare:husky": "npx husky install && npx husky add .husky/pre-commit 'npx lint-staged'",
|
|
28
|
-
"prepublishOnly": "npm run build",
|
|
29
|
-
"preversion": "npm run lint && npm run format:check",
|
|
30
|
-
"version": "npm run format && git add -A src",
|
|
31
|
-
"postversion": "git push && git push --tags",
|
|
32
|
-
"storybook": "storybook dev -p 6006",
|
|
33
|
-
"build-storybook": "storybook build",
|
|
34
|
-
"analyze": "ANALYZE=true npm run build",
|
|
35
|
-
"generate-report": "node scripts/generate-dev-report.js",
|
|
36
|
-
"sonar": "sonar-scanner",
|
|
37
|
-
"sonar:docker": "docker run --rm --network host -v \"$(pwd):/usr/src\" -w /usr/src sonarsource/sonar-scanner-cli:latest",
|
|
38
|
-
"sonar:mcp": "npx -y sonarqube-mcp-server@latest"
|
|
39
|
-
},
|
|
40
|
-
"keywords": [
|
|
41
|
-
"react",
|
|
42
|
-
"form",
|
|
43
|
-
"dynamic",
|
|
44
|
-
"renderer",
|
|
45
|
-
"universal-api",
|
|
46
|
-
"form-builder",
|
|
47
|
-
"react-component",
|
|
48
|
-
"typescript"
|
|
49
|
-
],
|
|
50
|
-
"author": "iLiFE Technologies",
|
|
51
|
-
"license": "ISC",
|
|
52
|
-
"repository": {
|
|
53
|
-
"type": "git",
|
|
54
|
-
"url": "https://github.com/iLife-Technologies/react-dynamic-form-renderer/"
|
|
55
|
-
},
|
|
56
|
-
"bugs": {
|
|
57
|
-
"url": "https://github.com/iLife-Technologies/react-dynamic-form-renderer/issues"
|
|
58
|
-
},
|
|
59
|
-
"homepage": "https://github.com/iLife-Technologies/react-dynamic-form-renderer#readme",
|
|
60
|
-
"dependencies": {
|
|
61
|
-
"@emotion/react": "^11.14.0",
|
|
62
|
-
"@emotion/styled": "^11.14.0",
|
|
63
|
-
"@ilife-tech/react-section-renderer": "^1.0.22",
|
|
64
|
-
"@mui/material": "^6.4.1",
|
|
65
|
-
"dompurify": "^3.2.4",
|
|
66
|
-
"imask": "^7.6.1",
|
|
67
|
-
"inputmask": "^5.0.9",
|
|
68
|
-
"prop-types": "^15.8.1",
|
|
69
|
-
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
70
|
-
"react-datepicker": "^8.4.0",
|
|
71
|
-
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
72
|
-
"react-imask": "^7.6.1",
|
|
73
|
-
"react-number-format": "^5.4.2",
|
|
74
|
-
"react-select": "^5.8.0",
|
|
75
|
-
"react-toastify": "^9.1.3"
|
|
76
|
-
},
|
|
77
|
-
"devDependencies": {
|
|
78
|
-
"@babel/core": "^7.26.0",
|
|
79
|
-
"@babel/eslint-parser": "^7.28.5",
|
|
80
|
-
"@babel/preset-env": "^7.26.0",
|
|
81
|
-
"@babel/preset-react": "^7.26.3",
|
|
82
|
-
"@playwright/test": "^1.40.1",
|
|
83
|
-
"@svgr/webpack": "^8.1.0",
|
|
84
|
-
"@testing-library/jest-dom": "^6.1.5",
|
|
85
|
-
"@testing-library/react": "^14.1.2",
|
|
86
|
-
"@testing-library/user-event": "^14.5.1",
|
|
87
|
-
"@types/react": "^18.2.45",
|
|
88
|
-
"babel-loader": "^9.2.1",
|
|
89
|
-
"compression-webpack-plugin": "^10.0.0",
|
|
90
|
-
"css-loader": "^7.1.2",
|
|
91
|
-
"csv-writer": "^1.6.0",
|
|
92
|
-
"dotenv-webpack": "^8.1.0",
|
|
93
|
-
"eslint": "^8.56.0",
|
|
94
|
-
"eslint-config-prettier": "^9.1.0",
|
|
95
|
-
"eslint-plugin-import": "^2.29.0",
|
|
96
|
-
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
97
|
-
"eslint-plugin-prettier": "^5.0.0",
|
|
98
|
-
"eslint-plugin-react": "^7.33.2",
|
|
99
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
100
|
-
"eslint-plugin-security": "^3.0.1",
|
|
101
|
-
"html-webpack-plugin": "^5.6.3",
|
|
102
|
-
"husky": "^8.0.3",
|
|
103
|
-
"jest": "^29.7.0",
|
|
104
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
105
|
-
"lint-staged": "^15.2.0",
|
|
106
|
-
"prettier": "^3.1.1",
|
|
107
|
-
"sass": "^1.83.4",
|
|
108
|
-
"sass-loader": "^16.0.4",
|
|
109
|
-
"simple-git": "^3.27.0",
|
|
110
|
-
"style-loader": "^4.0.0",
|
|
111
|
-
"terser-webpack-plugin": "^5.3.11",
|
|
112
|
-
"url-loader": "^4.1.1",
|
|
113
|
-
"webpack": "^5.97.1",
|
|
114
|
-
"webpack-bundle-analyzer": "^4.10.2",
|
|
115
|
-
"webpack-cli": "^6.0.1",
|
|
116
|
-
"webpack-dev-server": "^5.2.0"
|
|
117
|
-
},
|
|
118
|
-
"husky": {
|
|
119
|
-
"hooks": {
|
|
120
|
-
"pre-commit": "lint-staged"
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
"lint-staged": {
|
|
124
|
-
"**/*.{js,jsx}": [
|
|
125
|
-
"prettier --write"
|
|
126
|
-
],
|
|
127
|
-
"src/**/*.{js,jsx}": [
|
|
128
|
-
"eslint --fix",
|
|
129
|
-
"eslint --max-warnings=0"
|
|
130
|
-
],
|
|
131
|
-
"**/*.{json,md,css,scss}": [
|
|
132
|
-
"prettier --write"
|
|
133
|
-
]
|
|
134
|
-
},
|
|
135
|
-
"peerDependencies": {
|
|
136
|
-
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
137
|
-
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
138
|
-
},
|
|
139
|
-
"engines": {
|
|
140
|
-
"node": ">=20.0.0",
|
|
141
|
-
"npm": ">=10.0.0"
|
|
142
|
-
},
|
|
143
|
-
"overrides": {
|
|
144
|
-
"es-abstract": "^1.24.1"
|
|
145
|
-
}
|
|
146
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@ilife-tech/react-application-flow-renderer",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "1.3.44",
|
|
5
|
+
"description": "A dynamic application flow renderer for React applications with Universal API support(sqv2.0)",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"module": "dist/index.esm.js",
|
|
8
|
+
"types": "dist/index.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist",
|
|
11
|
+
"README.md",
|
|
12
|
+
"LICENSE"
|
|
13
|
+
],
|
|
14
|
+
"scripts": {
|
|
15
|
+
"start": "webpack serve --mode development --port 3010",
|
|
16
|
+
"build": "webpack --mode production",
|
|
17
|
+
"preview": "webpack serve --mode production",
|
|
18
|
+
"// test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
|
|
19
|
+
"// test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
|
|
20
|
+
"// test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
|
|
21
|
+
"// test:e2e": "playwright test",
|
|
22
|
+
"lint": "eslint src --ext js,jsx",
|
|
23
|
+
"lint:fix": "eslint src --ext js,jsx --fix",
|
|
24
|
+
"format": "prettier --write \"src/**/*.{js,jsx,scss}\"",
|
|
25
|
+
"format:check": "prettier --check \"src/**/*.{js,jsx,scss}\"",
|
|
26
|
+
"prepare": "husky install",
|
|
27
|
+
"prepare:husky": "npx husky install && npx husky add .husky/pre-commit 'npx lint-staged'",
|
|
28
|
+
"prepublishOnly": "npm run build",
|
|
29
|
+
"preversion": "npm run lint && npm run format:check",
|
|
30
|
+
"version": "npm run format && git add -A src",
|
|
31
|
+
"postversion": "git push && git push --tags",
|
|
32
|
+
"storybook": "storybook dev -p 6006",
|
|
33
|
+
"build-storybook": "storybook build",
|
|
34
|
+
"analyze": "ANALYZE=true npm run build",
|
|
35
|
+
"generate-report": "node scripts/generate-dev-report.js",
|
|
36
|
+
"sonar": "sonar-scanner",
|
|
37
|
+
"sonar:docker": "docker run --rm --network host -v \"$(pwd):/usr/src\" -w /usr/src sonarsource/sonar-scanner-cli:latest",
|
|
38
|
+
"sonar:mcp": "npx -y sonarqube-mcp-server@latest"
|
|
39
|
+
},
|
|
40
|
+
"keywords": [
|
|
41
|
+
"react",
|
|
42
|
+
"form",
|
|
43
|
+
"dynamic",
|
|
44
|
+
"renderer",
|
|
45
|
+
"universal-api",
|
|
46
|
+
"form-builder",
|
|
47
|
+
"react-component",
|
|
48
|
+
"typescript"
|
|
49
|
+
],
|
|
50
|
+
"author": "iLiFE Technologies",
|
|
51
|
+
"license": "ISC",
|
|
52
|
+
"repository": {
|
|
53
|
+
"type": "git",
|
|
54
|
+
"url": "https://github.com/iLife-Technologies/react-dynamic-form-renderer/"
|
|
55
|
+
},
|
|
56
|
+
"bugs": {
|
|
57
|
+
"url": "https://github.com/iLife-Technologies/react-dynamic-form-renderer/issues"
|
|
58
|
+
},
|
|
59
|
+
"homepage": "https://github.com/iLife-Technologies/react-dynamic-form-renderer#readme",
|
|
60
|
+
"dependencies": {
|
|
61
|
+
"@emotion/react": "^11.14.0",
|
|
62
|
+
"@emotion/styled": "^11.14.0",
|
|
63
|
+
"@ilife-tech/react-section-renderer": "^1.0.22",
|
|
64
|
+
"@mui/material": "^6.4.1",
|
|
65
|
+
"dompurify": "^3.2.4",
|
|
66
|
+
"imask": "^7.6.1",
|
|
67
|
+
"inputmask": "^5.0.9",
|
|
68
|
+
"prop-types": "^15.8.1",
|
|
69
|
+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
70
|
+
"react-datepicker": "^8.4.0",
|
|
71
|
+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
72
|
+
"react-imask": "^7.6.1",
|
|
73
|
+
"react-number-format": "^5.4.2",
|
|
74
|
+
"react-select": "^5.8.0",
|
|
75
|
+
"react-toastify": "^9.1.3"
|
|
76
|
+
},
|
|
77
|
+
"devDependencies": {
|
|
78
|
+
"@babel/core": "^7.26.0",
|
|
79
|
+
"@babel/eslint-parser": "^7.28.5",
|
|
80
|
+
"@babel/preset-env": "^7.26.0",
|
|
81
|
+
"@babel/preset-react": "^7.26.3",
|
|
82
|
+
"@playwright/test": "^1.40.1",
|
|
83
|
+
"@svgr/webpack": "^8.1.0",
|
|
84
|
+
"@testing-library/jest-dom": "^6.1.5",
|
|
85
|
+
"@testing-library/react": "^14.1.2",
|
|
86
|
+
"@testing-library/user-event": "^14.5.1",
|
|
87
|
+
"@types/react": "^18.2.45",
|
|
88
|
+
"babel-loader": "^9.2.1",
|
|
89
|
+
"compression-webpack-plugin": "^10.0.0",
|
|
90
|
+
"css-loader": "^7.1.2",
|
|
91
|
+
"csv-writer": "^1.6.0",
|
|
92
|
+
"dotenv-webpack": "^8.1.0",
|
|
93
|
+
"eslint": "^8.56.0",
|
|
94
|
+
"eslint-config-prettier": "^9.1.0",
|
|
95
|
+
"eslint-plugin-import": "^2.29.0",
|
|
96
|
+
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
97
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
98
|
+
"eslint-plugin-react": "^7.33.2",
|
|
99
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
100
|
+
"eslint-plugin-security": "^3.0.1",
|
|
101
|
+
"html-webpack-plugin": "^5.6.3",
|
|
102
|
+
"husky": "^8.0.3",
|
|
103
|
+
"jest": "^29.7.0",
|
|
104
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
105
|
+
"lint-staged": "^15.2.0",
|
|
106
|
+
"prettier": "^3.1.1",
|
|
107
|
+
"sass": "^1.83.4",
|
|
108
|
+
"sass-loader": "^16.0.4",
|
|
109
|
+
"simple-git": "^3.27.0",
|
|
110
|
+
"style-loader": "^4.0.0",
|
|
111
|
+
"terser-webpack-plugin": "^5.3.11",
|
|
112
|
+
"url-loader": "^4.1.1",
|
|
113
|
+
"webpack": "^5.97.1",
|
|
114
|
+
"webpack-bundle-analyzer": "^4.10.2",
|
|
115
|
+
"webpack-cli": "^6.0.1",
|
|
116
|
+
"webpack-dev-server": "^5.2.0"
|
|
117
|
+
},
|
|
118
|
+
"husky": {
|
|
119
|
+
"hooks": {
|
|
120
|
+
"pre-commit": "lint-staged"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"lint-staged": {
|
|
124
|
+
"**/*.{js,jsx}": [
|
|
125
|
+
"prettier --write"
|
|
126
|
+
],
|
|
127
|
+
"src/**/*.{js,jsx}": [
|
|
128
|
+
"eslint --fix",
|
|
129
|
+
"eslint --max-warnings=0"
|
|
130
|
+
],
|
|
131
|
+
"**/*.{json,md,css,scss}": [
|
|
132
|
+
"prettier --write"
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
"peerDependencies": {
|
|
136
|
+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
137
|
+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
138
|
+
},
|
|
139
|
+
"engines": {
|
|
140
|
+
"node": ">=20.0.0",
|
|
141
|
+
"npm": ">=10.0.0"
|
|
142
|
+
},
|
|
143
|
+
"overrides": {
|
|
144
|
+
"es-abstract": "^1.24.1"
|
|
145
|
+
}
|
|
146
|
+
}
|