app-next: move core API to frontend-{app,plugin}-api

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com>
Co-authored-by: Philipp Hugenroth <philipph@spotify.com>
Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-08-21 14:49:29 +02:00
parent c795a3ae0a
commit fe40e6de46
15 changed files with 676 additions and 372 deletions
+7 -1
View File
@@ -28,5 +28,11 @@
},
"files": [
"dist"
]
],
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0"
},
"dependencies": {
"lodash": "^4.17.21"
}
}