mirror of https://github.com/buster-so/buster.git
remove package.json
This commit is contained in:
parent
cb6fa4eb60
commit
ea23904b92
File diff suppressed because it is too large
Load Diff
15
package.json
15
package.json
|
@ -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\""
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -29,7 +29,7 @@
|
|||
"@tanstack/react-query": "^5.64.1",
|
||||
"@vercel/speed-insights": "^1.1.0",
|
||||
"ahooks": "^3.8.4",
|
||||
"antd": "^5.23.1",
|
||||
"antd": "5.23.0",
|
||||
"antd-style": "^3.7.1",
|
||||
"axios": "^1.7.9",
|
||||
"canvas-confetti": "^1.9.3",
|
||||
|
|
Loading…
Reference in New Issue