-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63eb87a
commit a28fc20
Showing
69 changed files
with
11,207 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"polyfillFiles": [ | ||
"static/chunks/polyfills.js" | ||
], | ||
"devFiles": [ | ||
"static/chunks/react-refresh.js" | ||
], | ||
"ampDevFiles": [], | ||
"lowPriorityFiles": [ | ||
"static/development/_buildManifest.js", | ||
"static/development/_ssgManifest.js" | ||
], | ||
"rootMainFiles": [], | ||
"pages": { | ||
"/": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main.js", | ||
"static/chunks/pages/index.js" | ||
], | ||
"/_app": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main.js", | ||
"static/chunks/pages/_app.js" | ||
], | ||
"/_error": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main.js", | ||
"static/chunks/pages/_error.js" | ||
], | ||
"/my-books": [ | ||
"static/chunks/webpack.js", | ||
"static/chunks/main.js", | ||
"static/chunks/pages/my-books.js" | ||
] | ||
}, | ||
"ampFirstPages": [] | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"type": "commonjs"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"node_modules\\.pnpm\\[email protected]\\node_modules\\lucid-cardano\\esm\\src\\core\\core.js -> ./libs/cardano_message_signing/cardano_message_signing.generated.js": { | ||
"id": "node_modules\\.pnpm\\[email protected]\\node_modules\\lucid-cardano\\esm\\src\\core\\core.js -> ./libs/cardano_message_signing/cardano_message_signing.generated.js", | ||
"files": [ | ||
"static/chunks/node_modules_pnpm_lucid-cardano_0_10_7_node_modules_lucid-cardano_esm_src_core_libs_cardano_m-34f3f8.js" | ||
] | ||
}, | ||
"node_modules\\.pnpm\\[email protected]\\node_modules\\lucid-cardano\\esm\\src\\core\\core.js -> ./libs/cardano_multiplatform_lib/cardano_multiplatform_lib.generated.js": { | ||
"id": "node_modules\\.pnpm\\[email protected]\\node_modules\\lucid-cardano\\esm\\src\\core\\core.js -> ./libs/cardano_multiplatform_lib/cardano_multiplatform_lib.generated.js", | ||
"files": [ | ||
"static/chunks/node_modules_pnpm_lucid-cardano_0_10_7_node_modules_lucid-cardano_esm_src_core_libs_cardano_m-e9981c.js" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
self.__INTERCEPTION_ROUTE_REWRITE_MANIFEST="[]" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"version": 3, | ||
"middleware": {}, | ||
"functions": {}, | ||
"sortedMiddleware": [] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"pages":{},"app":{},"appUsingSizeAdjust":false,"pagesUsingSizeAdjust":false} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"/_app": "pages/_app.js", | ||
"/_error": "pages/_error.js", | ||
"/_document": "pages/_document.js", | ||
"/api/getCollections": "pages/api/getCollections.js", | ||
"/": "pages/index.js", | ||
"/my-books": "pages/my-books.js" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
"use strict"; | ||
/* | ||
* ATTENTION: An "eval-source-map" devtool has been used. | ||
* This devtool is neither made for production nor for readable output files. | ||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools. | ||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) | ||
* or disable the default devtool with "devtool: false". | ||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). | ||
*/ | ||
(() => { | ||
var exports = {}; | ||
exports.id = "pages/_document"; | ||
exports.ids = ["pages/_document"]; | ||
exports.modules = { | ||
|
||
/***/ "./pages/_document.tsx": | ||
/*!*****************************!*\ | ||
!*** ./pages/_document.tsx ***! | ||
\*****************************/ | ||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { | ||
|
||
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Document)\n/* harmony export */ });\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-dev-runtime */ \"react/jsx-dev-runtime\");\n/* harmony import */ var react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var next_document__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! next/document */ \"./node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/document.js\");\n/* harmony import */ var next_document__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(next_document__WEBPACK_IMPORTED_MODULE_1__);\n\n\nfunction Document() {\n return /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_document__WEBPACK_IMPORTED_MODULE_1__.Html, {\n lang: \"en\",\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_document__WEBPACK_IMPORTED_MODULE_1__.Head, {}, void 0, false, {\n fileName: \"C:\\\\Users\\\\rodrigo\\\\OneDrive\\\\Escritorio\\\\code_projects\\\\freelance\\\\take-a-book\\\\take-a-book\\\\frontend\\\\pages\\\\_document.tsx\",\n lineNumber: 6,\n columnNumber: 7\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(\"body\", {\n children: [\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_document__WEBPACK_IMPORTED_MODULE_1__.Main, {}, void 0, false, {\n fileName: \"C:\\\\Users\\\\rodrigo\\\\OneDrive\\\\Escritorio\\\\code_projects\\\\freelance\\\\take-a-book\\\\take-a-book\\\\frontend\\\\pages\\\\_document.tsx\",\n lineNumber: 8,\n columnNumber: 9\n }, this),\n /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(next_document__WEBPACK_IMPORTED_MODULE_1__.NextScript, {}, void 0, false, {\n fileName: \"C:\\\\Users\\\\rodrigo\\\\OneDrive\\\\Escritorio\\\\code_projects\\\\freelance\\\\take-a-book\\\\take-a-book\\\\frontend\\\\pages\\\\_document.tsx\",\n lineNumber: 9,\n columnNumber: 9\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\rodrigo\\\\OneDrive\\\\Escritorio\\\\code_projects\\\\freelance\\\\take-a-book\\\\take-a-book\\\\frontend\\\\pages\\\\_document.tsx\",\n lineNumber: 7,\n columnNumber: 7\n }, this)\n ]\n }, void 0, true, {\n fileName: \"C:\\\\Users\\\\rodrigo\\\\OneDrive\\\\Escritorio\\\\code_projects\\\\freelance\\\\take-a-book\\\\take-a-book\\\\frontend\\\\pages\\\\_document.tsx\",\n lineNumber: 5,\n columnNumber: 5\n }, this);\n}\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9wYWdlcy9fZG9jdW1lbnQudHN4IiwibWFwcGluZ3MiOiI7Ozs7Ozs7OztBQUE2RDtBQUU5QyxTQUFTSTtJQUN0QixxQkFDRSw4REFBQ0osK0NBQUlBO1FBQUNLLE1BQUs7OzBCQUNULDhEQUFDSiwrQ0FBSUE7Ozs7OzBCQUNMLDhEQUFDSzs7a0NBQ0MsOERBQUNKLCtDQUFJQTs7Ozs7a0NBQ0wsOERBQUNDLHFEQUFVQTs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFJbkIiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9hcmNhbnVtLy4vcGFnZXMvX2RvY3VtZW50LnRzeD9kMzdkIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEh0bWwsIEhlYWQsIE1haW4sIE5leHRTY3JpcHQgfSBmcm9tIFwibmV4dC9kb2N1bWVudFwiO1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBEb2N1bWVudCgpIHtcbiAgcmV0dXJuIChcbiAgICA8SHRtbCBsYW5nPVwiZW5cIj5cbiAgICAgIDxIZWFkIC8+XG4gICAgICA8Ym9keT5cbiAgICAgICAgPE1haW4gLz5cbiAgICAgICAgPE5leHRTY3JpcHQgLz5cbiAgICAgIDwvYm9keT5cbiAgICA8L0h0bWw+XG4gICk7XG59XG4iXSwibmFtZXMiOlsiSHRtbCIsIkhlYWQiLCJNYWluIiwiTmV4dFNjcmlwdCIsIkRvY3VtZW50IiwibGFuZyIsImJvZHkiXSwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///./pages/_document.tsx\n"); | ||
|
||
/***/ }), | ||
|
||
/***/ "next/dist/compiled/next-server/pages.runtime.dev.js": | ||
/*!**********************************************************************!*\ | ||
!*** external "next/dist/compiled/next-server/pages.runtime.dev.js" ***! | ||
\**********************************************************************/ | ||
/***/ ((module) => { | ||
|
||
module.exports = require("next/dist/compiled/next-server/pages.runtime.dev.js"); | ||
|
||
/***/ }), | ||
|
||
/***/ "react": | ||
/*!************************!*\ | ||
!*** external "react" ***! | ||
\************************/ | ||
/***/ ((module) => { | ||
|
||
module.exports = require("react"); | ||
|
||
/***/ }), | ||
|
||
/***/ "react/jsx-dev-runtime": | ||
/*!****************************************!*\ | ||
!*** external "react/jsx-dev-runtime" ***! | ||
\****************************************/ | ||
/***/ ((module) => { | ||
|
||
module.exports = require("react/jsx-dev-runtime"); | ||
|
||
/***/ }), | ||
|
||
/***/ "react/jsx-runtime": | ||
/*!************************************!*\ | ||
!*** external "react/jsx-runtime" ***! | ||
\************************************/ | ||
/***/ ((module) => { | ||
|
||
module.exports = require("react/jsx-runtime"); | ||
|
||
/***/ }), | ||
|
||
/***/ "path": | ||
/*!***********************!*\ | ||
!*** external "path" ***! | ||
\***********************/ | ||
/***/ ((module) => { | ||
|
||
module.exports = require("path"); | ||
|
||
/***/ }) | ||
|
||
}; | ||
; | ||
|
||
// load runtime | ||
var __webpack_require__ = require("../webpack-runtime.js"); | ||
__webpack_require__.C(exports); | ||
var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId)) | ||
var __webpack_exports__ = __webpack_require__.X(0, ["vendor-chunks/[email protected][email protected][email protected]","vendor-chunks/@[email protected]"], () => (__webpack_exec__("./pages/_document.tsx"))); | ||
module.exports = __webpack_exports__; | ||
|
||
})(); |
Oops, something went wrong.