@limetech/lime-elements
Version:
123 lines (122 loc) • 4.33 kB
JSON
{
"name": "@limetech/lime-elements",
"version": "38.24.2",
"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",
"files": [
"dist/",
"CHANGELOG.md"
],
"scripts": {
"api:update": "npm run build && api-extractor run --local --verbose",
"api:verify": "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: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": "cross-env-shell SASS_PATH=node_modules \"stencil test --spec --e2e\"",
"test:watch": "cross-env-shell SASS_PATH=node_modules \"stencil test --spec --e2e --watch\"",
"test:e2e": "cross-env-shell SASS_PATH=node_modules \"stencil test --e2e\"",
"test:e2e:watch": "cross-env-shell SASS_PATH=node_modules \"stencil test --e2e --watch\"",
"test:spec": "stencil test --spec",
"test:spec:watch": "stencil test --spec --watch",
"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": "^3.4.2",
"@stencil/sass": "^3.0.12",
"@types/codemirror": "^5.60.2",
"@types/html-escaper": "^3.0.4",
"@types/jest": "^27.4.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/tabulator-tables": "^4.9.4",
"codemirror": "^5.65.9",
"cross-env": "^7.0.3",
"dayjs": "^1.11.13",
"eslint": "^9.34.0",
"flatpickr": "^4.6.13",
"globals": "^16.0.0",
"html-escaper": "^3.0.3",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"jsonlint-mod": "^1.7.6",
"jsx-dom": "^8.1.6",
"kompendium": "^0.15.0",
"lodash-es": "^4.17.21",
"material-components-web": "^13.0.0",
"moment": "^2.30.1",
"number-abbreviate": "^2.0.0",
"parse-css-color": "^0.2.1",
"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",
"style-to-object": "^1.0.9",
"tabulator-tables": "^4.9.3",
"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",
"engines": {
"node": ">=22"
},
"packageManager": "npm@>=10.9"
}