-
- Downloads
start change typescript
Showing
- .vscode/settings.json 5 additions, 0 deletions.vscode/settings.json
- client/src/Player.ts 10 additions, 0 deletionsclient/src/Player.ts
- client/src/Ressources.ts 6 additions, 0 deletionsclient/src/Ressources.ts
- client/src/Router.ts 2 additions, 0 deletionsclient/src/Router.ts
- client/src/main.ts 2 additions, 2 deletionsclient/src/main.ts
- package-lock.json 5201 additions, 1477 deletionspackage-lock.json
- package.json 8 additions, 1 deletionpackage.json
- tsconfig.json 15 additions, 0 deletionstsconfig.json
This diff is collapsed.
... | ... | @@ -7,9 +7,12 @@ |
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "webpack --mode=production", | ||
"build:server": "tsc", | ||
"watch": "webpack --mode=development --watch", | ||
"start": "node .", | ||
"dev": "nodemon server/index.js" | ||
"dev": "nodemon server/index.js", | ||
"test": "jest", | ||
"test:watch": "jest --watch" | ||
}, | ||
"author": "Sofiane Lasoa <sofiane.lasoa.etu@univ-lille.fr> (https://gitlab.univ-lille.fr/sofiane.lasoa.etu)", | ||
"homepage": "https://gitlab.univ-lille.fr/sofiane.lasoa.etu/sae-2023-groupei-lasoa-gomis.git", | ||
... | ... | @@ -18,11 +21,15 @@ |
"@babel/cli": "^7.20.7", | ||
"@babel/core": "^7.20.12", | ||
"@babel/preset-env": "^7.20.2", | ||
"@types/jest": "^29.5.0", | ||
"@types/node": "^18.15.11", | ||
"babel-loader": "^9.1.2", | ||
"jest": "^29.5.0", | ||
"nodemon": "^2.0.22", | ||
"prettier": "^2.8.3", | ||
"ts-jest": "^29.1.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.0.4", | ||
"webpack": "^5.78.0", | ||
"webpack-cli": "^5.0.1", | ||
"webpack-dev-server": "^4.11.1" | ||
... | ... |
tsconfig.json
0 → 100644
Please register or sign in to comment