Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnd350309 committed Feb 19, 2025
1 parent cc55f89 commit 9c6944e
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions examples/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "ts-drp-example-grid",
"version": "0.7.0",
"license": "MIT",
"scripts": {
"build": "vite build",
"clean": "rm -rf dist/ node_modules/",
"dev": "vite serve",
"start": "vite preview --host --port 5173"
},
"dependencies": {
"@ts-drp/node": "0.7.0",
"@ts-drp/object": "0.7.0",
"@ts-drp/tracer": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.5.4",
"typescript": "^5.5.4",
"vite": "^6.0.9",
"vite-plugin-node-polyfills": "^0.22.0"
}
"name": "ts-drp-example-grid",
"version": "0.7.0",
"license": "MIT",
"scripts": {
"build": "vite build",
"clean": "rm -rf dist/ node_modules/",
"dev": "vite serve",
"start": "vite preview --host --port 5173"
},
"dependencies": {
"@ts-drp/node": "0.7.0",
"@ts-drp/object": "0.7.0",
"@ts-drp/tracer": "workspace:^"
},
"devDependencies": {
"@types/node": "^22.5.4",
"typescript": "^5.5.4",
"vite": "^6.0.9",
"vite-plugin-node-polyfills": "^0.22.0"
}
}

0 comments on commit 9c6944e

Please sign in to comment.