-
Notifications
You must be signed in to change notification settings - Fork 555
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 862 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 862 Bytes
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
{
"name": "example-react-instantsearch-default-theme",
"version": "84.0.0",
"private": true,
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"website:examples": "vite build --outDir ../../../website/examples/react/default-theme --base /examples/react/default-theme"
},
"dependencies": {
"algoliasearch": "5.1.1",
"algoliasearch-helper": "3.28.0",
"instantsearch-ui-components": "0.21.0",
"instantsearch.css": "8.12.0",
"instantsearch.js": "4.91.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-instantsearch": "7.27.0",
"react-instantsearch-core": "7.26.2"
},
"devDependencies": {
"@types/react": "19.0.3",
"@vitejs/plugin-react": "4.2.1",
"typescript": "5.5.2",
"vite": "5.0.7",
"vite-plugin-commonjs": "0.10.0"
}
}