Fix JSON DLL, NativeUI as git submodule, Add LogManager, Fix DB Migrations

This commit is contained in:
hydrant
2020-03-02 21:36:53 +01:00
parent d7a76caf2a
commit 2c978537d9
35 changed files with 280 additions and 107 deletions

View File

@@ -5,12 +5,12 @@
"@babel/core": "^7.5.5",
"@types/node": "^11.13.18",
"@types/ragemp-c": "github:CocaColaBear/types-ragemp-c#master",
"NativeUI": "git+https://github.com/sprayzcs/RageMP-NativeUI.git",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.4",
"copy-webpack-plugin": "^5.1.1",
"serialize-javascript": "^3.0.0",
"ts-loader": "^5.4.5",
"typescript": "^3.5.3",
"uglifyjs-webpack-plugin": "^2.1.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6"
},
@@ -22,5 +22,6 @@
"ProjectOpened": [
"watch"
]
}
},
"dependencies": {}
}