added webpack, begin migration from js to ts

This commit is contained in:
hydrant
2019-03-11 16:37:22 +01:00
parent f6fac52b3d
commit 715cf3c1e6
26 changed files with 4405 additions and 374 deletions

View File

@@ -2,9 +2,16 @@
"name": "reallifegamemode.client",
"version": "1.0.0",
"devDependencies": {
"@types/ragemp-c": "github:CocaColaBear/types-ragemp-c#master"
"@types/ragemp-c": "github:CocaColaBear/types-ragemp-c#master",
"uglifyjs-webpack-plugin": "^2.1.2"
},
"dependencies": {
"@types/node": "^11.9.5"
"@babel/core": "^7.3.4",
"@types/node": "^11.9.5",
"babel-loader": "^8.0.5",
"ts-loader": "^5.3.3",
"typescript": "^3.3.3333",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
}
}