react-jsonschema-rxnt-extras 0.4.4 → 0.4.5-alpha.134443

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,132 +1,132 @@
1
- {
2
- "name": "react-jsonschema-rxnt-extras",
3
- "description": "RxNT Extra widgets for Mozilla's react-jsonschema-form",
4
- "private": false,
5
- "author": "mavarazy@gmail.com",
6
- "version": "0.4.4",
7
- "scripts": {
8
- "prepare": "husky install",
9
- "pre-commit": "lint-staged",
10
- "build:lib": "rimraf lib && cross-env NODE_ENV=production babel -d lib/ src/ --copy-files",
11
- "build:dist": "rimraf dist && cross-env NODE_ENV=production webpack --config webpack.config.dist.js",
12
- "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",
13
- "cs-check": "prettier -l --jsx-bracket-same-line --trailing-comma es5 --semi '{playground,src,test}/**/*.js'",
14
- "cs-format": "prettier --jsx-bracket-same-line --trailing-comma es5 --semi '{playground,src,test}/**/*.js' --write",
15
- "dist": "npm run build:lib && npm run build:dist",
16
- "lint": "eslint src test playground --fix",
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
- "jest": {
24
- "verbose": true,
25
- "collectCoverage": true
26
- },
27
- "lint-staged": {
28
- "{playground,src,test}/**/*.js": [
29
- "npm run cs-format",
30
- "git add"
31
- ]
32
- },
33
- "main": "lib/index.js",
34
- "files": [
35
- "dist",
36
- "lib"
37
- ],
38
- "engineStrict": false,
39
- "engines": {
40
- "node": ">=8"
41
- },
42
- "peerDependencies": {
43
- "prop-types": "^15.6.0",
44
- "react": "^16.6.3",
45
- "react-bootstrap-table": "^4.3.0",
46
- "react-complaint-image": "^0.0.31",
47
- "react-jsonschema-form-extras": "^0.9.67"
48
- },
49
- "dependencies": {
50
- "classnames": "^2.3.1",
51
- "moment": "^2.20.1",
52
- "react-bootstrap": "^0.32.1",
53
- "react-bootstrap-typeahead": "^3.2.4",
54
- "react-complaint-image": "^0.0.31",
55
- "react-modal": "^3.0.0",
56
- "selectn": "^1.1.2"
57
- },
58
- "devDependencies": {
59
- "atob": "^2.1.1",
60
- "babel-cli": "^6.0.0",
61
- "babel-core": "^6.0.0",
62
- "babel-eslint": "^8.0.1",
63
- "babel-jest": "^21.2.0",
64
- "babel-loader": "^7.1.5",
65
- "babel-plugin-transform-class-properties": "^6.24.1",
66
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
67
- "babel-polyfill": "^6.26.0",
68
- "babel-preset-env": "^1.6.0",
69
- "babel-preset-es2015": "^6.24.1",
70
- "babel-preset-jason": "^3.1.0",
71
- "babel-preset-react": "^6.24.1",
72
- "babel-preset-stage-2": "^6.24.1",
73
- "babel-register": "^6.26.0",
74
- "bootstrap": "^3.3.7",
75
- "coveralls": "^3.0.0",
76
- "cross-env": "^5.1.1",
77
- "css-loader": "^3.6.0",
78
- "dotenv": "^16.4.7",
79
- "eslint": "^4.5.0",
80
- "eslint-plugin-jest": "^21.3.2",
81
- "eslint-plugin-react": "^7.3.0",
82
- "eslint-plugin-standard": "^3.0.1",
83
- "exit-hook": "^1.1.1",
84
- "express": "^4.15.4",
85
- "mini-css-extract-plugin": "^0.12.0",
86
- "gh-pages": "^5.0.0",
87
- "has-flag": "^2.0.0",
88
- "html": "1.0.0",
89
- "husky": "^8.0.3",
90
- "jest": "^21.2.1",
91
- "jsdom": "^11.2.0",
92
- "json-rules-engine-simplified": "^0.1.17",
93
- "lint-staged": "^6.1.1",
94
- "prettier": "3.4.2",
95
- "prop-types": "^15.6.0",
96
- "react": "^16.6.3",
97
- "react-bootstrap-table": "^4.3.0",
98
- "react-bootstrap-typeahead": "^3.2.4",
99
- "react-day-picker": "^7.0.5",
100
- "react-dom": "^16.6.3",
101
- "react-jsonschema-form": "^1.0.0",
102
- "react-jsonschema-form-conditionals": "^0.3.15",
103
- "react-jsonschema-form-extras": "^0.9.84",
104
- "react-rte": "^0.15.0",
105
- "react-test-renderer": "^16.14.0",
106
- "react-transform-catch-errors": "^1.0.2",
107
- "react-transform-hmr": "^1.0.4",
108
- "regenerator-runtime": "^0.11.0",
109
- "rimraf": "^6.0.1",
110
- "sinon": "^4.1.2",
111
- "style-loader": "^1.3.0",
112
- "webpack": "^4.46.0",
113
- "webpack-cli": "^4.10.0",
114
- "webpack-dev-server": "^3.11.3",
115
- "webpack-hot-middleware": "^2.18.2"
116
- },
117
- "directories": {
118
- "test": "test"
119
- },
120
- "repository": {
121
- "type": "git",
122
- "url": "git+ssh://git@bitbucket.org:rxnt/react-jsonschema-rxnt-extras.git"
123
- },
124
- "keywords": [
125
- "react",
126
- "form",
127
- "json-schema",
128
- "field"
129
- ],
130
- "license": "Apache-2.0",
131
- "homepage": "https://bitbucket.org/rxnt/react-jsonschema-rxnt-extras/src/master/"
132
- }
1
+ {
2
+ "name": "react-jsonschema-rxnt-extras",
3
+ "description": "RxNT Extra widgets for Mozilla's react-jsonschema-form",
4
+ "private": false,
5
+ "author": "mavarazy@gmail.com",
6
+ "version": "0.4.5-alpha.134443",
7
+ "scripts": {
8
+ "prepare": "husky install",
9
+ "pre-commit": "lint-staged",
10
+ "build:lib": "rimraf lib && cross-env NODE_ENV=production babel -d lib/ src/ --copy-files",
11
+ "build:dist": "rimraf dist && cross-env NODE_ENV=production webpack --config webpack.config.dist.js",
12
+ "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",
13
+ "cs-check": "prettier -l --jsx-bracket-same-line --trailing-comma es5 --semi '{playground,src,test}/**/*.js'",
14
+ "cs-format": "prettier --jsx-bracket-same-line --trailing-comma es5 --semi '{playground,src,test}/**/*.js' --write",
15
+ "dist": "npm run build:lib && npm run build:dist",
16
+ "lint": "eslint src test playground --fix",
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
+ "jest": {
24
+ "verbose": true,
25
+ "collectCoverage": true
26
+ },
27
+ "lint-staged": {
28
+ "{playground,src,test}/**/*.js": [
29
+ "npm run cs-format",
30
+ "git add"
31
+ ]
32
+ },
33
+ "main": "lib/index.js",
34
+ "files": [
35
+ "dist",
36
+ "lib"
37
+ ],
38
+ "engineStrict": false,
39
+ "engines": {
40
+ "node": ">=8"
41
+ },
42
+ "peerDependencies": {
43
+ "prop-types": "^15.6.0",
44
+ "react": "^16.6.3",
45
+ "react-bootstrap-table": "^4.3.0",
46
+ "react-complaint-image": "^0.0.31",
47
+ "react-jsonschema-form-extras": "^0.9.67"
48
+ },
49
+ "dependencies": {
50
+ "classnames": "^2.3.1",
51
+ "moment": "^2.20.1",
52
+ "react-bootstrap": "^0.32.1",
53
+ "react-bootstrap-typeahead": "^3.2.4",
54
+ "react-complaint-image": "^0.0.31",
55
+ "react-modal": "^3.0.0",
56
+ "selectn": "^1.1.2"
57
+ },
58
+ "devDependencies": {
59
+ "atob": "^2.1.1",
60
+ "babel-cli": "^6.0.0",
61
+ "babel-core": "^6.0.0",
62
+ "babel-eslint": "^8.0.1",
63
+ "babel-jest": "^21.2.0",
64
+ "babel-loader": "^7.1.5",
65
+ "babel-plugin-transform-class-properties": "^6.24.1",
66
+ "babel-plugin-transform-object-rest-spread": "^6.26.0",
67
+ "babel-polyfill": "^6.26.0",
68
+ "babel-preset-env": "^1.6.0",
69
+ "babel-preset-es2015": "^6.24.1",
70
+ "babel-preset-jason": "^3.1.0",
71
+ "babel-preset-react": "^6.24.1",
72
+ "babel-preset-stage-2": "^6.24.1",
73
+ "babel-register": "^6.26.0",
74
+ "bootstrap": "^3.3.7",
75
+ "coveralls": "^3.0.0",
76
+ "cross-env": "^5.1.1",
77
+ "css-loader": "^3.6.0",
78
+ "dotenv": "^16.4.7",
79
+ "eslint": "^4.5.0",
80
+ "eslint-plugin-jest": "^21.3.2",
81
+ "eslint-plugin-react": "^7.3.0",
82
+ "eslint-plugin-standard": "^3.0.1",
83
+ "exit-hook": "^1.1.1",
84
+ "express": "^4.15.4",
85
+ "mini-css-extract-plugin": "^0.12.0",
86
+ "gh-pages": "^5.0.0",
87
+ "has-flag": "^2.0.0",
88
+ "html": "1.0.0",
89
+ "husky": "^8.0.3",
90
+ "jest": "^21.2.1",
91
+ "jsdom": "^11.2.0",
92
+ "json-rules-engine-simplified": "^0.1.17",
93
+ "lint-staged": "^6.1.1",
94
+ "prettier": "3.4.2",
95
+ "prop-types": "^15.6.0",
96
+ "react": "^16.6.3",
97
+ "react-bootstrap-table": "^4.3.0",
98
+ "react-bootstrap-typeahead": "^3.2.4",
99
+ "react-day-picker": "^7.0.5",
100
+ "react-dom": "^16.6.3",
101
+ "react-jsonschema-form": "^1.0.0",
102
+ "react-jsonschema-form-conditionals": "^0.3.15",
103
+ "react-jsonschema-form-extras": "^0.9.84",
104
+ "react-rte": "^0.15.0",
105
+ "react-test-renderer": "^16.14.0",
106
+ "react-transform-catch-errors": "^1.0.2",
107
+ "react-transform-hmr": "^1.0.4",
108
+ "regenerator-runtime": "^0.11.0",
109
+ "rimraf": "^6.0.1",
110
+ "sinon": "^4.1.2",
111
+ "style-loader": "^1.3.0",
112
+ "webpack": "^4.46.0",
113
+ "webpack-cli": "^4.10.0",
114
+ "webpack-dev-server": "^3.11.3",
115
+ "webpack-hot-middleware": "^2.18.2"
116
+ },
117
+ "directories": {
118
+ "test": "test"
119
+ },
120
+ "repository": {
121
+ "type": "git",
122
+ "url": "git+ssh://git@bitbucket.org:rxnt/react-jsonschema-rxnt-extras.git"
123
+ },
124
+ "keywords": [
125
+ "react",
126
+ "form",
127
+ "json-schema",
128
+ "field"
129
+ ],
130
+ "license": "Apache-2.0",
131
+ "homepage": "https://bitbucket.org/rxnt/react-jsonschema-rxnt-extras/src/master/"
132
+ }