This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.14 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "sparqling",
"version": "1.3.12",
"description": "",
"main": "dist/sparqling.esm.js",
"module": "dist/sparqling.esm.js",
"files": [
"dist"
],
"scripts": {
"start": "run-p inject-grapholscape serve watch",
"build": "npm run inject-grapholscape && npm run clean && cross-env NODE_ENV=production rollup -c",
"watch": "cross-env NODE_ENV=development rollup -c -w",
"serve": "ws -d ./public -o",
"apigen": "openapi-generator-cli generate -g typescript-axios -o ./src/api/swagger -i https://api.swaggerhub.com/apis/OBDASystems/swagger-sparqling_ws/1.0.3",
"inject-grapholscape": "cpy ./node_modules/grapholscape/dist/grapholscape.min.js ./public/js --flat",
"clean": "rimraf ./dist ./public/js/sparqling*.js",
"version": "npm run build && git add -A",
"snapshot": "npm version prerelease --no-git-tag --preid=snap"
},
"repository": {
"type": "git",
"url": "https://github.com/obdasystems/sparqling.git"
},
"keywords": [],
"author": "OBDA Systems",
"license": "MIT",
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.5.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.4.0",
"@types/cytoscape": "^3.19.7",
"@types/jest": "^29.0.0",
"cpy-cli": "^4.2.0",
"cross-env": "^7.0.3",
"grapholscape": "^4.0.8",
"local-web-server": "^5.2.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rollup": "^2.79.0",
"rollup-plugin-license": "^2.8.1",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0",
"typescript": "^5.0.4"
},
"dependencies": {
"axios": "^1.6.8",
"cytoscape": "^3.22.1",
"cytoscape-automove": "^1.10.3",
"cytoscape-cola": "^2.5.1",
"cytoscape-compound-drag-and-drop": "^1.1.0",
"cytoscape-context-menus": "^4.1.0",
"cytoscape-cxtmenu": "^3.4.0",
"cytoscape-klay": "^3.1.4",
"cytoscape-popper": "^2.0.0",
"cytoscape-svg": "^0.4.0",
"lit": "^2.3.1",
"tippy.js": "^6.3.7"
},
"peerDependencies": {
"grapholscape": "^4.0.8"
}
}