mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-22 06:00:31 -04:00
wip
This commit is contained in:
parent
78c8e154c6
commit
b0d8827e09
11 changed files with 19670 additions and 797 deletions
10
package.json
10
package.json
|
@ -6,19 +6,25 @@
|
|||
"start": "rm -rf .parcel-cache && run-p dev:*",
|
||||
"dev:game-fe": "parcel src/*.html --lazy --no-hmr",
|
||||
"dev:editor-be": "nodemon editserver.js --watch editserver.js",
|
||||
"dev:watch-tests": "jest watch",
|
||||
"build": "rm -f dist/* && parcel build src/index.html"
|
||||
},
|
||||
"browserslist": "since 2009",
|
||||
"author": "Renan LE CARO",
|
||||
"license": "GNU AGPLv3",
|
||||
"devDependencies": {
|
||||
"dependencies": {
|
||||
"@parcel/transformer-less": "^2.13.3",
|
||||
"@types/react": "^19.0.10",
|
||||
"@types/react-dom": "^19.0.4",
|
||||
"body-parser": "^1.20.3",
|
||||
"express": "^4.21.2",
|
||||
"http-server": "^14.1.1",
|
||||
"http-server": "^14.1.1",
|
||||
"nodemon": "^3.1.9",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"parcel": "^2.13.3",
|
||||
"process": "^0.11.10",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"svgo": "^3.3.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue