wip remove yarn

This commit is contained in:
Anton Georgiev 2023-12-06 10:22:20 -05:00
parent 59a23ed98d
commit 14b8603164
2 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,8 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion
const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const lightCodeTheme = require('prism-react-renderer').themes.github;
const darkCodeTheme = require('prism-react-renderer').themes.dracula;
/** @type {import('@docusaurus/types').Config} */
const config = {

View File

@ -3,6 +3,10 @@
"version": "0.0.1",
"private": false,
"scripts": {
"start": "npm run start",
"build": "npm run build",
"deploy": "npm run deploy",
"serve": "npm run serve"
},
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^1.1.0",