-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "fulcro-inspect",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {},
"dependencies": {
"elkjs": "^0.9.3",
"codemirror": "^5.65.17",
"codemirror-graphql": "^0.8.3",
"d3": "^5.8.0",
"d3-flame-graph": "^2.0.8",
"d3-tip": "^0.7.1-0",
"flatted": "^0.2.2",
"highlight.js": "^9.12.0",
"parinfer": "^3.13.1",
"parinfer-codemirror": "^1.4.2",
"react-devtools": "^4.28.5",
"react-draggable": "^3.0.5",
"react-grid-layout": "^0.18.3",
"react-icons": "^2.2.7",
"react-virtualized": "^9.22.5",
"reakit": "^0.11.2",
"showdown": "^1.8.7"
},
"devDependencies": {
"create-react-class": "^15.7.0",
"intl-messageformat": "^2.2.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-cljs-test": "^0.1.0",
"karma-firefox-launcher": "^2.1.3",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"shadow-cljs": "^2.28.19"
},
"repository": {
"type": "git",
"url": "[email protected]:fulcrologic/fulcro-inspect.git"
},
"scripts": {
"dev-chrome": "shadow-cljs watch chrome-devtool chrome workspaces",
"dev-electron": "shadow-cljs watch electron-main electron-renderer workspaces"
},
"author": "",
"license": "MIT"
}