Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/out-tsc

# dependencies
/node_modules
node_modules

# IDEs and editors
/.idea
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist=true
28 changes: 28 additions & 0 deletions apis/api-journeys/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "@core/api-journeys",
"version": "0.0.0",
"private": true,
"dependencies": {
"express": "5.0.1",
"@nestjs/apollo": "13.0.4",
"@nestjs/bullmq": "11.0.3",
"@nestjs/cache-manager": "3.0.1",
"@nestjs/common": "11.0.16",
"@nestjs/core": "11.0.12",
"@nestjs/graphql": "13.0.4",
"@nestjs/platform-express": "11.0.12",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"file-type": "^20.4.1",
"nestjs-ddtrace": "6.0.0",
"nestjs-pino": "4.4.0",
"adal-node": "0.2.4",
"@casl/ability": "6.7.3",
"@casl/prisma": "1.5.2",
"firebase-admin": "11.11.1"
},
"devDependencies": {
"@nestjs/schematics": "11.0.5",
"@nestjs/testing": "11.0.12"
}
}
12 changes: 12 additions & 0 deletions apps/videos-admin/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "videos-admin",
"version": "0.1.0",
"private": true,
"description": "Jesus Film Project Videos Admin",
"dependencies": {
"@mui/x-charts": "^8.5.2",
"@mui/x-tree-view": "^8.5.2",
"next-firebase-auth-edge": "^1.7.0-canary.2",
"react-loading-hook": "^1.1.2"
}
}
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,6 @@
],
"tui": {
"enabled": false
}
},
"packageManager": "pnpm"
}
16 changes: 0 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,10 @@
"@mui/material-nextjs": "^7.1.1",
"@mui/system": "^7.1.1",
"@mui/utils": "^7.1.1",
"@mui/x-charts": "^8.5.2",
"@mui/x-data-grid": "^8.5.2",
"@mui/x-date-pickers": "^8.5.2",
"@mui/x-tree-view": "^8.5.2",
"@mux/mux-node": "^11.0.0",
"@mux/upchunk": "^3.4.0",
"@nestjs/apollo": "^13.0.0",
"@nestjs/bullmq": "^11.0.0",
"@nestjs/cache-manager": "^3.0.0",
"@nestjs/common": "^11.0.1",
"@nestjs/core": "^11.0.1",
"@nestjs/graphql": "^13.0.0",
"@nestjs/platform-express": "^11.0.1",
"@next/bundle-analyzer": "^13.5.6",
"@next/eslint-plugin-next": "^15.5.2",
"@next/third-parties": "^15.1.7",
Expand Down Expand Up @@ -132,7 +123,6 @@
"@types/mailchimp__mailchimp_marketing": "^3.0.19",
"@types/node-fetch": "^2.6.13",
"@upstash/redis": "^1.35.3",
"adal-node": "^0.2.3",
"ai": "^5.0.86",
"algoliasearch": "^5.0.0",
"apollo-link-debounce": "^3.0.0",
Expand Down Expand Up @@ -179,12 +169,9 @@
"lodash": "^4.17.21",
"lucide-react": "^0.513.0",
"nanoid": "^3.3.7",
"nestjs-ddtrace": "6.0.0",
"nestjs-pino": "^4.0.0",
"next": "^15.5.7",
"next-absolute-url": "^1.2.2",
"next-firebase-auth": "^1.0.1",
"next-firebase-auth-edge": "^1.7.0-canary.2",
"next-i18n-router": "^5.5.5",
"next-i18next": "15.4.2",
"next-intl": "^4.4.0",
Expand Down Expand Up @@ -214,7 +201,6 @@
"react-instantsearch": "^7.5.0",
"react-instantsearch-router-nextjs": "^7.12.3",
"react-is": "^19.0.0",
"react-loading-hook": "^1.1.2",
"react-simple-timefield": "^3.3.1",
"react-swipeable": "^7.0.1",
"react-transition-group": "^4.4.5",
Expand Down Expand Up @@ -274,8 +260,6 @@
"@jest/globals": "^30.1.1",
"@mermaid-js/mermaid-cli": "^11.0.0",
"@naxodev/nx-cloudflare": "5.0.2",
"@nestjs/schematics": "11.0.5",
"@nestjs/testing": "11.0.12",
"@nx/devkit": "22.0.2",
"@nx/esbuild": "22.0.2",
"@nx/eslint": "22.0.2",
Expand Down
897 changes: 516 additions & 381 deletions pnpm-lock.yaml

Large diffs are not rendered by default.