Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
iCity
EnergyDashboard
Commits
02bd3700
Commit
02bd3700
authored
3 years ago
by
Sven Schneider
Browse files
Options
Download
Email Patches
Plain Diff
first commit
parent
b81e04f1
aggregation
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.vscode/settings.json
+3
-0
.vscode/settings.json
package-lock.json
+18
-0
package-lock.json
package.json
+2
-0
package.json
with
23 additions
and
0 deletions
+23
-0
.vscode/settings.json
0 → 100644
+
3
-
0
View file @
02bd3700
{
"liveServer.settings.port"
:
5501
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
package-lock.json
+
18
-
0
View file @
02bd3700
...
@@ -48,6 +48,19 @@
...
@@ -48,6 +48,19 @@
"resolved"
:
"https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz"
,
"integrity"
:
"sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="
"integrity"
:
"sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg=="
},
},
"chart.js"
:
{
"version"
:
"3.2.1"
,
"resolved"
:
"https://registry.npmjs.org/chart.js/-/chart.js-3.2.1.tgz"
,
"integrity"
:
"sha512-XsNDf3854RGZkLCt+5vWAXGAtUdKP2nhfikLGZqud6G4CvRE2ts64TIxTTfspOin2kEZvPgomE29E6oU02dYjQ=="
},
"chartjs-plugin-zoom"
:
{
"version"
:
"0.7.7"
,
"resolved"
:
"https://registry.npmjs.org/chartjs-plugin-zoom/-/chartjs-plugin-zoom-0.7.7.tgz"
,
"integrity"
:
"sha512-8fOHPPiZTT2+K0w278TQWYs/DtPg06s1OpTqdXxPpdfH7QQbl6Io/WuE1FjPehDWVCxpe3tSTts+dPbxgq2Z5g=="
,
"requires"
:
{
"hammerjs"
:
"^2.0.8"
}
},
"content-disposition"
:
{
"content-disposition"
:
{
"version"
:
"0.5.3"
,
"version"
:
"0.5.3"
,
"resolved"
:
"https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz"
,
"resolved"
:
"https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz"
,
...
@@ -175,6 +188,11 @@
...
@@ -175,6 +188,11 @@
"resolved"
:
"https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz"
,
"resolved"
:
"https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz"
,
"integrity"
:
"sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
"integrity"
:
"sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
},
},
"hammerjs"
:
{
"version"
:
"2.0.8"
,
"resolved"
:
"https://registry.npmjs.org/hammerjs/-/hammerjs-2.0.8.tgz"
,
"integrity"
:
"sha1-BO93hiz/K7edMPdpIJWTAiK/YPE="
},
"http-errors"
:
{
"http-errors"
:
{
"version"
:
"1.7.2"
,
"version"
:
"1.7.2"
,
"resolved"
:
"https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz"
,
"resolved"
:
"https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz"
,
...
...
This diff is collapsed.
Click to expand it.
package.json
+
2
-
0
View file @
02bd3700
...
@@ -10,6 +10,8 @@
...
@@ -10,6 +10,8 @@
"license"
:
"
ISC
"
,
"license"
:
"
ISC
"
,
"dependencies"
:
{
"dependencies"
:
{
"
axios
"
:
"
^0.21.1
"
,
"
axios
"
:
"
^0.21.1
"
,
"
chart.js
"
:
"
^3.2.1
"
,
"
chartjs-plugin-zoom
"
:
"
^0.7.7
"
,
"
express
"
:
"
^4.17.1
"
"
express
"
:
"
^4.17.1
"
}
}
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets