aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-tailwind/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-tailwind/package.json')
-rw-r--r--examples/with-tailwind/package.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/with-tailwind/package.json b/examples/with-tailwind/package.json
deleted file mode 100644
index 26c8b93..0000000
--- a/examples/with-tailwind/package.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "private": true,
- "scripts": {
- "build": "turbo run build",
- "dev": "turbo run dev",
- "lint": "turbo run lint",
- "clean": "turbo run clean",
- "format": "prettier --write \"**/*.{ts,tsx,md}\""
- },
- "devDependencies": {
- "eslint": "^7.32.0",
- "eslint-config-custom": "workspace:*",
- "prettier": "^2.7.1",
- "prettier-plugin-tailwindcss": "^0.1.11",
- "turbo": "latest"
- },
- "packageManager": "pnpm@7.15.0"
-}