{
|
"name": "@dh-software/furnview-components",
|
"version": "1.14.7",
|
"description": "Core Library for custom web components",
|
"type": "module",
|
"main": "module/furnview-components.js",
|
"module": "module/furnview-components.js",
|
"typings": "module/furnview-components.d.ts",
|
"files": [
|
"module"
|
],
|
"scripts": {
|
"prepare": "npm run build:clean && npx rollup -c rollup-legacy.config.js",
|
"build:clean": "rimraf module build dist",
|
"build:dev": "npm run build:clean && npx rollup -m -c",
|
"build:bundle-js": "set NODE_ENV=dev&& npx rollup -m -c rollup-bundle-js.config.js",
|
"build:bundle-ts": "npx rollup -m -c rollup-bundle-ts.config.js",
|
"build:single-js": "npx rollup -m -c rollup-single-js.config.js",
|
"build:single-ts": "npx rollup -m -c rollup-single-ts.config.js",
|
"build:prod": "set NODE_ENV=production&& npm run build:clean && npx rollup -c",
|
"watch": "npm run build:clean && npx rollup -w -m -c",
|
"watch:bundle-js": "npx rollup -w -m -c rollup-bundle-js.config.js",
|
"watch:bundle-ts": "npx rollup -w -m -c rollup-bundle-ts.config.js",
|
"watch:single-js": "npx rollup -w -m -c rollup-single-js.config.js",
|
"watch:single-ts": "npx rollup -w -m -c rollup-single-ts.config.js"
|
},
|
"repository": {
|
"type": "git",
|
"url": "https://git.furnco.de/r/utils/webcomponents/components-lit-element.git"
|
},
|
"keywords": [],
|
"author": "D+H Software",
|
"license": "ISC",
|
"dependencies": {
|
"@lit/task": "^1.0.2",
|
"@rollup/plugin-json": "^6.0.0",
|
"lit": "^2.0.2",
|
"postcss": "^8.4.31",
|
"postcss-import": "^12.0.0",
|
"postcss-url": "^10.1.3",
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
"rollup-plugin-postcss": "^4.0.2",
|
"rollup-plugin-postcss-lit": "^2.1.0",
|
"tslib": "^2.7.0",
|
"xlsx": "^0.18.5"
|
},
|
"devDependencies": {
|
"@dh-software/furnview-icons": "^1.0.0",
|
"@rollup/plugin-commonjs": "^22.0.2",
|
"@rollup/plugin-node-resolve": "^13.0.6",
|
"@tsconfig/recommended": "^1.0.1",
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
"@typescript-eslint/parser": "^4.33.0",
|
"esbuild": "^0.13.4",
|
"eslint": "^7.32.0",
|
"rimraf": "^3.0.2",
|
"rollup": "^2.58.0",
|
"rollup-plugin-dts": "^4.0.0",
|
"rollup-plugin-esbuild": "^4.5.0",
|
"rollup-plugin-sass": "^1.2.9",
|
"rollup-plugin-styles": "^4.0.0",
|
"rollup-plugin-ts": "^3.0.2",
|
"sass": "^1.43.4",
|
"typescript": "5.0"
|
},
|
"peerDependencies": {
|
"@dh-software/furnview-icons": "^1.0.0"
|
}
|
}
|