/
githubmirror
/
ui
Обзор
Документация
Войти
/
githubmirror
/
ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
templates/astro-app/package.json
41 строка
986 B
dependabot[bot]
chore(deps): bump astro from 6.3.8 to 7.1.0 in /templates/astro-app (#11231)
22 июл 2026, 20:23
Не верифицирован
22 июл 2026, 20:23
37f364e
Код
Авторство
О чём код?
{ "name": "astro-app", "type": "module", "version": "0.0.1", "private": true, "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "lint": "eslint .", "format": "prettier --write \"**/*.{ts,tsx,astro}\"", "typecheck": "astro check" }, "dependencies": { "@astrojs/react": "^5", "@tailwindcss/vite": "^4", "@types/react": "^19", "@types/react-dom": "^19", "astro": "^7", "react": "^19.2.6", "react-dom": "^19.2.6", "tailwindcss": "^4" }, "devDependencies": { "@astrojs/check": "^0.9", "@eslint/js": "^10", "eslint": "^10", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17", "prettier": "^3.8.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.8.0", "typescript": "~6", "typescript-eslint": "^8" } }