File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
playgrounds/geo-javascript Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 33 "version" : " 0.0.0" ,
44 "private" : true ,
55 "description" : " Instant-meilisearch playground focussed on GeoSearch written with vanilla javascript" ,
6+ "type" : " module" ,
67 "scripts" : {
7- "dev" : " parcel serve index.html --open" ,
8- "build" : " parcel build index.html" ,
9- "lint" : " eslint --ext .js ." ,
10- "lint:fix" : " eslint --ext .js --fix ."
8+ "dev" : " vite" ,
9+ "build" : " vite build" ,
10+ "preview" : " vite preview"
1111 },
1212 "devDependencies" : {
13- "@babel/core " : " ^7.20.12 " ,
13+ "vite " : " ^6.0.5 " ,
1414 "eslint-config-meilisearch" : " *"
1515 },
16- "browserslist" : [
17- " defaults"
18- ],
1916 "license" : " MIT" ,
2017 "dependencies" : {
21- "@meilisearch/instant-meilisearch" : " 0.23.0 " ,
18+ "@meilisearch/instant-meilisearch" : " * " ,
2219 "scriptjs" : " ^2.5.9"
2320 }
2421}
You can’t perform that action at this time.
0 commit comments