-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 848 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 848 Bytes
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
{
"name": "@app/app",
"version": "1.0.0",
"scripts": {
"build": "cd app && webpack --mode production --color --progress",
"watch": "cd app && webpack --mode development --watch"
},
"peerDependencies": {
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.8.0",
"fivem-js": "^1.5.2",
"typescript": "^4.5.4"
},
"devDependencies": {
"@citizenfx/client": "^2.0.5132-1",
"@citizenfx/server": "^2.0.5132-1",
"@types/node": "^16.9.1",
"@typescript-eslint/parser": "^5.8.0",
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"remove-files-webpack-plugin": "^1.5.0",
"ts-loader": "^9.2.6",
"webpack": "^5.65.0",
"webpack-cli": "^4.8.0"
}
}