chore: server-and-serverless template
This commit is contained in:
32
package.json
Normal file
32
package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "@project/root",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"packageManager": "yarn@4.9.2",
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*",
|
||||
"packages/functions/tests",
|
||||
"design/*",
|
||||
"!apps/_app_template_"
|
||||
],
|
||||
"scripts": {
|
||||
"prebuild": "yarn workspace @project/functions pikku all",
|
||||
"dev": "yarn workspace @project/app dev",
|
||||
"tsc": "yarn workspaces foreach --all run tsc",
|
||||
"lint": "oxlint --config ../.oxlintrc.json apps packages",
|
||||
"format": "oxfmt --config ../.oxfmtrc.json apps packages",
|
||||
"format:check": "oxfmt --check --config ../.oxfmtrc.json apps packages"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pikku/addon-console": "^0.12.20",
|
||||
"@pikku/core": "^0.12.37",
|
||||
"@pikku/kysely": "^0.12.16",
|
||||
"@pikku/kysely-sqlite": "^0.12.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pikku/cli": "^0.12.51",
|
||||
"oxfmt": "^0.53.0",
|
||||
"oxlint": "^1.68.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user