mirror of
https://github.com/tiennm99/pikachu.git
synced 2026-09-11 12:18:19 +00:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "template-nextjs",
|
|
"version": "1.2.0",
|
|
"description": "A Phaser 3 Next.js project template that demonstrates Next.js with React communication and uses Vite for bundling.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/phaserjs/template-nextjs.git"
|
|
},
|
|
"author": "Phaser Studio <support@phaser.io> (https://phaser.io/)",
|
|
"license": "MIT",
|
|
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
|
|
"bugs": {
|
|
"url": "https://github.com/phaserjs/template-nextjs/issues"
|
|
},
|
|
"homepage": "https://github.com/phaserjs/template-nextjs#readme",
|
|
"keywords": [
|
|
"phaser",
|
|
"phaser3",
|
|
"next",
|
|
"nextjs",
|
|
"vite",
|
|
"typescript"
|
|
],
|
|
"scripts": {
|
|
"dev": "node log.js dev & next dev -p 8080",
|
|
"build": "node log.js build & next build",
|
|
"dev-nolog": "next dev -p 8080",
|
|
"build-nolog": "next build"
|
|
},
|
|
"dependencies": {
|
|
"next": "15.3.1",
|
|
"phaser": "^3.90.0",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"typescript": "^5"
|
|
}
|
|
} |