mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-30 00:39:13 -04:00
wip
This commit is contained in:
parent
0759981a55
commit
d848ad511e
24 changed files with 7195 additions and 251 deletions
|
@ -3,12 +3,12 @@
|
|||
"version": "1.0.0",
|
||||
"description": "A roguelite take on the breakout genre, optimised for short runs and replayability.",
|
||||
"scripts": {
|
||||
"start": "run-p dev:*",
|
||||
"dev:game-fe": "parcel --port 1234 --open src/index.html",
|
||||
"dev:editor-fe": "parcel --port 4401 --open editor/index.html",
|
||||
"start": "rm -rf .parcel-cache && run-p dev:*",
|
||||
"dev:game-fe": "parcel src/*.html --lazy",
|
||||
"dev:editor-be": "nodemon editserver.js --watch editserver.js",
|
||||
"build": "rm -f dist/* && parcel build src/index.html"
|
||||
},
|
||||
"browserslist": "since 2009",
|
||||
"author": "Renan LE CARO",
|
||||
"license": "GNU AGPLv3",
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue