graph-explorer
Version:
Graph Explorer can be used to explore and RDF graphs in SPARQL endpoints or on the web.
97 lines (96 loc) • 3.08 kB
JSON
{
"name": "graph-explorer",
"version": "1.3.0",
"description": "Graph Explorer can be used to explore and RDF graphs in SPARQL endpoints or on the web.",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/zazuko/graph-explorer.git"
},
"keywords": [
"owl",
"graph",
"rdf",
"diagram",
"sparql"
],
"author": {
"name": "RDF Tools",
"url": "https://github.com/zazuko/graph-explorer"
},
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/zazuko/graph-explorer/issues"
},
"homepage": "https://github.com/zazuko/graph-explorer#readme",
"scripts": {
"demo": "./node_modules/.bin/webpack-dev-server --port 10444 --config webpack.demo.config.js",
"build": "npm run _webpack && npm run typings",
"build-all": "npm run _webpack && BUNDLE_PEERS=true npm run _webpack",
"build-examples": "./node_modules/.bin/webpack --config webpack.demo.config.js",
"typings": "npm run _typings-tsc && npm run _typings-dts-bundle",
"lint": "eslint './{src,examples}/**/*.{ts,tsx}'",
"_typings-tsc": "./node_modules/.bin/tsc --project tsconfig.typings.json",
"_typings-dts-bundle": "./node_modules/.bin/dts-bundle --configJson dts-bundle.json",
"_webpack": "./node_modules/.bin/webpack"
},
"dependencies": {
"@rdfjs/data-model": "^2.1.0",
"@rdfjs/types": "^2.0.1",
"@types/n3": "^1.21.1",
"@types/rdfjs__data-model": "^2.0.9",
"@types/sparqljs": "^3.1.3",
"d3-color": "^3.1.0",
"file-saverjs": "~1.3.6",
"lodash": "~4.17.21",
"n3": "^1.23.1",
"sparql-http-client": "^3.0.1",
"sparqljs": "^3.6.2",
"webcola": "^3.4.0"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.13.10",
"@eslint/js": "^9.21.0",
"@stylistic/eslint-plugin": "^4.2.0",
"@stylistic/eslint-plugin-ts": "^4.2.0",
"@types/d3-color": "^1.2.2",
"@types/lodash": "^4.14.191",
"@types/node": "^22.13.9",
"@types/react-dom": "^16.0.0",
"@types/sparql-http-client": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"css-loader": "^7.1.2",
"dts-bundle": "^0.7.3",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.2",
"html-webpack-plugin": "^5.6.3",
"node-polyfill-webpack-plugin": "^4.1.0",
"raw-loader": "0.5.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"sass": "^1.85.1",
"sass-loader": "^16.0.5",
"style-loader": "0.23.0",
"ts-loader": "9.5.2",
"tslib": "2.8.1",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.0",
"url-loader": "4.1.1",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"resolutions": {
"@types/react": "15.6.9"
},
"main": "dist/graph-explorer.js",
"typings": "dist/graph-explorer.d.ts"
}