Added database, orm, auth modules
added db migrations for users and initial data added first controllers added auth middleware added rest routes and controller stub ...
This commit is contained in:
63
package-lock.json
generated
63
package-lock.json
generated
@@ -8,6 +8,7 @@
|
||||
"name": "enzos-events",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@adonisjs/auth": "^8.2.3",
|
||||
"@adonisjs/core": "^5.9.0",
|
||||
"@adonisjs/lucid": "^18.4.0",
|
||||
"@adonisjs/repl": "^3.1.11",
|
||||
@@ -147,6 +148,50 @@
|
||||
"@adonisjs/core": "^5.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@adonisjs/auth": {
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@adonisjs/auth/-/auth-8.2.3.tgz",
|
||||
"integrity": "sha512-js9e8AHEsNC/8MGvho6MgL+uXr8SlhTg9MJJDWQBBiqsKkT7+H7NMP/pLbuSzYaaf40t2u/OXfq6wXuIC5ZYvw==",
|
||||
"dependencies": {
|
||||
"@poppinss/hooks": "^5.0.3",
|
||||
"@poppinss/utils": "^5.0.0",
|
||||
"luxon": "^3.0.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@adonisjs/core": "^5.7.1",
|
||||
"@adonisjs/i18n": "^1.5.0",
|
||||
"@adonisjs/lucid": "^18.0.0",
|
||||
"@adonisjs/redis": "^7.2.0",
|
||||
"@adonisjs/session": "^6.2.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@adonisjs/i18n": {
|
||||
"optional": true
|
||||
},
|
||||
"@adonisjs/lucid": {
|
||||
"optional": true
|
||||
},
|
||||
"@adonisjs/redis": {
|
||||
"optional": true
|
||||
},
|
||||
"@adonisjs/session": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/@adonisjs/auth/node_modules/@poppinss/hooks": {
|
||||
"version": "5.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@poppinss/hooks/-/hooks-5.0.3.tgz",
|
||||
"integrity": "sha512-M5a151VUl+RslVP5qwDW+u+0VmzKt5Nfplzdx2nrtXol3yVlLN3u2Jp6UADESid3DDI7IRHmFrA3sQusey3eUA==",
|
||||
"peerDependencies": {
|
||||
"@adonisjs/application": ">=4.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@adonisjs/application": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/@adonisjs/bodyparser": {
|
||||
"version": "8.1.8",
|
||||
"resolved": "https://registry.npmjs.org/@adonisjs/bodyparser/-/bodyparser-8.1.8.tgz",
|
||||
@@ -16834,6 +16879,24 @@
|
||||
"slash": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"@adonisjs/auth": {
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@adonisjs/auth/-/auth-8.2.3.tgz",
|
||||
"integrity": "sha512-js9e8AHEsNC/8MGvho6MgL+uXr8SlhTg9MJJDWQBBiqsKkT7+H7NMP/pLbuSzYaaf40t2u/OXfq6wXuIC5ZYvw==",
|
||||
"requires": {
|
||||
"@poppinss/hooks": "^5.0.3",
|
||||
"@poppinss/utils": "^5.0.0",
|
||||
"luxon": "^3.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@poppinss/hooks": {
|
||||
"version": "5.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@poppinss/hooks/-/hooks-5.0.3.tgz",
|
||||
"integrity": "sha512-M5a151VUl+RslVP5qwDW+u+0VmzKt5Nfplzdx2nrtXol3yVlLN3u2Jp6UADESid3DDI7IRHmFrA3sQusey3eUA==",
|
||||
"requires": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@adonisjs/bodyparser": {
|
||||
"version": "8.1.8",
|
||||
"resolved": "https://registry.npmjs.org/@adonisjs/bodyparser/-/bodyparser-8.1.8.tgz",
|
||||
|
||||
Reference in New Issue
Block a user