dynamic-questionnaire-form 1.1.0 → 1.1.3

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,64 +1,64 @@
1
- {
2
- "name": "dynamic-questionnaire-form",
3
- "version": "1.1.0",
4
- "description": "Dynamic Questionarie sending JSON will give out the dynamic list of fields",
5
- "main": "index.js",
6
- "module": "./dist/esm/index.js",
7
- "types": "./dist/esm/index.d.ts",
8
- "scripts": {
9
- "test": "echo \"No test specified\"",
10
- "build": "npm run sass && npm run copy && npm run build:esm",
11
- "build:esm": "tsc",
12
- "sass": "sass src/scss/styles.scss dist/esm/scss/styles.css",
13
- "copy": "copyfiles -u 1 src/**/*.svg dist/esm",
14
- "prepare": "npm run build",
15
- "prepublishOnly": "npm test"
16
- },
17
- "peerDependencies": {
18
- "react": ">=16"
19
- },
20
- "files": [
21
- "dist"
22
- ],
23
- "keywords": [
24
- "react",
25
- "typescript",
26
- "tracker-project"
27
- ],
28
- "author": "",
29
- "license": "MIT",
30
- "dependencies": {
31
- "@types/react": "^18.2.14",
32
- "common-fields": "^1.3.10",
33
- "copy-to-clipboard": "^3.3.3",
34
- "copyfiles": "^2.4.1",
35
- "eslint-config-prettier": "^8.8.0",
36
- "eslint-plugin-prettier": "^4.2.1",
37
- "lodash": "^4.17.21",
38
- "moment": "^2.29.4",
39
- "prettier": "^2.8.8",
40
- "react": ">=16",
41
- "react-avatar": "^5.0.3",
42
- "react-bootstrap": "^2.8.0",
43
- "react-bootstrap-typeahead": "^6.2.3",
44
- "react-datepicker": "^4.16.0",
45
- "react-dom": "^18.2.0",
46
- "react-input-mask": "^2.0.4",
47
- "react-phone-input-2": "^2.15.1",
48
- "react-redux": "^8.1.2",
49
- "react-toastify": "^9.1.3",
50
- "reactstrap": "^9.2.0",
51
- "redux-form": "^8.3.10",
52
- "rimraf": "^5.0.1",
53
- "sass": "^1.64.1",
54
- "typescript": "^5.1.3"
55
- },
56
- "devDependencies": {
57
- "@types/lodash": "^4.14.197",
58
- "@types/react-datepicker": "^4.15.0",
59
- "@types/react-input-mask": "^3.0.2",
60
- "@types/reactstrap": "^8.7.2",
61
- "@types/redux-form": "^8.3.5",
62
- "tslib": "^2.6.2"
63
- }
64
- }
1
+ {
2
+ "name": "dynamic-questionnaire-form",
3
+ "version": "1.1.3",
4
+ "description": "Dynamic Questionarie sending JSON will give out the dynamic list of fields",
5
+ "main": "index.js",
6
+ "module": "./dist/esm/index.js",
7
+ "types": "./dist/esm/index.d.ts",
8
+ "scripts": {
9
+ "test": "echo \"No test specified\"",
10
+ "build": "npm run sass && npm run copy && npm run build:esm",
11
+ "build:esm": "tsc",
12
+ "sass": "sass src/scss/styles.scss dist/esm/scss/styles.css",
13
+ "copy": "copyfiles -u 1 src/**/*.svg dist/esm",
14
+ "prepare": "npm run build",
15
+ "prepublishOnly": "npm test"
16
+ },
17
+ "peerDependencies": {
18
+ "react": ">=16"
19
+ },
20
+ "files": [
21
+ "dist"
22
+ ],
23
+ "keywords": [
24
+ "react",
25
+ "typescript",
26
+ "tracker-project"
27
+ ],
28
+ "author": "",
29
+ "license": "MIT",
30
+ "dependencies": {
31
+ "@types/react": "^18.2.14",
32
+ "common-field-package": "^1.1.3",
33
+ "copy-to-clipboard": "^3.3.3",
34
+ "copyfiles": "^2.4.1",
35
+ "eslint-config-prettier": "^8.8.0",
36
+ "eslint-plugin-prettier": "^4.2.1",
37
+ "lodash": "^4.17.21",
38
+ "moment": "^2.29.4",
39
+ "prettier": "^2.8.8",
40
+ "react": ">=16",
41
+ "react-avatar": "^5.0.3",
42
+ "react-bootstrap": "^2.8.0",
43
+ "react-bootstrap-typeahead": "^6.2.3",
44
+ "react-datepicker": "^4.16.0",
45
+ "react-dom": "^18.2.0",
46
+ "react-input-mask": "^2.0.4",
47
+ "react-phone-input-2": "^2.15.1",
48
+ "react-redux": "^8.1.2",
49
+ "react-toastify": "^9.1.3",
50
+ "reactstrap": "^9.2.0",
51
+ "redux-form": "^8.3.10",
52
+ "rimraf": "^5.0.1",
53
+ "sass": "^1.64.1",
54
+ "typescript": "^5.1.3"
55
+ },
56
+ "devDependencies": {
57
+ "@types/lodash": "^4.14.197",
58
+ "@types/react-datepicker": "^4.15.0",
59
+ "@types/react-input-mask": "^3.0.2",
60
+ "@types/reactstrap": "^8.7.2",
61
+ "@types/redux-form": "^8.3.5",
62
+ "tslib": "^2.6.2"
63
+ }
64
+ }