-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "goblin-laboratory",
"version": "4.4.0",
"description": "Laboratory",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "lib/index.js",
"author": "",
"license": "MIT",
"config": {
"xcraft": {
"commands": true
}
},
"dependencies": {
"goblin-theme": "^2.0.0",
"xcraft-core-goblin": "^5.0.0",
"xcraft-core-probe": "^2.0.0",
"xcraft-core-transport": "^4.0.0"
},
"devDependencies": {
"aphrodite": "^2.2.2",
"connected-react-router": "^6.3.2",
"css-key": "^1.0.0",
"faster-stable-stringify": "^1.0.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"history": "^4.6.1",
"immutable": "4.0.0-rc.14",
"linked-list": "^1.0.4",
"obj-to-css": "^1.0.1",
"prettier": "2.0.4",
"prop-types": "^15.5.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.1.0",
"react-router": "^5.0.0",
"redux-thunk": "^2.3.0",
"xcraft-core-shredder": "^5.3.0",
"xcraft-dev-prettier": "^2.0.0",
"xcraft-dev-rules": "^4.4.2",
"xcraft-traverse": "^0.7.0"
},
"prettier": "xcraft-dev-prettier"
}