Initial commit

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>
This commit is contained in:
Michael Cartner
2024-01-26 11:52:55 +01:00
commit b9c60b07dc
2789 changed files with 868795 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"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"
}
}