/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/next-forms/package.json
19 строк
389 B
Jam Balaya
examples: change `--turbo` to `--turbopack` (#72125)
31 окт 2024, 16:55
Не верифицирован
31 окт 2024, 16:55
00f9884
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start" }, "dependencies": { "@types/node": "20.10.6", "@types/react": "18.2.46", "@types/react-dom": "18.2.18", "next": "canary", "postgres": "^3.4.3", "react": "rc", "react-dom": "rc", "typescript": "5.3.3", "zod": "^3.22.4" } }