-
Notifications
You must be signed in to change notification settings - Fork 551
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 5.47 KB
/
Copy pathpackage.json
File metadata and controls
141 lines (141 loc) · 5.47 KB
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
{
"name": "instantsearch-web",
"version": "0.0.0",
"description": "Root workspace for all InstantSearch Web projects",
"private": true,
"license": "MIT",
"workspaces": [
"examples/*/*",
"packages/*",
"tests/*",
"scripts/*",
"specs"
],
"scripts": {
"build": "lerna run build",
"build:ci": "lerna run build --ignore='example-*'",
"doctoc": "doctoc --no-title --maxlevel 3 README.md CONTRIBUTING.md packages/*/README.md packages/create-instantsearch-app/docs",
"website:storybook": "lerna run storybook:build",
"website:examples": "lerna run website:examples",
"lint": "node ./scripts/lint/run-lint.cjs",
"lint:changed": "node ./scripts/lint/run-oxlint.cjs --changed",
"lint:fix": "node ./scripts/lint/run-oxlint.cjs --fix",
"lint:ox": "node ./scripts/lint/run-oxlint.cjs",
"lint:staged": "node ./scripts/lint/run-oxlint.cjs --staged",
"type-check": "tsc && lerna run type-check",
"type-check:v3": "tsc --project tsconfig.v3.json",
"type-check:v4": "tsc --project tsconfig.v4.json",
"test": "jest && lerna run test",
"test:ci": "./scripts/retry.sh 3 'jest --maxWorkers=4 --ci' && lerna run test --concurrency=1",
"test:ci:v4": "./scripts/retry.sh 3 'jest --maxWorkers=4 --ci' && lerna run test:v4 --concurrency=1",
"test:size": "bundlesize",
"test:exports": "lerna run test:exports",
"test:versions": "./tests/versions/index.js",
"test:e2e": "yarn test:e2e:playwright",
"test:e2e:playwright": "yarn workspace @instantsearch/e2e-tests test:playwright",
"test:e2e:ie11": "E2E_BROWSER='internet explorer' wdio scripts/wdio/saucelabs.conf.js",
"test:e2e:local": "wdio scripts/wdio/local.conf.js",
"test:e2e:saucelabs": "wdio scripts/wdio/saucelabs.conf.js",
"test:v3": "lerna run test:v3",
"release": "shipjs prepare",
"prepare": "lerna run prepare && patch-package",
"prepare-vue3": "./scripts/prepare-vue3.js",
"watch:es": "lerna run watch:es --parallel --stream --ignore='example-*' --ignore='create-instantsearch-app'",
"postinstall": "yarn install --force --cwd scripts/legacy/algoliasearch@5-dependency-container && yarn install --force --cwd scripts/legacy/algoliasearch-v4-dependency-container && cp -r scripts/legacy/algoliasearch@5-dependency-container/node_modules/* node_modules/ && cp -r scripts/legacy/algoliasearch-v4-dependency-container/node_modules/* node_modules/"
},
"devDependencies": {
"@algolia/client-common": "5.1.1",
"@algolia/client-search": "5.1.1",
"@babel/core": "7.29.0",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/preset-env": "7.15.6",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@googlemaps/jest-mocks": "2.7.5",
"@microsoft/api-extractor": "7.45.1",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-terser": "0.4.4",
"@storybook/addon-actions": "5.3.9",
"@storybook/addon-knobs": "5.3.9",
"@storybook/addon-options": "5.3.9",
"@storybook/addons": "5.3.9",
"@storybook/theming": "5.3.9",
"@swc/core": "1.15.11",
"@swc/helpers": "0.5.18",
"@testing-library/dom": "8.18.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/preact": "3.2.2",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "13.5.0",
"@types/enzyme": "^3.1.15",
"@types/googlemaps": "^3.30.16",
"@types/jest": "^27.4.0",
"@types/jest-diff": "^24.3.0",
"@types/jsdom": "16.2.13",
"@types/prop-types": "^15.5.8",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"@types/react-test-renderer": "19.0.0",
"@types/storybook__addon-actions": "3.4.2",
"@types/storybook__addon-knobs": "^5.0.0",
"@vue/vue2-jest": "27",
"@vue/vue3-jest": "27",
"@wdio/cli": "5.16.9",
"@wdio/jasmine-framework": "5.16.5",
"@wdio/junit-reporter": "5.16.11",
"@wdio/local-runner": "5.16.9",
"@wdio/sauce-service": "5.16.5",
"@wdio/selenium-standalone-service": "5.16.5",
"@wdio/spec-reporter": "5.16.5",
"@wdio/static-server-service": "5.16.5",
"algoliasearch": "5.1.1",
"algoliasearch-v3": "npm:algoliasearch@3.35.0",
"algoliasearch-v5": "npm:algoliasearch@5.1.1",
"babel-jest": "27.4.6",
"bundlesize": "0.18.0",
"doctoc": "1.4.0",
"enzyme": "3.11.0",
"eslint": "6.8.0",
"eslint-plugin-import": "2.24.2",
"jest": "27.4.7",
"jest-diff": "27.4.6",
"jest-environment-jsdom": "27.1.0",
"jest-junit": "12.2.0",
"jest-vue-preprocessor": "1.7.1",
"jest-watch-typeahead": "1.0.0",
"jsdom-global": "3.0.2",
"lerna": "6.0.3",
"patch-package": "6.2.2",
"places.js": "1.17.1",
"prettier": "^2.4.1",
"prop-types": "15.6.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-test-renderer": "19.0.0",
"rheostat": "2.2.0",
"rollup": "4.29.1",
"rollup-plugin-swc3": "0.12.1",
"shelljs": "0.8.5",
"shipjs": "0.26.0",
"ts-jest": "27",
"typescript": "5.5.2"
},
"optionalDependencies": {
"oxlint": "1.55.0",
"oxlint-tsgolint": "0.17.0"
},
"resolutions": {
"places.js/algoliasearch": "5.1.1",
"brotli-size": "4.0.0",
"css-loader": "4.3.0",
"webpack": "4.47.0",
"babel-loader": "8.2.2",
"qs": "6.9.7",
"baseline-browser-mapping": "2.9.19",
"express": "4.22.1"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}