diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-05 00:01:10 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-05 00:01:10 +0530 |
commit | f1ada5b3292d45fed7eb808d8cc4d98573636e9b (patch) | |
tree | 36e4865ddcc2ed89ed7119f262b519a7c90699c2 /package.json | |
parent | e7c9922d36ea82a54579c1f9e6633d4ad7ad3e74 (diff) |
using dark mode if system is in dark modev0.0.2
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index c66ce3a..e2296a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openbills-web", - "version": "0.0.1", + "version": "0.0.2", "private": false, "scripts": { "dev": "vite", @@ -22,6 +22,7 @@ "devDependencies": { "@rushstack/eslint-patch": "^1.3.3", "@tsconfig/node18": "^18.2.2", + "@types/bootstrap": "^5.2.7", "@types/node": "^18.17.17", "@vitejs/plugin-vue": "^4.3.4", "@vitejs/plugin-vue-jsx": "^3.0.2", |