/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/custom-server/package.json
22 строки
524 B
Max Proske
Convert many examples to TypeScript (#41825)
26 окт 2022, 23:28
Не верифицирован
26 окт 2022, 23:28
5dd4999
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "nodemon", "build": "next build && tsc --project tsconfig.server.json", "start": "cross-env NODE_ENV=production node dist/server.js" }, "dependencies": { "cross-env": "^7.0.3", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/node": "^18.11.5", "@types/react": "^18.0.23", "@types/react-dom": "^18.0.7", "nodemon": "^2.0.20", "ts-node": "^10.9.1", "typescript": "^4.8.4" } }