mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 18:26:15 +01:00
f3e4cad700
* fix tsc error * add plugin source, create plugin source version model, add plugin_type * can create and save source plugins via the api * make empty source plugins * message if no config options available * different image or tag for source plugins * fix some types * second drawer * add fields into drawer * add monaco editor * refactor drawer * save plugin and must be json * close tab on save * fix default code * upgrade to plugin server 0.5.0 - with scheduled plugins * less height * upgrade to plugin server 0.5.1 - with posthog.capture * remove minimap from editor * upgrade to 0.5.1 * use enum * reduce quirk * must enter a name/url * use the source * simpler text * sync image * add link to docs * add a link to the documentation inside the source code drawer * text / ux simplifications * nicer first plugin experience * nicer django model choices
13 lines
228 B
JSON
13 lines
228 B
JSON
{
|
|
"name": "plugins",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"posthog-plugin-server": "0.5.1"
|
|
},
|
|
"scripts": {
|
|
"start": "posthog-plugin-server"
|
|
}
|
|
}
|