3.2 KiB
Credits
Sponsors
Contributors
Helpful Users
Dependencies 🔗
This app definitely wouldn't have been quite so possible without the making use of the following package and components. Full credit and big kudos to their respective authors, who've done an amazing job in building and maintaining them.
Core
At it's core, the application uses Vue.js, as well as it's services. Styling is done with SCSS, JavaScript is currently Babel, (but I am in the process of converting to TypeScript), linting is done with ESLint, the config is defined in YAML, and there is a simple Node.js server to serve up the static app.
Utilities
crypto-js
- Encryption implementations by @evanvosberg and communityMIT
axios
- Promise based HTTP client by @mzabriskie and communityMIT
ajv
- JSON schema Validator by @epoberezkin and communityMIT
vue-i18n
- Internationalization plugin by @kazupon and communityMIT
Frontend Components
vue-select
- Dropdown component by @sagalbotMIT
vue-js-modal
- Modal component by @euvlMIT
v-tooltip
- Tooltip component by @AkryumMIT
vue-material-tabs
- Tab view component by @jairoblattMIT
VJsoneditor
- Interactive JSON editor component by @yansenleiMIT
- Forked from
JsonEditor
by @josdejongApache-2.0 License
- Forked from
vue-toasted
- Toast notification component by @shakee93MIT
vue-prism-editor
- Lightweight code editor by @kocaMIT
- Forked from
prism.js
MIT
- Forked from
vue-swatches
- Color palete picker by @saintplayMIT
Backup & Sync Server
Although the app is purely frontend, there is an optional cloud backup and restore feature. This is built as a serverless function on Cloudflare workers using KV and web crypto
External Services
The 1-Click deploy demo uses Play-with-Docker Labs. Code is hosted on GitHub, Docker image is hosted on DockerHub, and the demos are hosted on Netlify.
This page is auto-generated, using contribute-list by @akhilmhdh.