feat: somewhat finalize the new codeblock

This commit is contained in:
thecodrr
2022-05-30 05:08:09 +05:00
parent 4e32c0ace1
commit 4e453dc047
30 changed files with 3825 additions and 97 deletions

View File

@@ -30,9 +30,16 @@
"@tiptap/extension-underline": "^2.0.0-beta.23",
"@tiptap/react": "^2.0.0-beta.98",
"@tiptap/starter-kit": "^2.0.0-beta.150",
"@types/prismjs": "^1.26.0",
"@types/rebass": "^4.0.10",
"@types/rebass__forms": "^4.0.6",
"detect-indent": "^7.0.0",
"emotion-theming": "^10.0.19",
"esm-loader": "^0.1.0",
"highlight.js": "^11.5.1",
"lowlight": "^2.6.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.28.0",
"prosemirror-tables": "^1.1.1",
"re-resizable": "^6.9.5",
"react-color": "^2.19.3",
@@ -41,11 +48,13 @@
"react-toggle": "^4.1.2",
"reactjs-popup": "^2.0.5",
"rebass": "^4.0.7",
"refractor": "^4.7.0",
"tinycolor2": "^1.4.2",
"tippy.js": "^6.3.7",
"zustand": "^3.7.2"
},
"devDependencies": {
"@types/esm": "^3.2.0",
"@types/node": "^16.11.11",
"@types/react": "^17.0.37",
"@types/react-color": "^3.0.6",
@@ -53,9 +62,12 @@
"@types/react-modal": "^3.13.1",
"@types/react-toggle": "^4.0.3",
"@types/tinycolor2": "^1.4.3",
"esm": "^3.2.25",
"isomorphic-fetch": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"ts-node": "^10.8.0",
"typescript": "^4.5.2",
"typescript-plugin-css-modules": "^3.4.0",
"web-vitals": "^1.1.2"