Panel creation

This commit is contained in:
Isaac
2021-05-11 23:12:06 +01:00
parent da7188d923
commit 8903f10305
7 changed files with 173 additions and 18 deletions

12
pnpm-lock.yaml generated
View File

@@ -12,6 +12,7 @@ specifiers:
leekslazylogger-fastify: ^0.1.0
mariadb: ^2.5.2
mysql2: ^2.2.5
node-emoji: ^1.10.0
node-fetch: ^2.6.1
nodemon: ^2.0.7
pg: ^8.5.1
@@ -32,6 +33,7 @@ dependencies:
dotenv: 8.2.0
leeks.js: 0.0.9
leekslazylogger-fastify: 0.1.0
node-emoji: 1.10.0
node-fetch: 2.6.1
semver: 7.3.4
sequelize: 6.5.0_fb66e8c649bde1be622cc06164c9e22d
@@ -1481,6 +1483,10 @@ packages:
resolution: {integrity: sha1-soqmKIorn8ZRA1x3EfZathkDMaY=}
dev: false
/lodash.toarray/4.4.0:
resolution: {integrity: sha1-JMS/zWsvuji/0FlNsRedjptlZWE=}
dev: false
/lodash/4.17.20:
resolution: {integrity: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==}
@@ -1648,6 +1654,12 @@ packages:
dev: false
optional: true
/node-emoji/1.10.0:
resolution: {integrity: sha512-Yt3384If5H6BYGVHiHwTL+99OzJKHhgp82S8/dktEK73T26BazdgZ4JZh92xSVtGNJvz9UbXdNAc5hcrXV42vw==}
dependencies:
lodash.toarray: 4.4.0
dev: false
/node-fetch/2.6.1:
resolution: {integrity: sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==}
engines: {node: 4.x || >=6.0.0}