-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 961 Bytes
/
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
{
"name": "ts-boilerplate",
"version": "1.0.0",
"description": "typescript boilerplate for fivem",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --watch --mode development"
},
"author": "Shattered Roleplay",
"license": "MIT",
"dependencies": {
"browserify-fs": "^1.0.0",
"fs": "0.0.1-security",
"license-plate-serial-generator": "^0.2.4",
"path": "^0.12.7",
"plate-number": "^1.0.0",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"webpack-node-externals": "^3.0.0"
},
"browser": {
"fs": false,
"path": false,
"os": false
},
"devDependencies": {
"@citizenfx/client": "^2.0.5012-1",
"@citizenfx/server": "^2.0.5012-1",
"@types/node": "^16.11.10",
"@types/webpack-env": "^1.16.3",
"clean-webpack-plugin": "^4.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1"
}
}