fix: fixed issues after use @aklive2d/module

This commit is contained in:
Haoyu Xu
2025-04-30 22:05:37 +08:00
parent f749de13c2
commit c8f853ed97
13 changed files with 201 additions and 99 deletions

View File

@@ -1,12 +1,18 @@
{
"name": "@aklive2d/module",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"typescript": "~5.7.3"
}
"name": "@aklive2d/module",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"lint": "eslint && prettier --check ."
},
"devDependencies": {
"@aklive2d/postcss-config": "workspace:*",
"@aklive2d/prettier-config": "workspace:*",
"@aklive2d/stylelint-config": "workspace:*",
"eslint-plugin-prettier": "^5.2.6",
"globals": "^16.0.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.1"
}
}