UNPKG

profile-pane

Version:

A SolidOS compatible pane to display a personal profile page

68 lines (67 loc) 1.83 kB
{ "name": "profile-pane", "version": "1.1.2", "description": "A SolidOS compatible pane to display a personal profile page", "repository": { "type": "git", "url": "git+https://github.com/solidos/profile-pane.git" }, "main": "lib/index.js", "scripts": { "start": "webpack serve --config webpack.dev.config.js --open", "build": "make && npm run clean && tsc", "clean": "rm -rf lib", "check": "npm run lint && npm run build && npm run test", "test": "jest", "lint": "eslint ./src", "prepublishOnly": "npm run check" }, "files": [ "/lib" ], "keywords": [ "solid", "profile", "pane", "solid-panes", "solidos" ], "author": { "name": "Angelo Veltens", "email": "angelo.veltens@online.de", "url": "https://angelo.veltens.org/profile/card#me" }, "license": "MIT", "dependencies": { "contacts-pane": "^2.6.13", "lit-html": "^3.2.1", "qrcode": "^1.5.4", "solid-ui": "2.5", "validate-color": "^2.2.4" }, "devDependencies": { "@babel/core": "^7.26.7", "@babel/preset-env": "^7.26.7", "@babel/preset-typescript": "^7.26.0", "@nestjs/cli": "^10.4.9", "@testing-library/dom": "^9.3.4", "@testing-library/jest-dom": "^6.6.3", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "babel-jest": "^29.7.0", "babel-loader": "^9.2.1", "chat-pane": "^2.4.27", "eslint": "^8.57.1", "html-webpack-plugin": "^5.6.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-fetch-mock": "^3.0.3", "jsdom": "^25.0.1", "node-polyfill-webpack-plugin": "^2.0.1", "typescript": "^5.7.3", "webpack": "^5.97.1", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.2" } }