48 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"name": "vue",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
2024-01-31 15:49:52 -03:00
"build": "vue-tsc --build --force && vite build",
2024-01-31 08:57:21 -03:00
"preview": "vite preview",
2024-01-31 15:49:52 -03:00
"build-only": "vite build",
2024-01-31 08:57:21 -03:00
"type-check": "vue-tsc --build --force"
},
"dependencies": {
2024-03-15 10:14:22 +01:00
"@getalby/sdk": "^3.4.0",
"@rust-nostr/nostr-sdk": "^0.14.0",
2024-02-01 14:14:14 +01:00
"@vuepic/vue-datepicker": "^7.4.1",
2024-01-29 10:50:08 +01:00
"@vueuse/core": "^10.7.2",
2024-01-31 08:57:21 -03:00
"bech32": "^2.0.0",
2024-01-18 19:46:26 +01:00
"bootstrap": "^5.3.2",
2024-01-19 17:13:38 +01:00
"daisyui": "^4.6.0",
"mini-toastr": "^0.8.1",
2024-08-25 17:11:33 +02:00
"nostr-login": "^1.5.2",
"nostr-tools": "^2.4.0",
2024-01-18 19:46:26 +01:00
"vue": "^3.4.15",
"vue-notifications": "^1.0.2",
"vue3-easy-data-table": "^1.5.47",
2024-01-18 09:38:10 +01:00
"vuex": "^4.1.0",
"webln": "^0.3.2"
},
"devDependencies": {
2024-02-01 14:14:14 +01:00
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.11.10",
"@vitejs/plugin-vue": "^4.5.2",
2024-01-31 15:49:52 -03:00
"@vue/tsconfig": "^0.5.1",
2024-01-18 19:46:26 +01:00
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
2024-01-31 08:57:21 -03:00
"typescript": "~5.3.0",
2024-01-18 19:46:26 +01:00
"vite": "^5.0.10",
2024-01-31 08:57:21 -03:00
"vue-router": "^4.2.5",
2024-08-25 17:11:33 +02:00
"vue-tsc": "^2.0.29"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1"
}
}