diff --git a/package.json b/package.json index 37cd37d..cdad2cc 100644 --- a/package.json +++ b/package.json @@ -1,33 +1,33 @@ { - "name": "shuriken", - "description": "manifest.json description", - "private": true, - "version": "0.0.2", - "type": "module", - "scripts": { - "dev": "wxt", - "dev:firefox": "wxt -b firefox", - "build": "wxt build", - "build:firefox": "wxt build -b firefox", - "zip": "wxt zip", - "zip:firefox": "wxt zip -b firefox", - "compile": "vue-tsc --noEmit", - "postinstall": "wxt prepare" - }, - "dependencies": { - "@tanstack/vue-query": "^5.40.1", - "@tanstack/vue-query-devtools": "^5.44.0", - "axios": "^1.7.2", - "dayjs": "^1.11.11", - "vue": "^3.4.0" - }, - "devDependencies": { - "@iconify-json/mdi": "^1.1.67", - "@unocss/preset-icons": "^0.61.0", - "@vitejs/plugin-vue": "^5.0.1", - "typescript": "^5.3.3", - "unocss": "^0.61.0", - "vue-tsc": "^2.0.6", - "wxt": "^0.18.0" - } + "name": "shuriken", + "description": "manifest.json description", + "private": true, + "version": "0.0.3", + "type": "module", + "scripts": { + "dev": "wxt", + "dev:firefox": "wxt -b firefox", + "build": "wxt build", + "build:firefox": "wxt build -b firefox", + "zip": "wxt zip", + "zip:firefox": "wxt zip -b firefox", + "compile": "vue-tsc --noEmit", + "postinstall": "wxt prepare" + }, + "dependencies": { + "@tanstack/vue-query": "^5.40.1", + "@tanstack/vue-query-devtools": "^5.44.0", + "axios": "^1.7.2", + "dayjs": "^1.11.11", + "vue": "^3.4.0" + }, + "devDependencies": { + "@iconify-json/mdi": "^1.1.67", + "@unocss/preset-icons": "^0.61.0", + "@vitejs/plugin-vue": "^5.0.1", + "typescript": "^5.3.3", + "unocss": "^0.61.0", + "vue-tsc": "^2.0.6", + "wxt": "^0.18.0" + } }