Socket
Socket
Sign inDemoInstall

phaser3-project-template

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phaser3-project-template - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

package.json
{
"name": "phaser3-project-template",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Phaser 3 Project Template",
"main": "src/index.js",
"scripts": {
"build": "webpack"
"build": "webpack",
"start": "npm run build && node_modules/.bin/live-server --port=8000"
},

@@ -21,5 +22,6 @@ "repository": {

"devDependencies": {
"phaser": "^3.0.0-alpha.2",
"live-server": "^1.2.0",
"phaser": "^3.0.0-beta.4",
"webpack": "^3.4.1"
}
}
# phaser3-project-template
A Phaser 3 Project Template
## How to run:
npm start

@@ -16,4 +16,8 @@ 'use strict';

plugins: [
new webpack.DefinePlugin({
'CANVAS_RENDERER': JSON.stringify(true),
'WEBGL_RENDERER': JSON.stringify(true)
})
]
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc