-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
1,268 additions
and
679 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@advjs/editor", | ||
"version": "0.0.0", | ||
"private": true, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "ADV.JS Editor", | ||
"scripts": { | ||
"build": "nuxi build", | ||
|
@@ -21,7 +21,7 @@ | |
}, | ||
"devDependencies": { | ||
"@advjs/gui": "workspace:*", | ||
"@iconify-json/carbon": "^1.1.28", | ||
"@iconify-json/carbon": "^1.1.30", | ||
"@iconify-json/ep": "^1.1.14", | ||
"@iconify-json/mdi": "^1.1.64", | ||
"@iconify-json/twemoji": "^1.1.15", | ||
|
@@ -30,11 +30,11 @@ | |
"@pinia/nuxt": "^0.5.1", | ||
"@unocss/eslint-config": "^0.58.5", | ||
"@unocss/nuxt": "^0.58.5", | ||
"@vite-pwa/nuxt": "^0.4.0", | ||
"@vite-pwa/nuxt": "^0.5.0", | ||
"@vueuse/nuxt": "^10.7.2", | ||
"baklavajs": "2.3.0", | ||
"baklavajs": "2.4.0", | ||
"consola": "^3.2.3", | ||
"nuxt": "^3.10.0", | ||
"nuxt": "^3.10.2", | ||
"nuxt-monaco-editor": "git+https://github.com/jontybrook/nuxt-monaco-editor.git#patch1", | ||
"pinia": "^2.1.7" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"type": "module", | ||
"version": "0.0.1", | ||
"private": true, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"description": "面向未来与前端的 ADV 文字冒险游戏引擎。", | ||
"author": { | ||
"name": "YunYouJun", | ||
|
@@ -74,9 +74,9 @@ | |
"@antfu/ni": "^0.21.12", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/howler": "^2.2.11", | ||
"@types/node": "^20.11.16", | ||
"@types/node": "^20.11.17", | ||
"@types/prompts": "^2.4.9", | ||
"@types/semver": "^7.5.6", | ||
"@types/semver": "^7.5.7", | ||
"@types/unist": "^3.0.2", | ||
"@types/wicg-file-system-access": "^2023.10.4", | ||
"@types/yargs": "^17.0.32", | ||
|
@@ -90,16 +90,16 @@ | |
"eslint": "8.56.0", | ||
"eslint-plugin-cypress": "^2.15.1", | ||
"eslint-plugin-format": "^0.1.0", | ||
"husky": "^9.0.10", | ||
"lint-staged": "^15.2.1", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^5.0.5", | ||
"tsup": "^8.0.1", | ||
"tsx": "^4.7.0", | ||
"typedoc": "^0.25.7", | ||
"tsup": "^8.0.2", | ||
"tsx": "^4.7.1", | ||
"typedoc": "^0.25.8", | ||
"typescript": "^5.3.3", | ||
"unbuild": "^2.0.0", | ||
"vite": "^5.0.12", | ||
"vite": "^5.1.2", | ||
"vitest": "^1.2.2", | ||
"vue-tsc": "^1.8.27" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.