forked from wilkerlucio/pathom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 904 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
{
"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": {
"create-react-class": "^15.6.3",
"intl-messageformat": "^2.2.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"shadow-cljs": "^2.3.21"
},
"dependencies": {
"codemirror": "^5.34.0",
"codemirror-graphql": "^0.6.12",
"parinfer": "^3.12.0",
"parinfer-codemirror": "^1.4.2"
}
}