-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.79 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.79 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "fivem-typescript-boilerplate",
"author": "Overextended",
"version": "0.0.0",
"license": "",
"description": "",
"type": "module",
"scripts": {
"web:dev": "cd web && vite dev",
"build": "node scripts/build.js",
"watch": "node scripts/build.js --watch",
"fix": "prettier --write --list-different . && eslint . --fix"
},
"keywords": [
"fivem"
],
"repository": {
"type": "git",
"url": "https://github.com/overextended/fivem-typescript-boilerplate.git"
},
"bugs": "https://github.com/overextended/fivem-typescript-boilerplate/issues",
"devDependencies": {
"@citizenfx/client": "latest",
"@citizenfx/server": "latest",
"@jgoz/esbuild-plugin-typecheck": "^4.0.3",
"@overextended/fx-utils": "^0.0.4",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^22.13.9",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/tsconfig": "^0.8.1",
"esbuild": "^0.25.0",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-config-vuetify": "^4.3.5-beta.1",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-vue": "^10.8.0",
"npm-run-all2": "^8.0.4",
"prettier": "^3.8.1",
"sass-embedded": "^1.97.3",
"typescript": "^5.8.2",
"unplugin-fonts": "^1.4.0",
"unplugin-vue-components": "^31.0.0",
"unplugin-vue-router": "^0.19.2",
"vite": "^5.4.14",
"vite-plugin-vuetify": "^2.1.3",
"vue-eslint-parser": "^10.4.0",
"vue-tsc": "^3.2.4"
},
"dependencies": {
"@fontsource/roboto": "^5.2.9",
"@mdi/font": "^7.4.47",
"@nativewrappers/fivem": "latest",
"@overextended/ox_lib": "latest",
"axiom": "^0.43.0",
"vue": "^3.5.28",
"vue-router": "^5.0.2",
"vuetify": "^3.11.8"
}
}