mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-04 02:39:13 -04:00
wip
This commit is contained in:
parent
b0d8827e09
commit
4fb4c97734
15 changed files with 4190 additions and 3754 deletions
12
package.json
12
package.json
|
@ -6,8 +6,8 @@
|
|||
"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"
|
||||
"test": "jest --watch",
|
||||
"build": "npx jest && rm -f dist/* && parcel build src/index.html"
|
||||
},
|
||||
"browserslist": "since 2009",
|
||||
"author": "Renan LE CARO",
|
||||
|
@ -18,7 +18,7 @@
|
|||
"@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",
|
||||
|
@ -26,5 +26,11 @@
|
|||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"svgo": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.14",
|
||||
"jest": "^29.7.0",
|
||||
"ts-jest": "^29.2.6",
|
||||
"typescript": "^5.8.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue