chore: remove npm lock file ignore (#717)

* chore: 移除npm lock忽略并补充类型依赖

* chore: 依赖位置错了
This commit is contained in:
悠静萝莉 2024-05-12 22:11:04 +08:00 committed by GitHub
parent 3dc8ef9f3e
commit 0aa81be9a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11319 additions and 2 deletions

3
.gitignore vendored
View File

@ -24,5 +24,4 @@ yarn-error.log
# lock文件 请根据自身项目或团队需求选择具体的包管理工具 并移除具体的ignore的lock文件
yarn.lock
package-lock.json
pnpm-lock.yaml
pnpm-lock.yaml

11317
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -65,6 +65,7 @@
"less": "^4.2.0",
"lint-staged": "^15.2.2",
"mockjs": "^1.1.0",
"@types/mockjs": "^1.0.10",
"postcss-html": "^1.6.0",
"postcss-less": "^6.0.0",
"prettier": "^3.2.5",