UNPKG

plxnner

Version:

An elegant open-source planner for Instagram

70 lines (69 loc) 1.78 kB
{ "name": "plxnner", "version": "0.0.8", "description": "An elegant open-source planner for Instagram", "keywords": [ "instagram", "social", "profile", "planner", "self-hosted", "organizer", "backup" ], "homepage": "https://dxlliv.github.io/planner/docs/", "repository": { "type": "git", "url": "git+https://github.com/dxlliv/planner.git" }, "license": "GPL-3.0-only", "author": { "name": "Diego Villa", "url": "https://github.com/dxlliv" }, "type": "module", "main": "./nuxt.config.ts", "scripts": { "build": "nuxt build .playground", "dev": "nuxi dev .playground", "generate": "nuxt generate .playground", "postinstall": "nuxt prepare .playground", "lint": "eslint .", "preview": "nuxt preview .playground" }, "dependencies": { "@babel/types": "^7.26.3", "@mdi/font": "^7.4.47", "@nuxt/fonts": "^0.10.3", "@nuxtjs/i18n": "^8.5.6", "pinia-plugin-persistedstate": "^4.1.3", "@pinia/nuxt": "^0.9.0", "@vitejs/plugin-vue": "^5.2.1", "@vue/compiler-sfc": "^3.5.13", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", "@vueuse/core": "^12.0.0", "@vueuse/nuxt": "^12.0.0", "browser-fs-access": "^0.35.0", "fflate": "^0.8.2", "filepond": "^4.32.5", "idb": "^8.0.0", "nuxt": "^3.14.1592", "nuxt-swiper": "^2.0.0", "pinia": "^2.3.0", "prettier": "^3.4.2", "sass": "^1.82.0", "typescript": "^5.7.2", "vite": "^6.0.3", "vue-contenteditable": "^4.1.0", "vue-filepond": "^7.0.4", "vue-slicksort": "^2.0.5", "vue-tsc": "^2.1.10", "vue3-guides": "^0.12.2", "vue3-simple-icons": "^13.2.0", "vuetify-nuxt-module": "^0.18.3" }, "overrides": { "vue": "3" } }