40 lines
942 B
JSON
40 lines
942 B
JSON
{
|
|
"name": "uecko-erp-2025",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"dev": "turbo dev",
|
|
"lint": "turbo lint",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
|
"ui:add": "pnpm --filter @repo/ui ui:add",
|
|
"create:package": "ts-node scripts/create-package.ts",
|
|
"volta:install": "curl https://get.volta.sh | bash"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.14.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.31.0",
|
|
"@typescript-eslint/parser": "^8.31.0",
|
|
"eslint": "^9.25.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"fs": "0.0.1-security",
|
|
"inquirer": "^12.5.2",
|
|
"path": "^0.12.7",
|
|
"prettier": "^3.5.3",
|
|
"ts-node": "^10.9.2",
|
|
"turbo": "^2.5.0",
|
|
"typescript": "5.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"volta": {
|
|
"node": "22.2.0"
|
|
},
|
|
"packageManager": "pnpm@9.15.4",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*",
|
|
"libs/*"
|
|
]
|
|
}
|