{ "name": "@lifetracker/tailwind-config", "version": "0.1.0", "private": true, "type": "module", "exports": { "./native": "./native.ts", "./web": "./web.ts", "./globals.css": "./globals.css" }, "license": "MIT", "scripts": { "clean": "rm -rf .turbo node_modules", "format": "prettier --check . --ignore-path ../../.gitignore", "lint": "eslint .", "typecheck": "tsc --noEmit" }, "dependencies": { "@tailwindcss/typography": "^0.5.10", "nativewind": "^4.0.1", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@lifetracker/eslint-config": "workspace:^0.2.0", "@lifetracker/prettier-config": "workspace:^0.1.0", "@lifetracker/typescript-config": "workspace:^0.1.0", "eslint": "^8.57.0", "prettier": "^3.2.5", "typescript": "^5.3.3" }, "eslintConfig": { "root": true, "extends": [ "@lifetracker/eslint-config/base" ] }, "prettier": "@lifetracker/prettier-config" }