-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
56 lines (56 loc) · 1.77 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
53
54
55
56
{
"name": "npwd_services",
"version": "0.0.0",
"private": true,
"devDependencies": {
"@babel/preset-react": "7.16.7",
"@citizenfx/client": "^2.0.5369-1",
"@citizenfx/server": "^2.0.5369-1",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.3",
"@originjs/vite-plugin-federation": "^1.3.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@types/node": "^18.6.4",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.23",
"@vitejs/plugin-react": "^4.2.1",
"add": "^2.0.6",
"concurrently": "^7.0.0",
"cross-env": "^7.0.3",
"dotenv": "^16.0.1",
"html-webpack-plugin": "5.5.0",
"react-refresh": "^0.11.0",
"react-refresh-typescript": "^2.0.3",
"typescript": "^4.5.5",
"vite": "^5.1.3"
},
"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:nui": "esbuild src/index.tsx --outdir=dist/html --watch --target=es6 --bundle --loader:.png=dataurl"
},
"dependencies": {
"@project-error/npwd-types": "^1.3.4",
"esbuild": "^0.14.23",
"eslint": "^8.10.0",
"file-loader": "^6.2.0",
"i18next": "^21.8.16",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"react-router-dom": "^5.3.0",
"recoil": "^0.7.7",
"vite-plugin-top-level-await": "^1.4.1"
}
}