forked from Qbox-project/npwd_qbx_garages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.65 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "garage",
"version": "0.0.0",
"private": true,
"devDependencies": {
"@citizenfx/client": "2.0.7330-1",
"@citizenfx/server": "2.0.7330-1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.4",
"@mui/material": "^5.15.4",
"@npwd/types": "1.6.1",
"@originjs/vite-plugin-federation": "^1.3.3",
"@types/node": "^20.10.8",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "5.3.2",
"@vitejs/plugin-react": "^4.2.1",
"add": "^2.0.6",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"react-refresh": "^0.14.0",
"react-refresh-typescript": "^2.0.9",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"scripts": {
"dev": "vite --mode dev",
"dev:browser": "concurrently \"pnpm build:watch --mode dev\" \"pnpm preview:dev\"",
"build:dev": "vite build --mode dev",
"build:watch": "vite build --watch",
"build": "vite build --mode game",
"preview:dev": "vite preview --mode dev",
"clean": "rm -rf dist",
"watch": "concurrently \"yarn watch:client\" \"yarn watch:server\" \"yarn watch:nui\"",
"watch:nui": "esbuild src/index.tsx --outdir=dist/html --watch --target=es6 --bundle --loader:.png=dataurl"
},
"dependencies": {
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"file-loader": "^6.2.0",
"i18next": "^23.7.16",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-loader": "^4.13.1",
"react-router-dom": "5.3.0",
"recoil": "^0.7.7",
"vite-plugin-top-level-await": "^1.4.1"
}
}