27 lines
736 B
JSON
27 lines
736 B
JSON
{
|
|
"name": "reallifegamemode.client",
|
|
"version": "1.0.0",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.3.4",
|
|
"@types/node": "^11.9.5",
|
|
"@types/ragemp-c": "github:CocaColaBear/types-ragemp-c#master",
|
|
"NativeUI": "https://github.com/sprayzcs/RageMP-NativeUI/tarball/master",
|
|
"babel-loader": "^8.0.5",
|
|
"copy-webpack-plugin": "^5.0.1",
|
|
"ts-loader": "^5.3.3",
|
|
"typescript": "^3.3.3333",
|
|
"uglifyjs-webpack-plugin": "^2.1.2",
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.2.3"
|
|
},
|
|
"scripts": {
|
|
"watch": "webpack --watch --config webpack.config.development.js",
|
|
"build:server": "webpack --config webpack.config.build.js"
|
|
},
|
|
"-vs-binding": {
|
|
"ProjectOpened": [
|
|
"watch"
|
|
]
|
|
}
|
|
}
|