44 "private" : true ,
55 "description" : " React playground for instant-meilisearch" ,
66 "scripts" : {
7- "predev" : " node setup.js " ,
8- "dev" : " parcel serve index.html --open --port 9999 " ,
9- "build" : " parcel build index.html " ,
10- "setup" : " node setup.js " ,
7+ "predev" : " node setup.mjs " ,
8+ "dev" : " vite " ,
9+ "build" : " vite build" ,
10+ "setup" : " node setup.mjs " ,
1111 "lint" : " eslint --ext .jsx,.js ." ,
1212 "lint:fix" : " eslint --ext .jsx,.js --fix ." ,
13- "test:e2e" : " concurrently --kill-others -s first \" yarn dev\" \" cypress run --env playground=local\" " ,
13+ "test:e2e" : " concurrently --kill-others -s first \" yarn dev\" \" cypress run --env playground=local --headed --no-exit \" " ,
1414 "test:e2e:watch" : " concurrently --kill-others -s first \" yarn dev\" \" cypress open --env playground=local\" "
1515 },
1616 "keywords" : [
2222 ],
2323 "author" : " " ,
2424 "license" : " ISC" ,
25- "dependencies" : {
26- "@meilisearch/instant-meilisearch" : " 0.23.0" ,
27- "instantsearch.css" : " ^8.0.0" ,
28- "react" : " ^17.0.1" ,
29- "react-dom" : " ^17.0.1" ,
30- "react-instantsearch-dom" : " ^6.40.4" ,
31- "react-router-dom" : " ^6.14.2"
32- },
3325 "devDependencies" : {
34- "@babel/core" : " ^7.20.5" ,
35- "@babel/plugin-syntax-jsx" : " ^7.22.5" ,
36- "@babel/plugin-transform-runtime" : " ^7.22.5" ,
37- "@babel/preset-react" : " ^7.22.5" ,
26+ "@meilisearch/instant-meilisearch" : " *" ,
27+ "instantsearch.css" : " ^8.5.1" ,
28+ "react" : " ^18.3.1" ,
29+ "react-dom" : " ^18.3.1" ,
30+ "@vitejs/plugin-react" : " ^4.3.4" ,
31+ "react-instantsearch" : " ^7.15.0" ,
32+ "react-router-dom" : " ^7.1.3" ,
3833 "eslint-config-meilisearch" : " *"
3934 }
40- }
35+ }
0 commit comments