qwrk-laconic-core/package.json
Ian Cameron Lyles 68be009138
chore(router):LAC-120 routing foundation (#1)
* chore(routes): LAC-116_Create-Layout-Components

* fix(ui): tailwind config not resolving

* chore(ux): basic navigation functions

* Landings stubbed
2025-03-06 14:45:52 -08:00

37 lines
995 B
JSON

{
"name": "qwrk-laconic-core",
"version": "1.0.0",
"description": "Monorepo for Laconic frontend codebases",
"main": "index.js",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"format": "turbo format",
"format:fix": "turbo format:fix",
"check-types": "turbo check-types",
"fix-types": "turbo fix-types",
"validate": "turbo lint check-types format",
"fix-all": "turbo lint:fix fix-types format:fix",
"test": "echo \"Error: no test specified\" && exit 1",
"test:hooks": "lefthook run pre-commit",
"clean": "bash ./clean.sh"
},
"keywords": [],
"author": "QWRK",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@workspace/typescript-config": "workspace:*",
"chalk": "5",
"lefthook": "^1.11.2",
"turbo": "^2.4.4",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@10.5.1",
"engines": {
"node": ">=22.14.0"
}
}