Skip to content

Commit

Permalink
feat(): Added some tauri plugins to web
Browse files Browse the repository at this point in the history
  • Loading branch information
monntecc committed Jul 10, 2024
1 parent 40b774d commit bf97439
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
34 changes: 30 additions & 4 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"tslib": "^2.3.0",
"uuid": "^10.0.0",
"uuidv4": "^6.2.13",
"zone.js": "~0.14.3"
"zone.js": "~0.14.3",
"tauri-plugin-fs-watch-api": "https://github.com/tauri-apps/tauri-plugin-fs-watch",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store#v1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.0.0",
Expand All @@ -52,7 +54,8 @@
"@swc/helpers": "~0.5.11",
"@tauri-apps/cli": "^1.6.0",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@types/node": "^18.16.9",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"@typescript-eslint/utils": "^8.0.0-alpha.28",
Expand Down

0 comments on commit bf97439

Please sign in to comment.