API功能性修复
This commit is contained in:
16
frontend/admin/reverse/package.json
Normal file
16
frontend/admin/reverse/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "admin-reverse-tooling",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"beautify": "node scripts/beautify-bundle.cjs",
|
||||
"inspect": "node scripts/inspect-bundle.cjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/generator": "^7.27.5",
|
||||
"@babel/parser": "^7.27.5",
|
||||
"@babel/traverse": "^7.27.4",
|
||||
"prettier": "^3.6.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user