forked from algolia/react-instantsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
174 lines (174 loc) · 6.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"version": "6.12.1",
"private": true,
"license": "MIT",
"workspaces": [
"packages/*",
"examples/@(default-theme|e-commerce|media|tourism|hooks)"
],
"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:integration": "NODE_ENV=development yarn test:regressions && yarn test:argos",
"test:examples": "node scripts/test-examples.js",
"test:build": "yarn build && yarn test:size",
"test:regressions": "webpack --config integration/webpack.config.js && node integration/runTest.js",
"test:argos": "argos upload integration/screenshots --token $ARGOS_TOKEN || true",
"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 && yarn webpack --config website/webpack.config.js"
},
"devDependencies": {
"@algolia/client-search": "4.10.5",
"@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.14.1",
"@testing-library/react": "11.2.3",
"@testing-library/react-hooks": "7.0.2",
"@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.0.1",
"@types/jest-diff": "^24.3.0",
"@types/prop-types": "^15.5.8",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"@types/react-test-renderer": "^16.0.3",
"@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/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",
"algoliasearch": "4.10.5",
"argos-cli": "0.1.3",
"babel-eslint": "10.1.0",
"babel-jest": "27.2.1",
"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.10.0",
"enzyme-adapter-react-16": "1.14.0",
"enzyme-to-json": "3.4.0",
"eslint": "6.8.0",
"eslint-config-algolia": "16.0.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jest": "24.4.2",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.26.0",
"eslint-plugin-react-hooks": "4.2.0",
"file-loader": "4.2.0",
"glob": "7.1.4",
"html-webpack-plugin": "3.2.0",
"instantsearch-e2e-tests": "algolia/instantsearch-e2e-tests#v1.2.2",
"instantsearch.css": "7.3.1",
"jest": "27.2.1",
"jest-diff": "27.2.5",
"jest-watch-typeahead": "0.6.4",
"json": "9.0.6",
"latest-version": "5.1.0",
"lerna": "3.16.4",
"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": "16.14.0",
"react-autosuggest": "9.4.3",
"react-dom": "16.14.0",
"react-error-boundary": "3.1.3",
"react-instantsearch-dom": "6.12.0",
"react-instantsearch-dom-maps": "6.12.0",
"react-native": "0.58.4",
"react-test-renderer": "16.14.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.0",
"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.25 kB"
},
{
"path": "packages/react-instantsearch/dist/umd/Dom.min.js",
"maxSize": "40 kB"
},
{
"path": "packages/react-instantsearch-core/dist/umd/ReactInstantSearchCore.min.js",
"maxSize": "28.25 kB"
},
{
"path": "packages/react-instantsearch-hooks/dist/umd/ReactInstantSearchHooks.min.js",
"maxSize": "28 kB"
},
{
"path": "packages/react-instantsearch-dom/dist/umd/ReactInstantSearchDOM.min.js",
"maxSize": "43.5 kB"
},
{
"path": "packages/react-instantsearch-dom-maps/dist/umd/ReactInstantSearchDOMMaps.min.js",
"maxSize": "6.5 kB"
}
]
}