/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-particles/package.json
25 строк
542 B
Ben Gubler
Remove automatic linting from build (#83136)
09 окт 2025, 02:35
Не верифицирован
09 окт 2025, 02:35
41e3942
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint ." }, "dependencies": { "next": "latest", "react": "18.1.0", "react-dom": "18.1.0", "react-tsparticles": "^2.0.6", "tsparticles": "^2.0.6", "tsparticles-engine": "^2.0.6" }, "devDependencies": { "@types/node": "17.0.33", "@types/react": "18.2.8", "@types/react-dom": "18.0.4", "eslint": "^9", "eslint-config-next": "latest", "typescript": "4.6.4" } }