/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-static-export/package.json
18 строк
361 B
Steven
chore(docs): update `next export` to `output: 'export'` (#47717)
31 мар 2023, 05:04
Не верифицирован
31 мар 2023, 05:04
af49d50
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next", "build": "next build", "start": "serve out" }, "dependencies": { "@types/node": "^18.11.5", "@types/react-dom": "^18.0.7", "@types/react": "^18.0.23", "next": "latest", "react-dom": "^18.2.0", "react": "^18.2.0", "serve": "^14.2.0", "typescript": "^4.8.4" } }