forked from jonassvensson4/screenshot-basic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 968 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
{
"name": "screenshot-basic",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config client.config.js --mode production && webpack --config server.config.js --mode production && webpack --config ui.config.js --mode production"
},
"author": "",
"license": "MIT",
"dependencies": {
"@citizenfx/client": "^1.0.1012-1",
"@citizenfx/http-wrapper": "^0.2.0",
"@citizenfx/server": "^1.0.1012-1",
"@citizenfx/three": "^0.100.0",
"@types/koa": "^2.11.6",
"@types/koa-router": "^7.4.1",
"@types/mv": "^2.1.0",
"@types/uuid": "^8.3.0",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"koa": "^2.6.2",
"koa-body": "^4.0.6",
"koa-router": "^7.4.0",
"mv": "^2.1.1",
"ts-loader": "^5.3.3",
"typescript": "3.2.2",
"uuid": "^3.3.2",
"webpack": "4.28.4"
},
"devDependencies": {
"webpack-cli": "3.3.11"
}
}