You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
541 B
23 lines
541 B
{
|
|
"name": "popiart-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"dev:subdomain": "next dev --hostname 0.0.0.0 --port 3100",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"start:subdomain": "next start --hostname 0.0.0.0 --port 3100"
|
|
},
|
|
"dependencies": {
|
|
"next": "15.5.9",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "22.15.3",
|
|
"@types/react": "19.1.2",
|
|
"@types/react-dom": "19.1.2",
|
|
"typescript": "5.8.3"
|
|
}
|
|
}
|
|
|