qwrk-laconic-core/package.json
Ian Cameron Lyles 402762425b
chore: LAC-126 Components Migrated (#5)
* chore: Onboarding components migrated

* chore: wrap pages

* chore(components): Migrate core and navigation components

Migrated core and navigation components from Snowballtools repository:
- Core components: Dropdown, FormatMilliSecond, Logo, SearchBar, Stepper, StopWatch, VerticalStepper
- Navigation components: GitHubSessionButton, LaconicIcon, NavigationActions, WalletSessionId

Follows component migration guidelines with:
- Tailwind styling
- Consistent file structure
- TypeScript type definitions
- README documentation

* chore(routing): Basic routing within navigation

* chore: Import project cards and deps

* fix: start services in turborepo

* docs: phases for wallet service
2025-03-24 11:48:30 -07:00

39 lines
1.0 KiB
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",
"start": "turbo start",
"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 ./scripts/clean.sh"
},
"keywords": [],
"author": "QWRK",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/luxon": "^3.4.2",
"@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"
}
}