mirror of
https://github.com/arthur-pbty/Portfolio2025.git
synced 2026-06-13 15:55:22 +02:00
add port & add name
This commit is contained in:
+5
-5
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"name": "portfolio",
|
||||
"name": "streaming",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"dev": "next dev -p 3333",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "next start -p 3333",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "15.0.4",
|
||||
"portfolio": "file:",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0"
|
||||
"react-dom": "^19.0.0",
|
||||
"streaming": "file:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20",
|
||||
|
||||
Reference in New Issue
Block a user