21 lines
535 B
JSON
21 lines
535 B
JSON
{
|
|
"name": "allai",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "AllAI Studio monorepo (Next.js frontend + shared packages)",
|
|
"scripts": {
|
|
"dev": "turbo dev",
|
|
"build": "turbo build",
|
|
"lint": "turbo lint",
|
|
"typecheck": "turbo typecheck",
|
|
"format": "prettier --check \"**/*.{js,ts,tsx,jsx,json,md,css,scss}\""
|
|
},
|
|
"devDependencies": {
|
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
"prettier": "^3.3.3",
|
|
"turbo": "^2.1.1",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"packageManager": "pnpm@10.18.3"
|
|
}
|