fixing so much trouble
This commit is contained in:
+5
-4
@@ -3,15 +3,15 @@
|
||||
"version": "0.0.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"gacha:dev": "nx serve gacha",
|
||||
"gacha:dev": "nx dev gacha",
|
||||
"gacha:build": "nx build gacha",
|
||||
"gacha:test": "nx test gacha",
|
||||
"gacha:prod": "serve ./dist/apps/gacha",
|
||||
"backoffice:dev": "nx serve backoffice",
|
||||
"backoffice:dev": "nx dev backoffice",
|
||||
"backoffice:build": "nx build backoffice",
|
||||
"backoffice:test": "nx test backoffice",
|
||||
"backoffice:prod": "serve ./dist/apps/backoffice",
|
||||
"dimentorin:dev": "nx serve dimentorin",
|
||||
"dimentorin:dev": "nx dev dimentorin",
|
||||
"dimentorin:test": "nx test dimentorin",
|
||||
"dimentorin:build": "nx build dimentorin",
|
||||
"dimentorin:prod": "serve ./dist/apps/dimentorin",
|
||||
@@ -55,7 +55,8 @@
|
||||
"sharp": "^0.34.1",
|
||||
"sonner": "^2.0.3",
|
||||
"tailwind-merge": "^3.0.2",
|
||||
"zod": "^3.24.2"
|
||||
"zod": "^3.24.2",
|
||||
"zustand": "^5.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.5",
|
||||
|
||||
Reference in New Issue
Block a user