Skip to content

Commit

Permalink
debug: remove partial packages
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
  • Loading branch information
nekomeowww committed Dec 2, 2024
1 parent 89d4825 commit d5340d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 505 deletions.
6 changes: 4 additions & 2 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.2'
version: "0.2"

Check failure on line 1 in cspell.config.yaml

View workflow job for this annotation

GitHub Actions / lint

Strings must use singlequote
ignorePaths: []
dictionaryDefinitions: []
dictionaries: []
Expand All @@ -9,6 +9,7 @@ words:
- hiyori
- iconify
- kwaa
- live2dcubismcore
- Myriam
- nekomeowww
- Neuro
Expand All @@ -21,8 +22,9 @@ words:
- pinia
- pixi
- rehype
- typeschema
- unocss
- unplugin
- vueuse
- live2dcubismcore
ignoreWords: []
import: []
17 changes: 1 addition & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@
"@nuxt/eslint": "^0.7.2",
"@nuxtjs/color-mode": "^3.5.2",
"@pinia/nuxt": "^0.8.0",
"@pixi/app": "^6",
"@pixi/constants": "6",
"@pixi/core": "6",
"@pixi/display": "6",
"@pixi/extensions": "^6",
"@pixi/loaders": "6",
"@pixi/math": "6",
"@pixi/runner": "6",
"@pixi/settings": "6",
"@pixi/sprite": "6",
"@pixi/ticker": "^6",
"@pixi/utils": "6",
"@types/node": "^22.10.1",
"@types/yauzl": "^2.10.3",
"@typeschema/zod": "^0.14.0",
Expand All @@ -49,8 +37,6 @@
"ofetch": "^1.4.1",
"openai": "^4.73.1",
"pinia": "^2.2.8",
"pixi": "^0.3.1",
"pixi-live2d-display": "^0.4.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
Expand All @@ -61,7 +47,6 @@
"vite-plugin-inspect": "^0.10.2",
"vue-tsc": "^2.1.10",
"yauzl": "^3.2.0",
"zod": "^3.23.8",
"elevenlabs": "^0.18.1"
"zod": "^3.23.8"
}
}
Loading

0 comments on commit d5340d7

Please sign in to comment.