Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
"use strict";

require("dotenv").config();
const withSass = require("@zeit/next-sass");
const withFonts = require("next-fonts");

module.exports = withSass(
withFonts({
env: {
DB: process.env.DB,
HOST: process.env.HOST
}
})
);
module.exports = {
env: {
DB: process.env.DB,
HOST: process.env.HOST,
},
};
6,499 changes: 1,021 additions & 5,478 deletions package-lock.json

Large diffs are not rendered by default.

23 changes: 8 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,26 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"preinstall": "npx npm-force-resolutions"
"start": "next start"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"bcrypt": "^5.0.0",
"bcrypt": "^5.0.1",
"bootstrap": "^4.5.3",
"dotenv": "^8.2.0",
"formik": "^2.2.6",
"formik": "^2.2.9",
"isomorphic-unfetch": "^3.1.0",
"js-cookie": "^2.2.1",
"mongodb": "^3.6.3",
"next": "^10.0.3",
"mongodb": "^3.6.9",
"next": "^10.2.3",
"next-cookies": "^2.0.3",
"next-fonts": "^0.19.0",
"node-sass": "^4.14.1",
"nprogress": "^0.2.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"reactstrap": "^8.7.1",
"yup": "^0.27.0"
"reactstrap": "^8.9.0",
"sass": "^1.34.1",
"yup": "^0.32.9"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"resolutions": {
"node-fetch": "^2.6.1"
}
}
2 changes: 1 addition & 1 deletion pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default () => {

<p>Greetings, traveler!</p>
<p>
This is the beginning stages of an app I&rsquo;m building. As
This is the beginning stages of an app I started building. As
long as the app itself is half-finished, I figure this shell is
a satisfactory portfolio piece in the meantime. Please enjoy{" "}
<a href="https://github.com/TyWMick/nextjs-local-authentication">
Expand Down
4 changes: 2 additions & 2 deletions vendor/creative-tim/scss/paper-dashboard/_nucleo-outline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ License - nucleoapp.com/license/
-------------------------------- */
@font-face {
font-family: 'nucleo-icons';
src: url('vendor/creative-tim/fonts/nucleo-icons.eot');
src: url('vendor/creative-tim/fonts/nucleo-icons.eot') format('embedded-opentype'), url('vendor/creative-tim/fonts/nucleo-icons.woff2') format('woff2'), url('vendor/creative-tim/fonts/nucleo-icons.woff') format('woff'), url('vendor/creative-tim/fonts/nucleo-icons.ttf') format('truetype');
src: url(../../fonts/nucleo-icons.eot);
src: url(../../fonts/nucleo-icons.eot) format('embedded-opentype'), url(../../fonts/nucleo-icons.woff2) format('woff2'), url(../../fonts/nucleo-icons.woff) format('woff'), url(../../fonts/nucleo-icons.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
Expand Down
6 changes: 3 additions & 3 deletions vendor/creative-tim/scss/paper-dashboard/mixins/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
}

@mixin placeholder() {
&::-moz-placeholder {@content; } // Firefox
&:-ms-input-placeholder {@content; } // Internet Explorer 10+
&::-webkit-input-placeholder {@content; } // Safari and Chrome
#{if(&, "&", "*")}::-moz-placeholder {@content; } // Firefox
#{if(&, "&", "*")}:-ms-input-placeholder {@content; } // Internet Explorer 10+
#{if(&, "&", "*")}::-webkit-input-placeholder {@content; } // Safari and Chrome
}

@mixin light-form(){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ License - nucleoapp.com/license/
-------------------------------- */
@font-face {
font-family: 'nucleo-icons';
src: url('vendor/creative-tim/fonts/nucleo-icons.eot');
src: url('vendor/creative-tim/fonts/nucleo-icons.eot') format('embedded-opentype'), url('vendor/creative-tim/fonts/nucleo-icons.woff2') format('woff2'), url('vendor/creative-tim/fonts/nucleo-icons.woff') format('woff'), url('vendor/creative-tim/fonts/nucleo-icons.ttf');
src: url(../../../../fonts/nucleo-icons.eot);
src: url(../../../../fonts/nucleo-icons.eot) format('embedded-opentype'), url(../../../../fonts/nucleo-icons.woff2) format('woff2'), url(../../../../fonts/nucleo-icons.woff) format('woff'), url(../../../../fonts/nucleo-icons.ttf);
font-weight: normal;
font-style: normal;
}