mirror of
https://github.com/The-Low-Code-Foundation/OpenNoodl.git
synced 2026-01-11 23:02:56 +01:00
Co-Authored-By: Eric Tuvesson <eric.tuvesson@gmail.com> Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com> Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com> Co-Authored-By: Anders Larsson <64838990+anders-topp@users.noreply.github.com> Co-Authored-By: Johan <4934465+joolsus@users.noreply.github.com> Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com> Co-Authored-By: victoratndl <99176179+victoratndl@users.noreply.github.com>
36 lines
839 B
JSON
36 lines
839 B
JSON
{
|
|
"name": "@noodl/noodl-parse-dashboard",
|
|
"version": "2.7.1",
|
|
"dependencies": {
|
|
"bcryptjs": "2.4.3",
|
|
"connect-flash": "0.1.1",
|
|
"cookie-session": "2.0.0",
|
|
"express": "^4.18.1",
|
|
"lodash": "^4.17.21",
|
|
"otpauth": "^7.1.3",
|
|
"package-json": "7.0.0",
|
|
"passport": "0.5.3",
|
|
"passport-local": "1.0.0",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"parseDashboardFeatures": [
|
|
"Data Browser",
|
|
"Cloud Code Viewer",
|
|
"Cloud Code Jobs Viewer and Runner",
|
|
"Parse Config",
|
|
"REST API Console",
|
|
"GraphQL API Console",
|
|
"JS Custom Query Console",
|
|
"Class Level Permissions Editor",
|
|
"Pointer Permissions Editor",
|
|
"Send Push Notifications",
|
|
"Logs Viewer",
|
|
"Push Status Page",
|
|
"Relation Editor"
|
|
],
|
|
"main": "Parse-Dashboard/app.js",
|
|
"devDependencies": {
|
|
"keyv": "^4.5.1"
|
|
}
|
|
}
|