forked from FoundKeyGang/FoundKey
Fix build errors
This commit is contained in:
parent
3b921ece5d
commit
c1242cfde2
5 changed files with 9021 additions and 153 deletions
|
@ -1,4 +1,6 @@
|
||||||
{
|
{
|
||||||
|
"name": "backend",
|
||||||
|
"version": "13.0.0-preview1",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
{
|
{
|
||||||
|
"name": "client",
|
||||||
|
"version": "13.0.0-preview1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "vite build --watch --mode development",
|
"watch": "vite build --watch --mode development",
|
||||||
|
@ -38,7 +40,7 @@
|
||||||
"idb-keyval": "6.2.0",
|
"idb-keyval": "6.2.0",
|
||||||
"insert-text-at-cursor": "0.3.0",
|
"insert-text-at-cursor": "0.3.0",
|
||||||
"json5": "2.2.1",
|
"json5": "2.2.1",
|
||||||
"katex": "0.15.6",
|
"katex": "0.16.0",
|
||||||
"matter-js": "0.18.0",
|
"matter-js": "0.18.0",
|
||||||
"mfm-js": "0.22.1",
|
"mfm-js": "0.22.1",
|
||||||
"misskey-js": "0.0.14",
|
"misskey-js": "0.0.14",
|
||||||
|
|
|
@ -19,5 +19,5 @@ const compiledFormula = computed(() => katex.renderToString(props.formula, {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@import "../../node_modules/katex/dist/katex.min.css";
|
@import "katex/dist/katex.min.css";
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
{
|
{
|
||||||
|
"name": "sw",
|
||||||
|
"version": "13.0.0-preview1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "node build.js watch",
|
"watch": "node build.js watch",
|
||||||
|
|
Loading…
Reference in a new issue