-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.28 KB
/
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
41
42
43
44
45
46
47
48
49
50
{
"name": "goblin-gadgets",
"version": "4.0.20",
"description": "Gadgets library",
"main": "./builders/builders.js",
"scripts": {
"test": "mocha test/**/*.spec.js"
},
"author": "",
"license": "MIT",
"config": {
"xcraft": {
"commands": true,
"hot": false
}
},
"dependencies": {
"immutable": "4.0.0-rc.14",
"goblin-nabu": "^2.0.0",
"goblin-toolbox": "^1.0.0",
"xcraft-core-goblin": "^5.0.0",
"xcraft-core-stones": "^0.4.0",
"xcraft-core-utils": "^4.0.0"
},
"devDependencies": {
"bignumber.js": "^8.1.1",
"css-loader": "^6.10.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"goblin-theme": "^2.0.0",
"goblin-laboratory": "^4.0.0",
"leaflet": "1.2.0",
"mocha": "^10.7.3",
"monaco-editor": "^0.31.1",
"mousetrap": "^1.6.1",
"prettier": "2.0.4",
"prop-types": "^15.5.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-list": "github:Xcraft-Inc/react-list",
"react-markdown": "^7.0.1",
"react-pivottable": "^0.7.0",
"remark-gfm": "^3.0.1",
"remark-supersub": "^1.0.0",
"scroll-into-view-if-needed": "^1.4.0",
"xcraft-core-shredder": "^5.0.0",
"xcraft-dev-prettier": "^2.0.0",
"xcraft-dev-rules": "^4.4.2"
},
"prettier": "xcraft-dev-prettier"
}