mirror of
https://github.com/blackboxprogramming/blackroad-apps.git
synced 2026-03-17 09:37:52 -05:00
Bumps the npm_and_yarn group with 1 update in the /roadmap directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /roadwork directory: [multer](https://github.com/expressjs/multer). Updates `next` from 14.2.35 to 16.1.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.35...v16.1.6) Updates `multer` from 1.4.5-lts.2 to 2.1.0 - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md) - [Commits](https://github.com/expressjs/multer/compare/v1.4.5-lts.2...v2.1.0) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.6 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: multer dependency-version: 2.1.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
909 B
JSON
37 lines
909 B
JSON
{
|
|
"name": "roadmap",
|
|
"version": "1.0.0",
|
|
"description": "RoadMap - Advanced Project Planning Platform with Real-time Collaboration",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start -p ${PORT:-3000}",
|
|
"lint": "next lint",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"next": "^16.1.6",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"typescript": "^5.3.3",
|
|
"@types/react": "^18.2.48",
|
|
"@types/node": "^20.11.5",
|
|
"socket.io-client": "^4.6.1",
|
|
"zustand": "^4.5.0",
|
|
"axios": "^1.6.5",
|
|
"date-fns": "^3.2.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"recharts": "^2.10.4",
|
|
"lucide-react": "^0.309.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"autoprefixer": "^10.4.17",
|
|
"postcss": "^8.4.33",
|
|
"jose": "^5.2.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"nanoid": "^5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|