forked from wilkerlucio/pathom
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.16 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": "pathom-book",
"version": "1.0.0",
"description": "See https://wilkerlucio.github.io/pathom-book/DevelopersGuide.html",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wilkerlucio/pathom-book.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wilkerlucio/pathom-book/issues"
},
"homepage": "https://github.com/wilkerlucio/pathom-book#readme",
"devDependencies": {
"karma": "^5.0.5",
"karma-chrome-launcher": "^3.1.0",
"karma-cljs-test": "^0.1.0",
"shadow-cljs": "^2.8.90"
},
"dependencies": {
"codemirror": "^5.34.0",
"codemirror-graphql": "^0.6.12",
"create-react-class": "^15.6.3",
"d3": "^5.8.0",
"highlight.js": "^9.12.0",
"intl-messageformat": "^2.2.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.13",
"parinfer": "^3.12.0",
"parinfer-codemirror": "^1.4.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-grid-layout": "^0.16.6",
"react-icons": "^2.2.7",
"reakit": "^0.11.1"
}
}