chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:25:07 +08:00
commit a26e856398
1681 changed files with 296950 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "vite-example",
"private": true,
"version": "4.5.2",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build"
},
"dependencies": {
"@perspective-dev/client": "workspace:",
"@perspective-dev/viewer": "workspace:",
"@perspective-dev/viewer-charts": "workspace:",
"@perspective-dev/viewer-datagrid": "workspace:",
"superstore-arrow": "catalog:"
},
"devDependencies": {
"vite": "catalog:"
}
}