UNPKG

@limetech/lime-elements

Version:
132 lines (131 loc) 4.74 kB
{ "name": "@limetech/lime-elements", "version": "39.10.4", "description": "Lime Elements", "author": "Lime Technologies", "license": "Apache-2.0", "module": "dist/index.js", "es2015": "dist/esm/index.js", "es2017": "dist/esm/index.js", "jsnext:main": "dist/esm/index.js", "main": "dist/index.cjs.js", "types": "dist/types/index.d.ts", "collection": "dist/collection/collection-manifest.json", "sass": "index.scss", "files": [ "dist/", "index.scss", "CHANGELOG.md" ], "scripts": { "api:update": "npm run build && node scripts/fix-tsdoc-tags.cjs && api-extractor run --local --verbose", "api:verify": "(shx test -f src/components.d.ts || (npm run build && npm run build)) && node scripts/fix-tsdoc-tags.cjs && api-extractor run", "build": "cross-env-shell NODE_ENV=prod SASS_PATH=node_modules \"stencil build --config stencil.config.dist.ts\"", "dev": "cross-env-shell SASS_PATH=node_modules \"stencil build --dev --docs\"", "watch": "cross-env-shell SASS_PATH=node_modules \"stencil build --dev --watch --docs --serve\"", "watch:prod": "shx rm -rf www/ && cross-env-shell SASS_PATH=node_modules \"stencil build --watch\"", "docs:build": "cross-env-shell NODE_ENV=prod SASS_PATH=node_modules \"stencil build --docs --config stencil.config.docs.ts\"", "docs:context7": "node generate-context7-docs.cjs", "docs:publish": "node publish-docs.cjs", "lint": "eslint --max-warnings=0 && prettier -c --ignore-path .gitignore **/*.scss", "lint:fix": "eslint --max-warnings=0 --fix && prettier --write --ignore-path .gitignore **/*.scss", "start": "npm run watch", "test": "npx playwright install chromium && stencil-test", "test:spec": "stencil-test --project spec", "test:e2e": "npx playwright install chromium && stencil-test --project e2e", "test:watch": "npx playwright install chromium && stencil-test --watch", "test:watch:spec": "stencil-test --watch --project spec", "test:watch:e2e": "npx playwright install chromium && stencil-test --watch --project e2e", "generate": "stencil generate" }, "devDependencies": { "@commitlint/config-conventional": "^19.8.1", "@limetech/eslint-config": "^4.0.0", "@microsoft/api-extractor": "^7.52.11", "@popperjs/core": "^2.11.8", "@rjsf/core": "^2.4.2", "@rollup/plugin-node-resolve": "^13.3.0", "@stencil/core": "^4.43.1", "@stencil/sass": "^3.2.2", "@stencil/vitest": "^1.1.21", "@types/codemirror": "^5.60.2", "@types/html-escaper": "^3.0.4", "@types/jest": "^29.5.14", "@types/lodash-es": "^4.17.12", "@types/react": "^19.1.10", "@types/react-dom": "^19.1.7", "@types/tabulator-tables": "^6.2.4", "@vitest/browser-playwright": "^4.0.18", "codemirror": "^5.65.9", "cross-env": "^7.0.3", "dayjs": "^1.11.13", "eslint": "^9.34.0", "flatpickr": "^4.6.13", "glob": "^13.0.1", "globals": "^16.0.0", "html-escaper": "^3.0.3", "jest": "^29.7.0", "jest-cli": "^29.7.0", "jsonlint-mod": "^1.7.6", "jsx-dom": "^8.1.6", "kompendium": "^1.1.0", "lodash-es": "^4.17.23", "material-components-web": "^13.0.0", "moment": "^2.30.1", "number-abbreviate": "^2.0.0", "parse-css-color": "^0.2.1", "postal-mime": "^2.7.3", "prettier": "^3.5.0", "prosemirror-example-setup": "^1.2.3", "prosemirror-markdown": "^1.13.2", "prosemirror-model": ">=1.22.1", "prosemirror-schema-basic": "^1.2.4", "prosemirror-tables": "^1.6.4", "puppeteer": "^19.11.1", "react": "^19.1.1", "react-dom": "^19.1.1", "react-shadow-dom-retarget-events": "^1.1.0", "rehype-parse": "^9.0.1", "rehype-raw": "^7.0.0", "rehype-sanitize": "^6.0.0", "rehype-stringify": "^10.0.1", "remark-gfm": "^4.0.1", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.1", "replace-in-file": "^7.2.0", "shelljs": "0.10.0", "shx": "^0.4.0", "sortablejs": "^1.15.6", "style-to-object": "^1.0.9", "tabulator-tables": "^6.3.1", "typescript": "^4.9.5", "unified": "^11.0.5", "unist-util-visit": "^5.0.0" }, "overrides": { "prosemirror-model": ">=1.22.1" }, "keywords": [ "lime elements", "lime crm", "material design", "component library", "web components" ], "repository": { "type": "git", "url": "git+https://github.com/Lundalogik/lime-elements.git" }, "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/Lundalogik/lime-elements/issues" }, "homepage": "https://github.com/Lundalogik/lime-elements#readme", "packageManager": "npm@>=10.9", "dependencies": { "diff": "^8.0.3", "sortablejs": "^1.15.6" } }