/
cataclysm78
/
odot
Обзор
Документация
Войти
/
cataclysm78
/
odot
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
26 строк
574 B
MoshkovSergey
Initial commit from Create Next App
07 ноя 2024, 11:55
07 ноя 2024, 11:55
806a598
Код
Авторство
О чём код?
{ "name": "odot", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "react": "19.0.0-rc-02c0e824-20241028", "react-dom": "19.0.0-rc-02c0e824-20241028", "next": "15.0.2" }, "devDependencies": { "typescript": "^5", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "postcss": "^8", "tailwindcss": "^3.4.1", "eslint": "^8", "eslint-config-next": "15.0.2" } }