react-jsonschema-form-conditionals 0.3.17 → 0.3.18
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.
Potentially problematic release.
This version of react-jsonschema-form-conditionals might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +124 -123
package/package.json
CHANGED
@@ -1,123 +1,124 @@
|
|
1
|
-
{
|
2
|
-
"name": "react-jsonschema-form-conditionals",
|
3
|
-
"description": "Extension of react-jsonschema-form with conditional field support",
|
4
|
-
"private": false,
|
5
|
-
"author": "mavarazy@gmail.com",
|
6
|
-
"version": "0.3.
|
7
|
-
"scripts": {
|
8
|
-
"build:lib": "rimraf lib && cross-env NODE_ENV=production babel -d lib/ src/",
|
9
|
-
"build:dist": "rimraf dist && cross-env NODE_ENV=production webpack --config webpack.config.dist.js --optimize-minimize",
|
10
|
-
"build:playground": "rimraf build && cross-env NODE_ENV=production webpack --config webpack.config.prod.js --optimize-minimize && cp playground/index.prod.html build/index.html",
|
11
|
-
"cs-check": "prettier -l $npm_package_prettierOptions '{playground,src,test}/**/*.js'",
|
12
|
-
"cs-format": "prettier $npm_package_prettierOptions '{playground,src,test}/**/*.js' --write",
|
13
|
-
"dist": "npm run build:lib && npm run build:dist",
|
14
|
-
"lint": "eslint --fix src test playground",
|
15
|
-
"precommit": "lint-staged",
|
16
|
-
"prepush": "npm test",
|
17
|
-
"publish-to-gh-pages": "npm run build:playground && gh-pages --dist build/",
|
18
|
-
"publish-to-npm": "npm run dist && npm publish && npm version patch",
|
19
|
-
"start": "webpack-dev-server",
|
20
|
-
"tdd": "jest --watchAll",
|
21
|
-
"test": "jest"
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
"
|
26
|
-
"
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
"
|
32
|
-
|
33
|
-
|
34
|
-
"npm run
|
35
|
-
"
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
"
|
40
|
-
|
41
|
-
"
|
42
|
-
|
43
|
-
|
44
|
-
"
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
"
|
50
|
-
"react
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
"
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
"
|
59
|
-
"babel-
|
60
|
-
"babel-
|
61
|
-
"babel-
|
62
|
-
"babel-
|
63
|
-
"babel-
|
64
|
-
"babel-plugin-transform-
|
65
|
-
"babel-
|
66
|
-
"babel-
|
67
|
-
"babel-preset-
|
68
|
-
"babel-preset-
|
69
|
-
"babel-
|
70
|
-
"
|
71
|
-
"
|
72
|
-
"
|
73
|
-
"
|
74
|
-
"enzyme
|
75
|
-
"
|
76
|
-
"eslint
|
77
|
-
"eslint-plugin-
|
78
|
-
"eslint-plugin-
|
79
|
-
"
|
80
|
-
"
|
81
|
-
"
|
82
|
-
"
|
83
|
-
"
|
84
|
-
"
|
85
|
-
"
|
86
|
-
"
|
87
|
-
"jest
|
88
|
-
"
|
89
|
-
"
|
90
|
-
"json-rules-engine
|
91
|
-
"
|
92
|
-
"
|
93
|
-
"
|
94
|
-
"react
|
95
|
-
"react-
|
96
|
-
"react-
|
97
|
-
"react-
|
98
|
-
"react-transform-
|
99
|
-
"
|
100
|
-
"
|
101
|
-
"
|
102
|
-
"
|
103
|
-
"
|
104
|
-
"webpack
|
105
|
-
"webpack-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
"
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
"
|
117
|
-
"
|
118
|
-
"
|
119
|
-
"
|
120
|
-
|
121
|
-
|
122
|
-
"
|
123
|
-
|
1
|
+
{
|
2
|
+
"name": "react-jsonschema-form-conditionals",
|
3
|
+
"description": "Extension of react-jsonschema-form with conditional field support",
|
4
|
+
"private": false,
|
5
|
+
"author": "mavarazy@gmail.com",
|
6
|
+
"version": "0.3.18",
|
7
|
+
"scripts": {
|
8
|
+
"build:lib": "rimraf lib && cross-env NODE_ENV=production babel -d lib/ src/",
|
9
|
+
"build:dist": "rimraf dist && cross-env NODE_ENV=production webpack --config webpack.config.dist.js --optimize-minimize",
|
10
|
+
"build:playground": "rimraf build && cross-env NODE_ENV=production webpack --config webpack.config.prod.js --optimize-minimize && cp playground/index.prod.html build/index.html",
|
11
|
+
"cs-check": "prettier -l $npm_package_prettierOptions '{playground,src,test}/**/*.js'",
|
12
|
+
"cs-format": "prettier $npm_package_prettierOptions '{playground,src,test}/**/*.js' --write",
|
13
|
+
"dist": "npm run build:lib && npm run build:dist",
|
14
|
+
"lint": "eslint --fix src test playground",
|
15
|
+
"precommit": "lint-staged",
|
16
|
+
"prepush": "npm test",
|
17
|
+
"publish-to-gh-pages": "npm run build:playground && gh-pages --dist build/",
|
18
|
+
"publish-to-npm": "npm run dist && npm publish && npm version patch",
|
19
|
+
"start": "webpack-dev-server",
|
20
|
+
"tdd": "jest --watchAll",
|
21
|
+
"test": "jest",
|
22
|
+
"postInstall": "node bundle.js"
|
23
|
+
},
|
24
|
+
"jest": {
|
25
|
+
"verbose": true,
|
26
|
+
"collectCoverage": true,
|
27
|
+
"collectCoverageFrom": [
|
28
|
+
"src/**/*.{js,jsx}"
|
29
|
+
]
|
30
|
+
},
|
31
|
+
"prettierOptions": "--jsx-bracket-same-line --trailing-comma es5 --semi",
|
32
|
+
"lint-staged": {
|
33
|
+
"{playground,src,test}/**/*.js": [
|
34
|
+
"npm run lint",
|
35
|
+
"npm run cs-format",
|
36
|
+
"git add"
|
37
|
+
]
|
38
|
+
},
|
39
|
+
"main": "lib/index.js",
|
40
|
+
"files": [
|
41
|
+
"dist",
|
42
|
+
"lib"
|
43
|
+
],
|
44
|
+
"engineStrict": false,
|
45
|
+
"engines": {
|
46
|
+
"node": ">=8"
|
47
|
+
},
|
48
|
+
"peerDependencies": {
|
49
|
+
"prop-types": "^15.5.10",
|
50
|
+
"react": "^16.0.0",
|
51
|
+
"react-jsonschema-form": "^1.0.0"
|
52
|
+
},
|
53
|
+
"dependencies": {
|
54
|
+
"deepcopy": "^0.6.3",
|
55
|
+
"selectn": "^1.1.2"
|
56
|
+
},
|
57
|
+
"devDependencies": {
|
58
|
+
"atob": "^2.0.3",
|
59
|
+
"babel-cli": "^6.0.0",
|
60
|
+
"babel-core": "^6.0.0",
|
61
|
+
"babel-eslint": "^8.0.1",
|
62
|
+
"babel-jest": "^21.0.2",
|
63
|
+
"babel-loader": "^7.1.2",
|
64
|
+
"babel-plugin-transform-class-properties": "^6.24.1",
|
65
|
+
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
66
|
+
"babel-polyfill": "^6.26.0",
|
67
|
+
"babel-preset-env": "^1.6.0",
|
68
|
+
"babel-preset-react": "^6.24.1",
|
69
|
+
"babel-preset-stage-0": "^6.24.1",
|
70
|
+
"babel-register": "^6.26.0",
|
71
|
+
"coveralls": "^3.0.0",
|
72
|
+
"cross-env": "^5.0.5",
|
73
|
+
"css-loader": "^0.28.7",
|
74
|
+
"enzyme": "^3.1.0",
|
75
|
+
"enzyme-adapter-react-16": "^1.0.3",
|
76
|
+
"eslint": "^4.6.1",
|
77
|
+
"eslint-plugin-jest": "^21.0.2",
|
78
|
+
"eslint-plugin-react": "^7.3.0",
|
79
|
+
"eslint-plugin-standard": "^3.0.1",
|
80
|
+
"exit-hook": "^1.1.1",
|
81
|
+
"express": "^4.15.4",
|
82
|
+
"extract-text-webpack-plugin": "^3.0.0",
|
83
|
+
"gh-pages": "^1.0.0",
|
84
|
+
"has-flag": "^2.0.0",
|
85
|
+
"html": "1.0.0",
|
86
|
+
"husky": "^0.14.3",
|
87
|
+
"jest": "^21.0.2",
|
88
|
+
"jest-cli": "^21.1.0",
|
89
|
+
"jsdom": "^11.2.0",
|
90
|
+
"json-rules-engine": "^2.0.2",
|
91
|
+
"json-rules-engine-simplified": "^0.1.11",
|
92
|
+
"lint-staged": "^4.1.3",
|
93
|
+
"prettier": "^1.6.1",
|
94
|
+
"react": "^16.0.0",
|
95
|
+
"react-dom": "^16.0.0",
|
96
|
+
"react-jsonschema-form": "^1.0.0",
|
97
|
+
"react-test-renderer": "^16.0.0",
|
98
|
+
"react-transform-catch-errors": "^1.0.2",
|
99
|
+
"react-transform-hmr": "^1.0.4",
|
100
|
+
"regenerator-runtime": "^0.11.0",
|
101
|
+
"rimraf": "^2.6.1",
|
102
|
+
"sinon": "^4.0.2",
|
103
|
+
"style-loader": "^0.19.0",
|
104
|
+
"webpack": "^3.5.6",
|
105
|
+
"webpack-dev-server": "^2.7.1",
|
106
|
+
"webpack-hot-middleware": "^2.19.1"
|
107
|
+
},
|
108
|
+
"directories": {
|
109
|
+
"test": "test"
|
110
|
+
},
|
111
|
+
"repository": {
|
112
|
+
"type": "git",
|
113
|
+
"url": "git+https://github.com/RxNT/react-jsonschema-form-conditionals.git"
|
114
|
+
},
|
115
|
+
"keywords": [
|
116
|
+
"react",
|
117
|
+
"form",
|
118
|
+
"json-schema",
|
119
|
+
"conditional",
|
120
|
+
"predicate"
|
121
|
+
],
|
122
|
+
"license": "Apache-2.0",
|
123
|
+
"homepage": "https://github.com/RxNT/react-jsonschema-form-conditionals#readme"
|
124
|
+
}
|