Skip to content

Commit

Permalink
chore: add missing SortableJS to Vite demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 29, 2024
1 parent 83bfaf4 commit 0065f6c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions vite-demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## SlickGrid [ViteJS](https://vite.dev/) demo

#### Installation

```sh
npm install
npm run dev # run Vite dev
```
3 changes: 2 additions & 1 deletion vite-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
},
"dependencies": {
"flatpickr": "^4.6.13",
"slickgrid": "^5.14.0"
"slickgrid": "^5.14.0",
"sortablejs": "^1.15.3"
},
"devDependencies": {
"vite": "^5.4.10"
Expand Down

0 comments on commit 0065f6c

Please sign in to comment.