Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
6.47 kB
{
"version": "6.24.0",
"private": true,
"license": "MIT",
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"postinstall": "lerna run build:cjs --scope react-instantsearch-*",
"start": "yarn storybook",
"build": "lerna run build --scope react-*",
"watch": "lerna run watch --scope react-instantsearch-* --parallel",
"release": "shipjs prepare",
"lint": "eslint --ext .js,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.ts,.tsx --fix .",
"type-check": "tsc",
"type-check:watch": "yarn type-check --watch",
"test": "yarn jest",
"test:watch": "yarn jest --watch",
"test:e2e": "yarn test:e2e:local",
"test:e2e:local": "wdio wdio.local.conf.js",
"test:e2e:saucelabs": "wdio wdio.saucelabs.conf.js",
"test:examples": "node scripts/test-examples.js",
"test:build": "yarn build && yarn test:size && yarn test:exports",
"test:exports": "lerna run test:exports",
"test:size": "bundlesize",
"storybook": "start-storybook -p 6006 -c storybook -s storybook/public",
"storybook:build": "build-storybook -s storybook/public -o website/storybook -c storybook",
"website:build": "yarn build && ./scripts/build-website.sh"
},
"devDependencies": {
"@algolia/cache-common": "4.11.0",
"@algolia/cache-in-memory": "4.11.0",
"@algolia/client-search": "4.11.0",
"@algolia/logger-common": "4.11.0",
"@algolia/requester-node-http": "4.11.0",
"@algolia/transporter": "4.11.0",
"@babel/cli": "7.15.4",
"@babel/core": "7.15.5",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.15.0",
"@babel/preset-env": "7.15.6",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@storybook/addon-a11y": "5.0.11",
"@storybook/addon-actions": "5.0.11",
"@storybook/addon-knobs": "5.0.11",
"@storybook/addon-links": "5.0.11",
"@storybook/addons": "5.0.11",
"@storybook/react": "5.0.11",
"@storybook/theming": "5.0.11",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "13.2.0",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.5.0",
"@types/classnames": "^2.2.7",
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/googlemaps": "^3.30.16",
"@types/jest": "^27.4.0",
"@types/jest-diff": "^24.3.0",
"@types/prop-types": "^15.5.8",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/react-test-renderer": "^18.0.0",
"@types/storybook__addon-a11y": "^5.0.0",
"@types/storybook__addon-actions": "^3.4.1",
"@types/storybook__addon-knobs": "^5.0.0",
"@types/storybook__addon-links": "^3.3.3",
"@types/storybook__react": "^4.0.0",
"@typescript-eslint/eslint-plugin": "4.31.2",
"@typescript-eslint/parser": "4.31.2",
"@wdio/cli": "5.17.0",
"@wdio/jasmine-framework": "5.16.15",
"@wdio/junit-reporter": "^7.16.13",
"@wdio/local-runner": "5.17.0",
"@wdio/sauce-service": "5.16.10",
"@wdio/selenium-standalone-service": "5.16.10",
"@wdio/spec-reporter": "5.16.11",
"@wdio/static-server-service": "5.16.10",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.5",
"algoliasearch": "4.11.0",
"babel-eslint": "10.1.0",
"babel-jest": "27.4.6",
"babel-loader": "8.2.2",
"babel-plugin-dynamic-import-node": "2.3.0",
"babel-plugin-inline-replace-variables": "1.3.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"bundlesize": "0.18.0",
"conventional-changelog-cli": "2.0.23",
"copy-webpack-plugin": "5.0.4",
"css-loader": "3.2.0",
"enzyme": "3.11.0",
"enzyme-to-json": "3.6.2",
"eslint": "6.8.0",
"eslint-config-algolia": "16.0.0",
"eslint-config-prettier": "6.15.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jest": "25.3.4",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.26.0",
"eslint-plugin-react-hooks": "4.3.0",
"file-loader": "4.2.0",
"glob": "7.1.4",
"html-webpack-plugin": "3.2.0",
"instantsearch-e2e-tests": "algolia/instantsearch-e2e-tests#v2.0.2",
"instantsearch.css": "7.4.5",
"jest": "27.4.7",
"jest-diff": "27.4.6",
"jest-junit": "12.2.0",
"jest-serializer-html": "7.1.0",
"jest-watch-typeahead": "1.0.0",
"json": "9.0.6",
"latest-version": "5.1.0",
"lerna": "4.0.0",
"lodash.orderby": "4.6.0",
"mversion": "1.13.0",
"nock": "11.7.2",
"null-loader": "3.0.0",
"places.js": "1.16.4",
"prettier": "2.4.1",
"prop-types": "15.6.2",
"puppeteer": "1.20.0",
"react": "18.1.0",
"react-autosuggest": "9.4.3",
"react-dom": "18.1.0",
"react-error-boundary": "3.1.3",
"react-native": "0.58.4",
"react-test-renderer": "18.1.0",
"rheostat": "2.2.0",
"rollup": "1.20.3",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-filesize": "6.1.1",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-uglify": "6.0.3",
"shipjs": "0.24.1",
"style-loader": "1.0.0",
"typescript": "4.3.5",
"webpack": "4.40.2",
"webpack-cli": "3.3.7"
},
"bundlesize": [
{
"path": "packages/react-instantsearch/dist/umd/Core.min.js",
"maxSize": "3.25 kB"
},
{
"path": "packages/react-instantsearch/dist/umd/Connectors.min.js",
"maxSize": "25.75 kB"
},
{
"path": "packages/react-instantsearch/dist/umd/Dom.min.js",
"maxSize": "42.25 kB"
},
{
"path": "packages/react-instantsearch-core/dist/umd/ReactInstantSearchCore.min.js",
"maxSize": "29.50 kB"
},
{
"path": "packages/react-instantsearch-hooks/dist/umd/ReactInstantSearchHooks.min.js",
"maxSize": "40 kB"
},
{
"path": "packages/react-instantsearch-hooks-web/dist/umd/ReactInstantSearchHooksDOM.min.js",
"maxSize": "50 kB"
},
{
"path": "packages/react-instantsearch-dom/dist/umd/ReactInstantSearchDOM.min.js",
"maxSize": "44.75 kB"
},
{
"path": "packages/react-instantsearch-dom-maps/dist/umd/ReactInstantSearchDOMMaps.min.js",
"maxSize": "7.25 kB"
}
]
}