generated from project-error/npwd-app-template
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
65 lines (65 loc) · 1.99 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
57
58
59
60
61
62
63
64
65
{
"name": "ox_identityapp",
"version": "0.0.0",
"private": true,
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/preset-react": "7.16.7",
"@citizenfx/client": "2.0.6298-1",
"@citizenfx/server": "2.0.6298-1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/node": "^18.14.4",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.19",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@types/webpack-env": "^1.18.0",
"add": "^2.0.6",
"babel-loader": "8.2.3",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"html-webpack-plugin": "5.5.0",
"react-refresh": "^0.11.0",
"react-refresh-typescript": "^2.0.8",
"serve": "13.0.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "5.66.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.7.4"
},
"scripts": {
"start": "cross-env REACT_APP_IN_GAME=1 webpack-cli serve",
"build": "cross-env REACT_APP_IN_GAME=1 webpack --mode=production && node build.js --mode=production",
"dev": "cross-env REACT_APP_IN_GAME=0 webpack-dev-server --mode=development",
"serve": "serve dist -p 3002",
"clean": "rm -rf dist",
"watch:scripts": "node build.js"
},
"dependencies": {
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"@npwd/types": "^1.6.1",
"@overextended/ox_core": "^0.16.0",
"@overextended/ox_lib": "^3.1.1",
"dayjs": "^1.11.7",
"esbuild": "^0.14.54",
"eslint": "^8.35.0",
"file-loader": "^6.2.0",
"i18next": "^21.10.0",
"prettier": "^2.8.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fivem-hooks": "^1.0.3",
"react-hot-loader": "^4.13.1",
"react-is": "18.2.0",
"react-router-dom": "5.3.0",
"recoil": "0.7.7",
"styled-components": "^5.3.8"
}
}