initial commit
This commit is contained in:
31
package.json
Normal file
31
package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "sgse-app",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
],
|
||||
"catalog": {
|
||||
"convex": "^1.27.0",
|
||||
"typescript": "^5.9.2"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"check": "biome check --write .",
|
||||
"dev": "turbo dev",
|
||||
"build": "turbo build",
|
||||
"check-types": "turbo check-types",
|
||||
"dev:native": "turbo -F native dev",
|
||||
"dev:web": "turbo -F web dev",
|
||||
"dev:server": "turbo -F @sgse-app/backend dev",
|
||||
"dev:setup": "turbo -F @sgse-app/backend dev:setup"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"turbo": "^2.5.4",
|
||||
"@biomejs/biome": "^2.2.0"
|
||||
},
|
||||
"packageManager": "bun@1.3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user