Files
reallife-gamemode/ReallifeGamemode.Client/package.json
2019-07-30 12:42:02 +02:00

27 lines
741 B
JSON

{
"name": "client",
"version": "1.0.0",
"devDependencies": {
"@babel/core": "^7.5.5",
"@types/node": "^11.13.18",
"@types/ragemp-c": "github:CocaColaBear/types-ragemp-c#master",
"NativeUI": "git+ssh://git@github.com/sprayzcs/RageMP-NativeUI.git",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.4",
"ts-loader": "^5.4.5",
"typescript": "^3.5.3",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6"
},
"scripts": {
"watch": "webpack --watch --config webpack.config.development.js",
"build:server": "npx webpack --config webpack.config.build.js --display-error-details"
},
"-vs-binding": {
"ProjectOpened": [
"watch"
]
}
}