remove package.json

This commit is contained in:
Nate Kelley 2025-01-16 10:53:23 -07:00
parent cb6fa4eb60
commit ea23904b92
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
4 changed files with 153 additions and 20177 deletions

13802
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +0,0 @@
{
"name": "buster",
"version": "0.0.1",
"private": true,
"workspaces": [
"web",
"api",
"cli"
],
"scripts": {
"version:patch": "npm version patch -m \"chore: bump version to %s\"",
"version:minor": "npm version minor -m \"chore: bump version to %s\"",
"version:major": "npm version major -m \"chore: bump version to %s\""
}
}

6511
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,7 @@
"@tanstack/react-query": "^5.64.1", "@tanstack/react-query": "^5.64.1",
"@vercel/speed-insights": "^1.1.0", "@vercel/speed-insights": "^1.1.0",
"ahooks": "^3.8.4", "ahooks": "^3.8.4",
"antd": "^5.23.1", "antd": "5.23.0",
"antd-style": "^3.7.1", "antd-style": "^3.7.1",
"axios": "^1.7.9", "axios": "^1.7.9",
"canvas-confetti": "^1.9.3", "canvas-confetti": "^1.9.3",