/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-paste-typescript/package.json
20 строк
406 B
Craig Wheeler
Update Examples to use React 18 (#42027)
28 окт 2022, 20:43
Не верифицирован
28 окт 2022, 20:43
57426a2
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@twilio-paste/core": "^4.2.4", "@twilio-paste/icons": "^3.10.5", "next": "10.0.4", "prop-types": "^15.7.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/node": "^14.14.16", "typescript": "^4.1.3" } }