{ "name": "solid-panes", "version": "3.5.18-401", "description": "Solid-compatible Panes: applets and views for the mashlib and databrowser", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "npm run clean && npm run build-version && npm run build-lib && npm run build-types", "build-form": "(cd src/schedule/ && make)", "build-lib": "npm run build-form && babel src -d lib --source-maps --extensions '.ts,.js'", "build-dev": "webpack --progress --colors --mode=development", "build-types": "tsc --emitDeclarationOnly", "build-version": "./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix", "watch": "npm run build-version && babel src -d lib --source-maps --extensions '.ts,.js' --watch", "clean": "rm -rf dist lib", "lint": "eslint 'src/**/*.js' 'src/**/*.ts'", "lint-fix": "eslint 'src/**/*.js' 'src/**/*.ts' --fix", "test": "npm run lint && jest", "test-watch": "npm run lint && jest --onlyChanged --watch", "prepublishOnly": "npm test && npm run build", "postversion": "git push origin main --follow-tags" }, "repository": { "type": "git", "url": "https://github.com/solid/solid-panes" }, "keywords": [ "solid", "decentralized", "widgets", "ui", "web", "rdf", "ldp", "linked", "panes", "app", "data" ], "author": "Tim Berners-Lee ", "license": "MIT", "bugs": { "url": "https://github.com/solid/solid-panes/issues" }, "homepage": "https://github.com/solid/solid-panes", "dependencies": { "@babel/polyfill": "^7.12.1", "@solid/better-simple-slideshow": "^0.1.0", "activitystreams-pane": "0.6.3-a5c8dbc2", "babel-preset-env": "^1.7.0", "babel-preset-metalab": "^1.0.0", "chat-pane": "2.4.15-f3d7a087", "contacts-pane": "2.6.0-509a1d91", "folder-pane": "2.4.12-4811c171", "issue-pane": "2.4.9-5fd734ff", "marked": "^4.0.8", "meeting-pane": "2.3.8-71944670", "mime-types": "^2.1.34", "pane-registry": "2.4.6-7ecb64b0", "path-browserify": "^1.0.1", "profile-pane": "1.0.7-02bec52e", "rdflib": "^2.2.17", "react": "^17.0.2", "react-dom": "^17.0.2", "solid-logic": "1.3.13-60e05a84", "solid-namespace": "^0.5.2", "solid-ui": "^2.4.16-401", "source-pane": "2.2.14-5ce319af" }, "devDependencies": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.5", "@babel/preset-env": "^7.16.5", "@babel/preset-typescript": "^7.16.5", "@testing-library/dom": "^8.11.1", "@testing-library/jest-dom": "^5.16.1", "@types/jest": "^27.0.3", "@types/webpack-env": "^1.16.3", "@typescript-eslint/eslint-plugin": "^5.8.0", "@typescript-eslint/parser": "^5.8.0", "babel-loader": "^8.2.3", "babel-plugin-inline-import": "^3.0.0", "eslint": "^7.32.0", "fork-ts-checker-webpack-plugin": "^6.5.0", "html-webpack-plugin": "^5.5.0", "husky": "^7.0.4", "jest": "^27.4.5", "jest-fetch-mock": "^3.0.3", "lint-staged": "^12.1.4", "raw-loader": "^4.0.2", "standard": "^16.0.4", "ts-jest": "^27.1.2", "ts-loader": "^9.2.6", "typescript": "^4.5.4", "webpack": "^5.65.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.7.1" }, "husky": { "hooks": { "pre-commit": "lint-staged", "pre-push": "npm test" } }, "lint-staged": { "src/**/*.(js|ts)": [ "eslint" ] } }