initial
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"client": "yarn workspace client",
|
||||
"dev:client": "turbo run dev --filter=...client",
|
||||
"build:client": "turbo run build --filter=...client",
|
||||
"pay": "yarn workspace pay",
|
||||
"dev:pay": "turbo run dev --filter=...pay",
|
||||
"build:pay": "turbo run build --filter=...pay",
|
||||
"ui-layer": "yarn workspace ui-layer",
|
||||
"shared-layer": "yarn workspace shared-layer"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.0.3",
|
||||
"turbo": "^1.11.3"
|
||||
},
|
||||
"name": "indefiti",
|
||||
"packageManager": "yarn@1.22.19",
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"layers/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user