|
1 | | -{ |
2 | | - "name": "sync_report", |
3 | | - "author": "unitysync", |
4 | | - "version": "1.0.0", |
5 | | - "license": "", |
6 | | - "description": "", |
7 | | - "type": "module", |
8 | | - "scripts": { |
9 | | - "web:dev": "cd web && vite dev", |
10 | | - "build": "node scripts/build.js", |
11 | | - "watch": "node scripts/build.js --watch", |
12 | | - "prettier": "prettier ./{src,web}/**/*.{ts,tsx} --write", |
13 | | - "eslint": "eslint ./{src,web}/**/*.{ts,tsx}" |
14 | | - }, |
15 | | - "keywords": [ |
16 | | - "fivem" |
17 | | - ], |
18 | | - "repository": { |
19 | | - "type": "git", |
20 | | - "url": "https://github.com/overextended/fivem-typescript-boilerplate.git" |
21 | | - }, |
22 | | - "bugs": "https://github.com/overextended/fivem-typescript-boilerplate/issues", |
23 | | - "devDependencies": { |
24 | | - "@citizenfx/client": "latest", |
25 | | - "@citizenfx/server": "latest", |
26 | | - "@eslint/js": "^9.13.0", |
27 | | - "@overextended/fx-utils": "^0.0.4", |
28 | | - "@types/eslint__js": "^8.42.3", |
29 | | - "@types/node": "^20.17.5", |
30 | | - "@types/react": "^18.3.12", |
31 | | - "@types/react-dom": "^18.3.1", |
32 | | - "@typescript-eslint/eslint-plugin": "^8.12.2", |
33 | | - "@typescript-eslint/parser": "^8.12.2", |
34 | | - "@vitejs/plugin-react": "^4.3.3", |
35 | | - "esbuild": "^0.23.1", |
36 | | - "eslint": "^9.13.0", |
37 | | - "eslint-plugin-react-hooks": "^4.6.2", |
38 | | - "eslint-plugin-react-refresh": "^0.4.14", |
39 | | - "prettier": "^3.3.3", |
40 | | - "typescript": "^5.6.3", |
41 | | - "typescript-eslint": "^8.12.2", |
42 | | - "vite": "^5.4.10" |
43 | | - }, |
44 | | - "dependencies": { |
45 | | - "@jgoz/esbuild-plugin-typecheck": "^4.0.2", |
46 | | - "@nativewrappers/fivem": "latest", |
47 | | - "@overextended/ox_lib": "latest", |
48 | | - "@overextended/oxmysql": "^1.3.0", |
49 | | - "react": "^18.3.1", |
50 | | - "react-dom": "^18.3.1" |
51 | | - } |
52 | | -} |
| 1 | +{ |
| 2 | + "name": "sync_reports", |
| 3 | + "author": "unitysync", |
| 4 | + "version": "1.0.0", |
| 5 | + "license": "LGPL-3.0-or-later", |
| 6 | + "description": "", |
| 7 | + "type": "module", |
| 8 | + "scripts": { |
| 9 | + "web:dev": "cd web && vite dev", |
| 10 | + "build": "node scripts/build.js", |
| 11 | + "watch": "node scripts/build.js --watch", |
| 12 | + "prettier": "prettier ./{src,web}/**/*.{ts,tsx} --write", |
| 13 | + "eslint": "eslint ./{src,web}/**/*.{ts,tsx}" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "fivem" |
| 17 | + ], |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "https://github.com/unitysync/sync_reports.git" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "@citizenfx/client": "latest", |
| 24 | + "@citizenfx/server": "latest", |
| 25 | + "@eslint/js": "^9.13.0", |
| 26 | + "@overextended/fx-utils": "^0.0.4", |
| 27 | + "@types/eslint__js": "^8.42.3", |
| 28 | + "@types/node": "^20.17.5", |
| 29 | + "@types/react": "^18.3.12", |
| 30 | + "@types/react-dom": "^18.3.1", |
| 31 | + "@typescript-eslint/eslint-plugin": "^8.12.2", |
| 32 | + "@typescript-eslint/parser": "^8.12.2", |
| 33 | + "@vitejs/plugin-react": "^4.3.3", |
| 34 | + "esbuild": "^0.23.1", |
| 35 | + "eslint": "^9.13.0", |
| 36 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 37 | + "eslint-plugin-react-refresh": "^0.4.14", |
| 38 | + "prettier": "^3.3.3", |
| 39 | + "typescript": "^5.6.3", |
| 40 | + "typescript-eslint": "^8.12.2", |
| 41 | + "vite": "^5.4.10" |
| 42 | + }, |
| 43 | + "dependencies": { |
| 44 | + "@jgoz/esbuild-plugin-typecheck": "^4.0.2", |
| 45 | + "@nativewrappers/fivem": "latest", |
| 46 | + "@overextended/ox_lib": "latest", |
| 47 | + "@overextended/oxmysql": "^1.3.0", |
| 48 | + "react": "^18.3.1", |
| 49 | + "react-dom": "^18.3.1" |
| 50 | + } |
| 51 | +} |
0 commit comments