Uecko_ERP/package.json

40 lines
942 B
JSON
Raw Normal View History

2025-01-27 17:12:26 +00:00
{
"name": "uecko-erp-2025",
2025-01-27 17:12:26 +00:00
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
2025-01-28 14:01:02 +00:00
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"ui:add": "pnpm --filter @repo/ui ui:add",
2025-04-22 15:09:57 +00:00
"create:package": "ts-node scripts/create-package.ts",
2025-01-28 14:01:02 +00:00
"volta:install": "curl https://get.volta.sh | bash"
2025-01-27 17:12:26 +00:00
},
"devDependencies": {
2025-04-22 15:09:57 +00:00
"@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"
2025-01-27 17:12:26 +00:00
},
"engines": {
"node": ">=18"
},
2025-01-28 14:01:02 +00:00
"volta": {
"node": "22.2.0"
},
2025-01-29 16:01:17 +00:00
"packageManager": "pnpm@9.15.4",
"workspaces": [
"apps/*",
2025-04-22 15:09:57 +00:00
"packages/*",
"libs/*"
]
2025-01-27 17:12:26 +00:00
}