/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
nx.json
98 строк
2 KB
Paweł Tymczuk
chore(dashboard): migrate to react 19 and tailwind 4 (#9810)
15 янв 2026, 12:54
Не верифицирован
15 янв 2026, 12:54
e85c44c
Код
Авторство
О чём код?
{ "parallel": 4, "targetDefaults": { "build": { "dependsOn": ["^build"], "cache": true }, "test": { "cache": true }, "lint": { "cache": true }, "lint-biome": { "inputs": ["default", "{workspaceRoot}/biome.json"], "cache": true } }, "namedInputs": { "default": ["{projectRoot}/**/*", "sharedGlobals"], "production": [ "default", "!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)", "!{projectRoot}/tsconfig.spec.json", "!{projectRoot}/jest.config.[jt]s", "!{projectRoot}/src/test-setup.[jt]s", "!{projectRoot}/test-setup.[jt]s", "!{projectRoot}/biome.json" ], "sharedGlobals": [ { "runtime": "node --version" } ] }, "release": { "changelog": { "workspaceChangelog": false, "projectChangelogs": true }, "projectsRelationship": "independent", "conventionalCommits": true, "groups": { "apps": { "projects": [ "@novu/api-service", "@novu/dashboard", "@novu/inbound-mail", "@novu/webhook", "@novu/worker", "@novu/ws" ], "projectsRelationship": "independent", "version": { "generatorOptions": { "preserveLocalDependencyProtocols": true } } }, "packages": { "projects": [ "novu", "@novu/framework", "@novu/js", "@novu/react", "@novu/react-native", "@novu/nextjs", "@novu/providers", "@novu/shared", "@novu/stateless" ], "projectsRelationship": "independent", "version": { "generatorOptions": { "preserveLocalDependencyProtocols": true } } } }, "version": { "useLegacyVersioning": true } }, "tasksRunnerOptions": { "default": { "options": { "canTrackAnalytics": false, "nxCloudId": "61d98cffc3343830d132e541" }, "runner": "nx-cloud" } }, "useInferencePlugins": false, "defaultBase": "next", "generatorOptions": { "preserveLocalDependencyProtocols": true } }