/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
templates/nextjs/package.json
33 строки
701 B
Mime Čuvalo
fix(docs): read memo component props from TypeScript 7 declaration output (#9970)
12 авг 2026, 17:10
Не верифицирован
12 авг 2026, 17:10
c29315b
Код
Авторство
О чём код?
{ "name": "tldraw-nextjs-app-example", "version": "0.1.0", "private": true, "author": { "name": "tldraw GB Ltd.", "email": "hello@tldraw.com" }, "homepage": "https://tldraw.dev", "license": "MIT", "tldraw_template": { "repo": "tldraw/nextjs-template", "scripts": { "lint": null } }, "scripts": { "dev": "next dev -H 0.0.0.0", "build": "next build", "start": "next start", "lint": "yarn run -T tsx ../../internal/scripts/lint.ts" }, "dependencies": { "@types/node": "^22.15.31", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "next": "^16.3.0", "react": "^19.2.1", "react-dom": "^19.2.1", "tldraw": "workspace:*", "typescript": "^5.8.3" } }