issue-pane
Version:
Solid-compatible Panes: issue editor
72 lines (71 loc) • 1.82 kB
JSON
{
"name": "issue-pane",
"version": "3.0.1",
"description": "Solid-compatible Panes: issue editor",
"main": "dist/issuePane.js",
"sideEffects": false,
"files": [
"dist/",
"README.md",
"LICENSE"
],
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && npm run build-dist",
"build-dist": "webpack --progress",
"lint": "eslint",
"lint-fix": "eslint --fix",
"test": "echo \"No tests specified\" && exit 0",
"ignore:prepublishOnly": "npm run build && npm run lint",
"preversion": "npm run lint",
"ignore:postpublish": "git push origin main --follow-tags",
"start": "webpack serve --config webpack.dev.config.mjs --open"
},
"repository": {
"type": "git",
"url": "https://github.com/SolidOS/issue-pane"
},
"keywords": [
"solid",
"issue tracker",
"decentralized",
"web",
"rdf",
"ldp",
"linked",
"pane",
"app",
"data"
],
"author": "Tim Berners-Lee <timbl@mit.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SolidOS/issue-pane/issues"
},
"homepage": "https://github.com/SolidOS/issue-pane",
"dependencies": {
"@babel/runtime": "^7.28.6"
},
"peerDependencies": {
"rdflib": "^2.3.5",
"solid-logic": "^4.0.2",
"solid-ui": "^3.0.3"
},
"devDependencies": {
"@babel/preset-env": "^7.28.6",
"@eslint/compat": "^2.0.1",
"@eslint/js": "^9.39.2",
"babel-loader": "^10.0.0",
"babel-plugin-inline-import": "^3.0.0",
"eslint": "^9.39.2",
"globals": "^17.1.0",
"html-webpack-plugin": "^5.6.6",
"neostandard": "^0.12.2",
"node-polyfill-webpack-plugin": "^4.1.0",
"rdflib": "^2.3.5",
"solid-logic": "^4.0.2",
"solid-ui": "^3.0.3",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3"
}
}