/
cryteamrus
/
servers
Обзор
Документация
Войти
/
cryteamrus
/
servers
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
package.json
35 строк
926 B
Cryteamrut
s
03 июн 2025, 10:00
03 июн 2025, 10:00
8f0e54a
Код
Авторство
О чём код?
{ "name": "minecraft-servers", "version": "0.1.0", "private": false, "description": "Сайт для отображения Minecraft серверов", "main": "out/index.js", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "export": "next build && next export", "deploy": "next build && touch out/.nojekyll && git add out/ && git commit -m \"Deploy to gh-pages\" && git subtree push --prefix out origin gh-pages" }, "keywords": [ "minecraft", "servers", "nextjs", "react" ], "author": "Ярославтатар", "license": "UNLICENSED", "dependencies": { "@heroicons/react": "^2.1.1", "autoprefixer": "^10.4.17", "next": "14.1.0", "postcss": "^8.4.35", "rcon-client": "^4.2.5", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.4.1" }, "publishConfig": { "access": "public" } }