-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 994 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
38
39
40
{
"name": "goblin-client",
"version": "4.3.11",
"description": "Main goblin - client side",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"config": {
"xcraft": {
"commands": true
}
},
"dependencies": {
"fs-extra": "^9.1.0",
"gigawatts": "^4.0.5",
"goblin-configurator": "^3.0.0",
"goblin-laboratory": "^4.0.0",
"goblin-nabu": "^2.0.0",
"goblin-theme": "^2.0.0",
"goblin-wm": "^2.5.3",
"statedb": "^4.1.0",
"xcraft-core-etc": "^3.0.0",
"xcraft-core-fs": "^2.1.0",
"xcraft-core-host": "^3.0.0",
"xcraft-core-goblin": "^5.0.0",
"xcraft-core-utils": "^4.0.0"
},
"devDependencies": {
"electron-devtools-installer": "^4.0.0",
"goblin-webpack": "^4.0.0",
"got": "^11.8.3",
"prettier": "2.0.4",
"unzipper": "^0.10.14",
"xcraft-dev-prettier": "^2.0.0",
"xcraft-dev-rules": "^4.4.0"
},
"prettier": "xcraft-dev-prettier"
}