maintenance commit, bump year
This commit is contained in:
parent
a55ba70fdc
commit
089cba7d0d
13348
package-lock.json
generated
13348
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
@ -30,8 +30,8 @@
|
||||
},
|
||||
"homepage": "https://icynet.eu",
|
||||
"dependencies": {
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.12.13",
|
||||
"@babel/register": "^7.12.13",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
|
||||
"@babel/register": "^7.13.8",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"bluebird": "^3.7.2",
|
||||
"body-parser": "^1.19.0",
|
||||
@ -39,16 +39,16 @@
|
||||
"connect-session-knex": "^2.0.0",
|
||||
"email-templates": "^8.0.3",
|
||||
"express": "^4.17.1",
|
||||
"express-rate-limit": "^5.2.5",
|
||||
"express-rate-limit": "^5.2.6",
|
||||
"express-session": "^1.17.1",
|
||||
"feed": "^4.2.2",
|
||||
"fs-extra": "^9.1.0",
|
||||
"gm": "^1.23.1",
|
||||
"json-web-token": "^3.2.0",
|
||||
"knex": "^0.21.17",
|
||||
"knex": "^0.95.1",
|
||||
"multiparty": "^4.2.2",
|
||||
"mysql": "^2.18.1",
|
||||
"nodemailer": "^6.4.17",
|
||||
"nodemailer": "^6.5.0",
|
||||
"notp": "^2.0.3",
|
||||
"oauth-libre": "^0.9.17",
|
||||
"objection": "^2.2.14",
|
||||
@ -62,29 +62,29 @@
|
||||
"vue": "^2.6.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.13",
|
||||
"@babel/preset-env": "^7.12.13",
|
||||
"@babel/core": "^7.13.8",
|
||||
"@babel/preset-env": "^7.13.9",
|
||||
"babel-loader": "^8.2.2",
|
||||
"bootstrap": "^4.6.0",
|
||||
"concurrently": "^5.3.0",
|
||||
"eslint": "^7.19.0",
|
||||
"concurrently": "^6.0.0",
|
||||
"eslint": "^7.21.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-vue": "^7.5.0",
|
||||
"jquery": "^3.5.1",
|
||||
"eslint-plugin-vue": "^7.7.0",
|
||||
"jquery": "^3.6.0",
|
||||
"morgan": "^1.10.0",
|
||||
"mustache": "^4.1.0",
|
||||
"popper.js": "^1.16.1",
|
||||
"pug": "^3.0.0",
|
||||
"pug": "^3.0.2",
|
||||
"pug-plain-loader": "^1.1.0",
|
||||
"standard": "^16.0.3",
|
||||
"terser-webpack-plugin": "^5.1.1",
|
||||
"vue-clickaway": "^2.2.2",
|
||||
"vue-loader": "^15.9.6",
|
||||
"vue-resource": "^1.5.1",
|
||||
"vue-resource": "^1.5.2",
|
||||
"vue-router": "^3.5.1",
|
||||
"vue-template-compiler": "^2.6.12",
|
||||
"watch": "^1.0.2",
|
||||
"webpack": "^5.21.2",
|
||||
"webpack": "^5.24.3",
|
||||
"webpack-cli": "^4.5.0",
|
||||
"webpack-merge": "^5.7.3"
|
||||
},
|
||||
|
@ -13,7 +13,7 @@ block body
|
||||
.container
|
||||
.carousel-caption.text-left
|
||||
h1 Welcome to Icy Network
|
||||
p Icy Network is a Global Network of Communities and Websites, United by a Single Login
|
||||
p Icy Network is a Single Sign On (SSO) provider.
|
||||
//a.btn.btn-lg.btn-primary(href="#" role="button") Learn More
|
||||
//.carousel-item
|
||||
img.second-slide(src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==", alt="Second Slide")
|
||||
|
@ -37,7 +37,7 @@ html
|
||||
noscript
|
||||
h2 This site requires JavaScript to work properly! Some features may be limited or missing entirely.
|
||||
p Please consider enabling JavaScript for the full experience. We respect your browser's privacy settings.
|
||||
p This site is entirely free and open source:
|
||||
p This site is entirely free and open source:
|
||||
a(href="https://gitlab.icynet.eu/IcyNetwork/IcyNet.eu" target="_blank") Browse the repository
|
||||
if matomo
|
||||
img.d-inline-block.align-top(src="#{matomo.track_url}piwik.php?idsite=1&rec=1" style="border:0;" alt="")
|
||||
@ -76,13 +76,13 @@ html
|
||||
//FOOTER
|
||||
footer.container.mb-4
|
||||
p
|
||||
|© 2017 - 2020
|
||||
|© 2017 - 2021
|
||||
a(href="https://lunasqu.ee" target="_blank" rel="nofollow") Evert Prants
|
||||
span.float-sm-right.ml-4
|
||||
a(href="/docs/terms-of-service") Terms
|
||||
| ·
|
||||
| ·
|
||||
a(href="/docs/privacy-policy") Privacy
|
||||
| ·
|
||||
| ·
|
||||
a(href="/donate") Donate
|
||||
.d-flex.justify-content-center
|
||||
a.btn-social#gitlab(href="https://gitlab.icynet.eu/IcyNetwork/" rel="me" target="_blank")
|
||||
|
Reference in New Issue
Block a user