-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.05 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": "explore",
"description": "Underlay Explorer",
"version": "0.5.2",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"dependencies": {
"@types/jsonld": "^1.5.1",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"file-loader": "^6.0.0",
"jsonld": "^3.1.1",
"n3.ts": "0.0.5",
"rdf-cytoscape": "^0.3.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"use-debounce": "^3.4.3"
},
"devDependencies": {
"source-map-loader": "^1.0.1",
"ts-loader": "^8.0.1",
"typescript": "^3.9.7",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12"
},
"main": "lib/index.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/underlay/explore.git"
},
"keywords": [
"rdf",
"json-ld"
],
"author": {
"name": "Joel Gustafson",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/underlay/explore/issues"
},
"homepage": "https://github.com/underlay/explore#readme"
}