feat: whyrating - initial project from turbostarter boilerplate

This commit is contained in:
Alejandro Gutiérrez
2026-02-04 01:54:52 +01:00
commit 5cdc07cd39
1618 changed files with 338230 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
{
"name": "@turbostarter/ui-web",
"private": true,
"version": "0.1.0",
"type": "module",
"exports": {
".": "./src/index.ts",
"./globals.css": "./src/styles/globals.css",
"./*": "./src/components/*.tsx"
},
"imports": {
"#*": "./src/*.tsx"
},
"scripts": {
"clean": "git clean -xdf .cache .turbo dist node_modules",
"format": "prettier --check . --ignore-path ../../../.gitignore",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"ui:add": "pnpm dlx shadcn@latest add && prettier src --write --list-different"
},
"dependencies": {
"@tanstack/react-table": "catalog:",
"@turbostarter/i18n": "workspace:*",
"@turbostarter/shared": "workspace:*",
"@turbostarter/ui": "workspace:*",
"cmdk": "1.1.1",
"input-otp": "1.4.2",
"lucide-react": "0.552.0",
"radix-ui": "1.4.3",
"react-day-picker": "9.11.1",
"react-resizable-panels": "4.1.1",
"react-textarea-autosize": "8.5.9",
"recharts": "2.15.4",
"vaul": "1.1.2"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.19",
"@turbostarter/eslint-config": "workspace:*",
"@turbostarter/prettier-config": "workspace:*",
"@turbostarter/tsconfig": "workspace:*",
"eslint": "catalog:",
"prettier": "catalog:",
"react": "catalog:react19",
"react-hook-form": "catalog:",
"tailwindcss": "4.1.16",
"tw-animate-css": "1.4.0",
"typescript": "catalog:",
"zod": "catalog:"
},
"prettier": "@turbostarter/prettier-config"
}