Add UI input & textarea
Signed-off-by: Bryan Frimin <bryan@getprobo.com> Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
committed by
Sacha Al Himdani
parent
a86181c83d
commit
15cf471454
16
package.json
16
package.json
@@ -1,21 +1,25 @@
|
||||
{
|
||||
"name": "probo",
|
||||
"description": "Probo monorepo containing applications and shared packages",
|
||||
"packageManager": "npm@11.1.0",
|
||||
"engines": {
|
||||
"node": "22.x"
|
||||
},
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"apps/console2",
|
||||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "npm run dev --workspaces --if-present",
|
||||
"build": "npm run build --workspaces --if-present",
|
||||
"test": "npm run test --workspaces --if-present",
|
||||
"lint": "npm run lint --workspaces --if-present"
|
||||
"build": "turbo run build",
|
||||
"dev": "turbo run dev",
|
||||
"lint": "turbo run lint",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
||||
"check": "turbo run check"
|
||||
},
|
||||
"devDependencies": {
|
||||
"turbo": "^2.5.3"
|
||||
},
|
||||
"license": "MIT",
|
||||
"packageManager": "bun@1.2.4",
|
||||
"volta": {
|
||||
"node": "22.15.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user