-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
35
36
37
38
39
40
{
"name": "goblin-nabu",
"version": "2.4.18",
"description": "Goblin Nabu",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "lib/index.js",
"author": "",
"license": "MIT",
"config": {
"xcraft": {
"commands": true
}
},
"dependencies": {
"format-message-parse": "^6.0.3",
"fs-extra": "^9.1.0",
"gigawatts": "^4.0.1",
"immutable": "4.0.0-rc.14",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.11",
"messageformat": "^2.0.5",
"md5.js": "^1.3.5",
"xcraft-core-goblin": "^5.0.0",
"xcraft-core-shredder": "^5.0.0"
},
"devDependencies": {
"@fortawesome/react-fontawesome": "^0.1.9",
"prettier": "2.0.4",
"xcraft-dev-prettier": "^2.0.0",
"xcraft-dev-rules": "^4.4.2"
},
"peerDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7"
},
"prettier": "xcraft-dev-prettier"
}