Skip to content

Commit 48684a7

Browse files
committed
example: improve examples, add knex + alasql example
1 parent d8b70cd commit 48684a7

11 files changed

Lines changed: 6760 additions & 975 deletions

File tree

example/package-lock.json

Lines changed: 4976 additions & 403 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
},
99
"dependencies": {
1010
"@wooorm/starry-night": "^3.9.0",
11+
"alasql": "^4.17.2",
1112
"hast-util-to-jsx-runtime": "^2.3.6",
13+
"knex": "^3.2.9",
1214
"react": "^19.1.0",
1315
"react-dom": "^19.1.0"
1416
},
@@ -17,6 +19,7 @@
1719
"@types/react-dom": "^19.1.2",
1820
"@vitejs/plugin-react": "^4.3.4",
1921
"typescript": "^5.8.3",
20-
"vite": "^6.2.4"
22+
"vite": "^6.2.4",
23+
"vite-plugin-node-polyfills": "^0.26.0"
2124
}
2225
}

0 commit comments

Comments
 (0)