contacts-pane
Version:
Contacts Pane: Contacts manager for Address Book, Groups, and Individuals.
94 lines (93 loc) • 2.69 kB
JSON
{
"name": "contacts-pane",
"version": "3.2.0",
"description": "Contacts Pane: Contacts manager for Address Book, Groups, and Individuals.",
"main": "dist/contactsPane.js",
"files": [
"dist/",
"README.md",
"LICENSE"
],
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && npm run build-dist",
"build-dist": "webpack --progress",
"watch-dist": "webpack --watch",
"watch": "npm run watch-dist",
"lint": "eslint",
"lint-fix": "eslint --fix",
"typecheck-test": "tsc --noEmit -p tsconfig.test.json",
"test": "jest --no-coverage",
"test-coverage": "jest --coverage",
"ignore:prepublishOnly": "npm run build && npm run lint && npm run test",
"preversion": "npm run lint && npm run test",
"ignore:postpublish": "git push origin main --follow-tags",
"start": "webpack serve --config webpack.dev.config.mjs --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SolidOS/contacts-pane.git"
},
"keywords": [
"solid",
"contacts",
"addressbook",
"decentralized",
"web",
"rdf",
"ldp",
"linked",
"pane",
"app",
"data"
],
"author": "Tim Berners-Lee <timbl@mit.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SolidOS/contacts-pane/issues"
},
"homepage": "https://github.com/SolidOS/contacts-pane",
"peerDependencies": {
"rdflib": "^2.3.6",
"solid-logic": "^4.0.6",
"solid-ui": "^3.0.5"
},
"devDependencies": {
"@babel/cli": "^7.28.6",
"@babel/core": "^7.28.6",
"@babel/preset-env": "^7.28.6",
"@babel/preset-typescript": "^7.28.5",
"@testing-library/jest-dom": "^6.9.1",
"@types/jest": "^30.0.0",
"@typescript-eslint/parser": "^8.53.1",
"axe-core": "^4.11.1",
"babel-jest": "^30.2.0",
"babel-loader": "^10.0.0",
"babel-plugin-inline-import": "^3.0.0",
"baseline-browser-mapping": "^2.9.19",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.4",
"eslint": "^9.39.2",
"eslint-plugin-import": "^2.32.0",
"file-loader": "^6.2.0",
"globals": "^17.1.0",
"html-webpack-plugin": "^5.6.6",
"jest": "^30.2.0",
"jest-axe": "^10.0.0",
"jest-environment-jsdom": "^30.2.0",
"jest-fetch-mock": "^3.0.3",
"neostandard": "^0.13.0",
"node-polyfill-webpack-plugin": "^4.1.0",
"pane-registry": "^3.0.1",
"rdflib": "^2.3.6",
"solid-logic": "^4.0.6",
"solid-ui": "^3.0.6",
"style-loader": "^4.0.0",
"typescript": "^6.0.2",
"typescript-transpile-only": "^0.0.4",
"webpack": "^5.0.0",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.3"
}
}