aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 3 insertions, 18 deletions
diff --git a/package.json b/package.json
index 5a11d364..42664a62 100644
--- a/package.json
+++ b/package.json
@@ -11,35 +11,20 @@
},
"devDependencies": {
"@clack/prompts": "^0.7.0",
- "@cloudflare/next-on-pages": "1",
- "@cloudflare/workers-types": "^4.20240614.0",
"@repo/eslint-config": "*",
"@repo/shared-types": "*",
"@repo/tailwind-config": "*",
"@repo/typescript-config": "*",
"@repo/ui": "*",
- "@tailwindcss/typography": "^0.5.13",
- "@types/turndown": "^5.0.4",
- "autoprefixer": "^10.4.19",
- "drizzle-kit": "0.21.2",
- "eslint-plugin-next-on-pages": "^1.11.3",
"lint-staged": "^15.2.5",
- "postcss": "^8.4.38",
"prettier": "^3.3.3",
- "readline-sync": "^1.4.10",
"tailwindcss": "^3.4.3",
- "tailwindcss-animate": "^1.0.7",
"turbo": "2.0.3",
- "vercel": "^34.2.0"
+ "typescript": "^5.5.4"
},
"engines": {
"node": ">=18"
},
- "packageManager": "[email protected]",
- "workspaces": [
- "apps/*",
- "packages/*"
- ],
"dependencies": {
"@ai-sdk/anthropic": "^0.0.15",
"@ai-sdk/google": "^0.0.15",
@@ -80,7 +65,6 @@
"cheerio": "^1.0.0-rc.12",
"compromise": "^14.13.0",
"crypto-browserify": "^3.12.0",
- "drizzle-orm": "0.30.0",
"eslint-config-turbo": "^2.0.6",
"framer-motion": "^11.2.6",
"geist": "^1.3.0",
@@ -122,5 +106,6 @@
],
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
- }
+ },
+ "packageManager": "[email protected]+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35"
}