Skip to content

Commit

Permalink
feat(slco): Migrated to nextjs 15 and react 19 rc
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Oct 22, 2024
1 parent 4c115b0 commit 75ad9d3
Show file tree
Hide file tree
Showing 2 changed files with 496 additions and 505 deletions.
106 changes: 53 additions & 53 deletions web/apps/slco/package.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
{
"name": "slco",
"description": "Short Link by Signalco",
"homepage": "https://slco.io/",
"version": "1.0.0",
"private": true,
"type": "module",
"license": "AGPL-3.0-only",
"engines": {
"node": "20.x"
},
"scripts": {
"dev": "next -p 4002 --turbo",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.cjs",
"start": "next start -p 4002",
"lint": "next lint",
"test": "playwright test"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "1.11.0",
"@next/env": "14.2.15",
"@signalco/cms-components-marketing": "workspace:*",
"@signalco/cms-core": "workspace:*",
"@signalco/data": "workspace:*",
"@signalco/ui": "workspace:*",
"@signalco/ui-icons": "workspace:*",
"@signalco/ui-primitives": "workspace:*",
"@signalco/ui-themes-minimal": "workspace:*",
"classix": "2.2.0",
"next": "14.2.15",
"next-secure-headers": "2.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "0.33.5",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@axe-core/playwright": "4.10.0",
"@playwright/test": "1.48.1",
"@signalco/eslint-config-signalco": "workspace:*",
"@signalco/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "0.6.1",
"@types/color": "3.0.6",
"@types/node": "22.7.8",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"next-sitemap": "4.2.3",
"postcss": "8.4.47",
"sass": "1.80.3",
"typescript": "5.6.3"
}
"name": "slco",
"description": "Short Link by Signalco",
"homepage": "https://slco.io/",
"version": "1.0.0",
"private": true,
"type": "module",
"license": "AGPL-3.0-only",
"engines": {
"node": "20.x"
},
"scripts": {
"dev": "next -p 4002 --turbo",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.cjs",
"start": "next start -p 4002",
"lint": "next lint",
"test": "playwright test"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "1.11.0",
"@next/env": "15.0.0",
"@signalco/cms-components-marketing": "workspace:*",
"@signalco/cms-core": "workspace:*",
"@signalco/data": "workspace:*",
"@signalco/ui": "workspace:*",
"@signalco/ui-icons": "workspace:*",
"@signalco/ui-primitives": "workspace:*",
"@signalco/ui-themes-minimal": "workspace:*",
"classix": "2.2.0",
"next": "15.0.0",
"next-secure-headers": "2.2.0",
"react": "19.0.0-rc-65a56d0e-20241020",
"react-dom": "19.0.0-rc-65a56d0e-20241020",
"sharp": "0.33.5",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@axe-core/playwright": "4.10.0",
"@playwright/test": "1.48.1",
"@signalco/eslint-config-signalco": "workspace:*",
"@signalco/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "0.6.1",
"@types/color": "3.0.6",
"@types/node": "22.7.8",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"eslint": "8.57.1",
"next-sitemap": "4.2.3",
"postcss": "8.4.47",
"sass": "1.80.3",
"typescript": "5.6.3"
}
}
Loading

0 comments on commit 75ad9d3

Please sign in to comment.