11{
2- "name" : " @appbaseio/reactivesearch" ,
3- "version" : " 4.0.0-rc.32 " ,
4- "description" : " A React UI components library for building search experirnences" ,
5- "main" : " lib/index.js" ,
6- "types" : " lib/index.d.ts" ,
7- "module" : " lib/index.es.js" ,
8- "js:next" : " lib/index.es.js" ,
9- "sideEffects" : false ,
10- "files" : [
11- " lib/" ,
12- " umd"
13- ],
14- "scripts" : {
15- "watch" : " yarn build:commonjs -w && yarn build:es -w" ,
16- "build" : " yarn build:commonjs && yarn build:es && yarn build:copy-types" ,
17- "build:commonjs" : " cross-env BABEL_ENV=commonjs babel --ignore __tests__ src --out-dir lib" ,
18- "build:es" : " cross-env BABEL_ENV=es babel src/index.js --out-file lib/index.es.js" ,
19- "build:copy-types" : " npx babel-node ./scripts/copy-types.js" ,
20- "build:umd" : " cross-env BABEL_ENV=commonjs webpack --progress -p --config webpack.config.umd.js" ,
21- "stats" : " webpack --progress -p --config webpack.config.umd.js --json > stats.json" ,
22- "version-upgrade" : " nps upgrade -c ../../package-scripts.js" ,
23- "prepublishOnly" : " yarn run build" ,
24- "postpublish" : " yarn run version-upgrade" ,
25- "test" : " jest" ,
26- "clear-cache-test" : " jest --clearCache" ,
27- "typescript" : " tsc -p tsconfig.json"
28- },
29- "jest" : {
30- "rootDir" : " src" ,
31- "testURL" : " http://localhost/"
32- },
33- "repository" : {
34- "type" : " git" ,
35- "url" : " https://github.com/appbaseio/reactivesearch.git"
36- },
37- "author" : " metagrover" ,
38- "license" : " Apache-2.0" ,
39- "dependencies" : {
40- "@appbaseio/analytics" : " ^1.2.0-alpha.1" ,
41- "@appbaseio/reactivecore" : " 10.0.0" ,
42- "@appbaseio/rheostat" : " ^1.0.0-alpha.15" ,
43- "@emotion/core" : " ^10.0.28" ,
44- "@emotion/styled" : " ^10.0.27" ,
45- "appbase-js" : " ^5.3.3" ,
46- "cross-env" : " ^5.2.0" ,
47- "dayjs" : " ^1.11.7" ,
48- "downshift" : " ^1.31.2" ,
49- "echarts" : " ^5.3.3" ,
50- "echarts-for-react" : " ^3.0.2" ,
51- "emotion-theming" : " ^10.0.27" ,
52- "hoist-non-react-statics" : " ^3.2.1" ,
53- "hotkeys-js" : " ^3.8.7" ,
54- "polished" : " ^1.9.3" ,
55- "prop-types" : " ^15.6.0" ,
56- "react-day-picker" : " ^7.0.5" ,
57- "react-redux" : " ^6.0.1" ,
58- "remarkable" : " ^2.0.1" ,
59- "url-search-params-polyfill" : " ^7.0.0" ,
60- "xss" : " ^1.0.11"
61- },
62- "peerDependencies" : {
63- "react" : " >=15" ,
64- "react-dom" : " >=15"
65- },
66- "devDependencies" : {
67- "@emotion/jest" : " 11.7.1" ,
68- "@types/react" : " ^16.3.8" ,
69- "babel-cli" : " ^6.26.0" ,
70- "babel-core" : " ^6.26.0" ,
71- "babel-jest" : " ^22.4.4" ,
72- "babel-loader" : " ^7.1.2" ,
73- "babel-plugin-emotion" : " ^10.0.33" ,
74- "babel-plugin-transform-class-properties" : " ^6.24.1" ,
75- "babel-plugin-transform-object-rest-spread" : " ^6.26.0" ,
76- "babel-preset-env" : " ^1.6.1" ,
77- "babel-preset-react" : " ^6.24.1" ,
78- "babili-webpack-plugin" : " ^0.1.2" ,
79- "brotli-webpack-plugin" : " ^0.5.0" ,
80- "compression-webpack-plugin" : " ^1.0.1" ,
81- "eslint-plugin-jest" : " ^21.12.2" ,
82- "fs-extra" : " ^7.0.0" ,
83- "glob" : " ^7.1.2" ,
84- "jest" : " ^22.4.2" ,
85- "nps" : " ^5.9.5" ,
86- "path" : " ^0.12.7" ,
87- "react" : " ^18.0.2" ,
88- "react-dom" : " ^18.0.2" ,
89- "react-test-renderer" : " ^18.2.0" ,
90- "tslint" : " ^5.9.1" ,
91- "typescript" : " ^2.8.1" ,
92- "webpack" : " ^4.18.0"
93- },
94- "resolutions" : {
95- "@types/react" : " 16.3.7"
96- }
97- }
2+ "name" : " @appbaseio/reactivesearch" ,
3+ "version" : " 4.0.0" ,
4+ "description" : " A React UI components library for building search experirnences" ,
5+ "main" : " lib/index.js" ,
6+ "types" : " lib/index.d.ts" ,
7+ "module" : " lib/index.es.js" ,
8+ "js:next" : " lib/index.es.js" ,
9+ "sideEffects" : false ,
10+ "files" : [
11+ " lib/" ,
12+ " umd"
13+ ],
14+ "scripts" : {
15+ "watch" : " yarn build:commonjs -w && yarn build:es -w" ,
16+ "build" : " yarn build:commonjs && yarn build:es && yarn build:copy-types" ,
17+ "build:commonjs" : " cross-env BABEL_ENV=commonjs babel --ignore __tests__ src --out-dir lib" ,
18+ "build:es" : " cross-env BABEL_ENV=es babel src/index.js --out-file lib/index.es.js" ,
19+ "build:copy-types" : " npx babel-node ./scripts/copy-types.js" ,
20+ "build:umd" : " cross-env BABEL_ENV=commonjs webpack --progress -p --config webpack.config.umd.js" ,
21+ "stats" : " webpack --progress -p --config webpack.config.umd.js --json > stats.json" ,
22+ "version-upgrade" : " nps upgrade -c ../../package-scripts.js" ,
23+ "prepublishOnly" : " yarn run build" ,
24+ "postpublish" : " yarn run version-upgrade" ,
25+ "test" : " jest" ,
26+ "clear-cache-test" : " jest --clearCache" ,
27+ "typescript" : " tsc -p tsconfig.json"
28+ },
29+ "jest" : {
30+ "rootDir" : " src" ,
31+ "testURL" : " http://localhost/"
32+ },
33+ "repository" : {
34+ "type" : " git" ,
35+ "url" : " https://github.com/appbaseio/reactivesearch.git"
36+ },
37+ "author" : " metagrover" ,
38+ "license" : " Apache-2.0" ,
39+ "dependencies" : {
40+ "@appbaseio/analytics" : " ^1.2.0-alpha.1" ,
41+ "@appbaseio/reactivecore" : " 10.0.0" ,
42+ "@appbaseio/rheostat" : " ^1.0.0-alpha.15" ,
43+ "@emotion/core" : " ^10.0.28" ,
44+ "@emotion/styled" : " ^10.0.27" ,
45+ "appbase-js" : " ^5.3.3" ,
46+ "cross-env" : " ^5.2.0" ,
47+ "dayjs" : " ^1.11.7" ,
48+ "downshift" : " ^1.31.2" ,
49+ "echarts" : " ^5.3.3" ,
50+ "echarts-for-react" : " ^3.0.2" ,
51+ "emotion-theming" : " ^10.0.27" ,
52+ "hoist-non-react-statics" : " ^3.2.1" ,
53+ "hotkeys-js" : " ^3.8.7" ,
54+ "polished" : " ^1.9.3" ,
55+ "prop-types" : " ^15.6.0" ,
56+ "react-day-picker" : " ^7.0.5" ,
57+ "react-redux" : " ^6.0.1" ,
58+ "remarkable" : " ^2.0.1" ,
59+ "url-search-params-polyfill" : " ^7.0.0" ,
60+ "xss" : " ^1.0.11"
61+ },
62+ "peerDependencies" : {
63+ "react" : " >=15" ,
64+ "react-dom" : " >=15"
65+ },
66+ "devDependencies" : {
67+ "@emotion/jest" : " 11.7.1" ,
68+ "@types/react" : " ^16.3.8" ,
69+ "babel-cli" : " ^6.26.0" ,
70+ "babel-core" : " ^6.26.0" ,
71+ "babel-jest" : " ^22.4.4" ,
72+ "babel-loader" : " ^7.1.2" ,
73+ "babel-plugin-emotion" : " ^10.0.33" ,
74+ "babel-plugin-transform-class-properties" : " ^6.24.1" ,
75+ "babel-plugin-transform-object-rest-spread" : " ^6.26.0" ,
76+ "babel-preset-env" : " ^1.6.1" ,
77+ "babel-preset-react" : " ^6.24.1" ,
78+ "babili-webpack-plugin" : " ^0.1.2" ,
79+ "brotli-webpack-plugin" : " ^0.5.0" ,
80+ "compression-webpack-plugin" : " ^1.0.1" ,
81+ "eslint-plugin-jest" : " ^21.12.2" ,
82+ "fs-extra" : " ^7.0.0" ,
83+ "glob" : " ^7.1.2" ,
84+ "jest" : " ^22.4.2" ,
85+ "nps" : " ^5.9.5" ,
86+ "path" : " ^0.12.7" ,
87+ "react" : " ^18.0.2" ,
88+ "react-dom" : " ^18.0.2" ,
89+ "react-test-renderer" : " ^18.2.0" ,
90+ "tslint" : " ^5.9.1" ,
91+ "typescript" : " ^2.8.1" ,
92+ "webpack" : " ^4.18.0"
93+ },
94+ "resolutions" : {
95+ "@types/react" : " 16.3.7"
96+ }
97+ }
0 commit comments