-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 809 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 809 Bytes
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
{
"name": "constellation.talk",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel serve index.html"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"graphql-import-macro": "^1.0.0",
"less": "^3.12.2",
"parcel": "^2.0.0-beta.1"
},
"dependencies": {
"3d-force-graph": "^1.66.4",
"@apollo/federation": "^0.18.0",
"@apollo/gateway": "^0.18.0",
"aframe": "^1.0.4",
"aframe-forcegraph-component": "^2.27.1",
"binarysearch": "^1.0.0",
"graphql": "^15.3.0",
"graphql-tag": "^2.10.4",
"graphql-tools": "^6.0.15",
"highlight.js": "^10.1.1",
"highlightjs-graphql": "^1.0.1",
"three-spritetext": "^1.5.1"
}
}