Move missing files

This commit is contained in:
Luccas Mateus
2023-10-06 09:19:56 -03:00
parent 9482483b51
commit 8f4c134fd8
49 changed files with 1192 additions and 60 deletions

View File

@@ -8,7 +8,6 @@
"name": "my-app",
"version": "0.1.0",
"dependencies": {
"@flowershow/markdowndb": "^0.1.8",
"@githubocto/flat-ui": "^0.14.1",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
@@ -32,7 +31,7 @@
"eslint-config-next": "13.4.3",
"flexsearch": "0.7.21",
"isomorphic-unfetch": "^4.0.2",
"mddb": "^0.1.9",
"mddb": "0.2.1",
"next": "13.4.3",
"next-mdx-remote": "^4.4.1",
"next-seo": "^6.0.0",
@@ -1155,35 +1154,6 @@
"react-dom": ">=16.8.0"
}
},
"node_modules/@flowershow/markdowndb": {
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/@flowershow/markdowndb/-/markdowndb-0.1.8.tgz",
"integrity": "sha512-Vjb15Kwuce1P1nLrN3C/ULo+/2TZTKvjMKV0Y8PG8K48yKa2mbBj+Wk7hPt6Fe5enAvntpP70KRDcaiH6aWM2g==",
"deprecated": "This package has been renamed to `mddb`. Please use `mddb` instead.",
"dependencies": {
"@flowershow/remark-wiki-link": "^1.1.2",
"gray-matter": "^4.0.3",
"knex": "^2.4.2",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"sqlite3": "^5.1.6",
"unist-util-select": "^4.0.3"
},
"bin": {
"mddb": "dist/src/bin/index.js"
}
},
"node_modules/@flowershow/remark-wiki-link": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@flowershow/remark-wiki-link/-/remark-wiki-link-1.2.0.tgz",
"integrity": "sha512-CI4+jjoZ0n036tZBjvMX4XyVAzHxU/6hDrl78511VSgwnRAYMEo6Jqxg9suq+mW0FlREz3mSQGpsbXcc92sqhA==",
"deprecated": "This package has been renamed to `@portaljs/remark-wiki-link`. Please use it instead.",
"dependencies": {
"mdast-util-to-markdown": "^1.5.0",
"mdast-util-wiki-link": "^0.0.2",
"micromark-util-symbol": "^1.0.1"
}
},
"node_modules/@gar/promisify": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz",
@@ -9639,11 +9609,11 @@
}
},
"node_modules/mddb": {
"version": "0.1.9",
"resolved": "https://registry.npmjs.org/mddb/-/mddb-0.1.9.tgz",
"integrity": "sha512-d3B5zArnWDqKN1Blq6hGtfr3HTHUKK/GS95b4OZqcyDPvUP4JnYuWHDjyoJ0tSgDKH6ybB6WdnnI3tcHQvRTyw==",
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/mddb/-/mddb-0.2.1.tgz",
"integrity": "sha512-oZd+STPy5HrSjHz7B4MzceNCxcddqOPQSWX2BQYxe2CV0vTd5/REf98cOM5MNAxK5UpYgvziotSq9hqZoW6G/g==",
"dependencies": {
"@flowershow/remark-wiki-link": "^1.1.2",
"@portaljs/remark-wiki-link": "^1.0.4",
"gray-matter": "^4.0.3",
"knex": "^2.4.2",
"remark-gfm": "^3.0.1",