-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(slco): Migrated to nextjs 15 and react 19 rc
- Loading branch information
1 parent
4c115b0
commit 75ad9d3
Showing
2 changed files
with
496 additions
and
505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.