mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
Merge pull request #2625 from codeflash-ai/fix/missing-tiles-format
fix: use proper tile names in missing-tiles.txt
This commit is contained in:
commit
586ca2e8c1
1 changed files with 31 additions and 58 deletions
|
|
@ -1,58 +1,31 @@
|
|||
Notable dependencies without tessl tiles
|
||||
=========================================
|
||||
|
||||
Python (django/aiservice):
|
||||
- django (no base django tile, only django-* plugins)
|
||||
- django-ninja
|
||||
- gunicorn
|
||||
- ruff
|
||||
- isort
|
||||
- python-dotenv
|
||||
- dj-database-url
|
||||
|
||||
JS/TS (cf-webapp, cf-api, common, VSC-Extension):
|
||||
- @auth0/nextjs-auth0
|
||||
- @sentry/nextjs (only @sentry/node available)
|
||||
- @sentry/opentelemetry
|
||||
- @radix-ui/react-select
|
||||
- @radix-ui/react-label
|
||||
- @radix-ui/react-separator
|
||||
- @radix-ui/react-tabs
|
||||
- @radix-ui/react-toast
|
||||
- @octokit/rest (only base octokit available)
|
||||
- @octokit/webhooks
|
||||
- @slack/web-api
|
||||
- @hookform/resolvers
|
||||
- react-hook-form
|
||||
- class-variance-authority
|
||||
- dompurify
|
||||
- motion (framer-motion successor)
|
||||
- sonner
|
||||
- react-syntax-highlighter
|
||||
- remark-gfm
|
||||
- sharp
|
||||
- clsx
|
||||
- diff
|
||||
- postcss
|
||||
- jsonwebtoken
|
||||
- jsdom
|
||||
- lint-staged
|
||||
- react-resizable-panels
|
||||
- next-themes
|
||||
- tailwindcss-animate
|
||||
- @typescript-eslint/eslint-plugin
|
||||
- @typescript-eslint/parser
|
||||
- @vitejs/plugin-react
|
||||
- eslint-plugin-import
|
||||
- eslint-plugin-promise
|
||||
- eslint-plugin-react
|
||||
- @opentelemetry/* (various)
|
||||
- vscode-languageclient
|
||||
- p-queue
|
||||
- semver
|
||||
- esbuild
|
||||
- cors
|
||||
- body-parser
|
||||
- express-rate-limit
|
||||
- node-cron
|
||||
- resend
|
||||
# Python (django/aiservice)
|
||||
tessl/pypi-django
|
||||
tessl/pypi-django-ninja
|
||||
tessl/pypi-gunicorn
|
||||
tessl/pypi-ruff
|
||||
tessl/pypi-isort
|
||||
# JS/TS
|
||||
tessl/npm-sentry--nextjs
|
||||
tessl/npm-radix-ui--react-select
|
||||
tessl/npm-radix-ui--react-label
|
||||
tessl/npm-radix-ui--react-separator
|
||||
tessl/npm-radix-ui--react-tabs
|
||||
tessl/npm-radix-ui--react-toast
|
||||
tessl/npm-octokit--rest
|
||||
tessl/npm-octokit--webhooks
|
||||
tessl/npm-slack--web-api
|
||||
tessl/npm-hookform--resolvers
|
||||
tessl/npm-react-hook-form
|
||||
tessl/npm-class-variance-authority
|
||||
tessl/npm-motion
|
||||
tessl/npm-sonner
|
||||
tessl/npm-react-resizable-panels
|
||||
tessl/npm-next-themes
|
||||
tessl/npm-tailwindcss-animate
|
||||
tessl/npm-vscode-languageclient
|
||||
tessl/npm-p-queue
|
||||
tessl/npm-esbuild
|
||||
tessl/npm-cors
|
||||
tessl/npm-express-rate-limit
|
||||
tessl/npm-node-cron
|
||||
tessl/npm-resend
|
||||
|
|
|
|||
Loading…
Reference in a new issue