Initial commit — Southwest Roleplay FiveM
This commit is contained in:
65
package.json
Normal file
65
package.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"name": "swrp-fivem-server",
|
||||
"version": "1.0.0",
|
||||
"description": "Southwest Roleplay - FiveM",
|
||||
"license": "ISC",
|
||||
"scripts": {
|
||||
"watch": "npx gulp watch",
|
||||
"build": "npx gulp build",
|
||||
"lint": "eslint \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"ansi_up": "^5.0.1",
|
||||
"async-mutex": "^0.5.0",
|
||||
"aws-sdk": "^2.1693.0",
|
||||
"body-parser": "^1.20.0",
|
||||
"colors": "^1.4.0",
|
||||
"cors": "^2.8.5",
|
||||
"dayjs": "^1.11.20",
|
||||
"express": "^4.17.1",
|
||||
"ip-cidr": "^2.1.4",
|
||||
"lodash": "^4.17.21",
|
||||
"mongodb": "^3.7.4",
|
||||
"mustache": "^4.2.0",
|
||||
"mysql": "^2.18.1",
|
||||
"node-fetch": "^2.6.1",
|
||||
"node-schedule": "^2.1.1",
|
||||
"nodemailer": "^8.0.5",
|
||||
"redis": "^3.1.2",
|
||||
"showdown": "^2.1.0",
|
||||
"source-map-support": "^0.5.21",
|
||||
"typeorm": "^0.2.45",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@citizenfx/client": "*",
|
||||
"@citizenfx/server": "*",
|
||||
"@eslint/js": "^9.18.0",
|
||||
"@types/cors": "^2.8.10",
|
||||
"@types/express": "^4.17.11",
|
||||
"@types/lodash": "^4.14.168",
|
||||
"@types/mongodb": "^4.0.6",
|
||||
"@types/mustache": "^4.1.1",
|
||||
"@types/node": "^18.0.0",
|
||||
"@types/node-fetch": "^2.5.9",
|
||||
"@types/node-schedule": "^2.1.8",
|
||||
"@types/nodemailer": "^8.0.0",
|
||||
"@types/redis": "^2.8.28",
|
||||
"@types/showdown": "^2.0.6",
|
||||
"@types/source-map-support": "^0.5.10",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"del": "^8.0.1",
|
||||
"eslint": "^9.18.0",
|
||||
"eslint-config-prettier": "^10.0.1",
|
||||
"globals": "^17.0.0",
|
||||
"gulp": "^5.0.1",
|
||||
"gulp-sourcemaps": "^3.0.0",
|
||||
"gulp-typescript": "^6.0.0-alpha.1",
|
||||
"prettier": "^2.8.8",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.20.0",
|
||||
"webpack": "^5.0.0",
|
||||
"webpack-cli": "^4.0.0",
|
||||
"ts-loader": "^9.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user