-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "r3_i18next",
"version": "1.0.0",
"description": "i18next wrapper for FXServer",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node scripts/build.js",
"watch": "npm run build -- --watch",
"format": "prettier --write \"src/**/*.{ts,js}\"",
"lint": "eslint \"src/**/*.{ts,js}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/r3ps4J/r3_i18next.git"
},
"author": "r3ps4J",
"license": "LGPL-3.0-or-later",
"private": true,
"dependencies": {
"@r3ps4j/i18next-fxserver-backend": "^1.0.0",
"@r3ps4j/i18next-fxserver-language-detector": "^1.0.0",
"cross-fetch": "^4.0.0",
"i18next": "^23.4.4"
},
"devDependencies": {
"@citizenfx/client": "^2.0.6552-1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"esbuild": "^0.16.17",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.1",
"typescript": "^5.1.6",
"yargs": "^17.7.2"
}
}