@planbgmbh/flinkey-web-components
Version:
This project provides some Web Components built for usage in combination with the flinkey API.
75 lines (74 loc) • 2.22 kB
JSON
{
"name": "@planbgmbh/flinkey-web-components",
"version": "0.0.17",
"description": "This project provides some Web Components built for usage in combination with the flinkey API.",
"author": "PlanB. GmbH",
"repository": {
"type": "git",
"url": "https://github.com/PlanBGmbH/flinkey-web-components.git"
},
"bugs": {
"url": "https://github.com/PlanBGmbH/flinkey-web-components/issues"
},
"homepage": "https://github.com/PlanBGmbH/flinkey-web-components",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/flinkey-web-components/flinkey-web-components.esm.js",
"files": [
"dist/",
"loader/"
],
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test:unit": "stencil test --spec",
"test:unit:watch": "stencil test --spec --watchAll",
"test:e2e": "stencil test --e2e",
"test:e2e:watch": "stencil test --e2e --watchAll",
"generate": "stencil generate",
"format:fix": "prettier --config ./.prettierrc.json --write \"**{.ts,.tsx,.json,.css,.scss,.html}\"",
"format:check": "prettier --config ./.prettierrc.json --check \"**{.ts,.tsx,.json,.css,.scss,.html}\""
},
"dependencies": {
"@stencil/core": "^2.13.0"
},
"license": "MIT",
"keywords": [
"typescript",
"stencil",
"rest-api",
"web-components",
"custom-elements",
"ui-components",
"jest-tests",
"tsx",
"puppeteer",
"tailwindcss",
"flinkey",
"witte-digital",
"flinkey-api"
],
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"@stencil/postcss": "^2.1.0",
"@tailwindcss/forms": "^0.4.0",
"@types/jest": "^27.4.0",
"@types/puppeteer": "^5.4.4",
"autoprefixer": "^10.4.2",
"cssnano": "^5.0.16",
"jest": "^27.4.7",
"jest-cli": "^27.4.7",
"prettier": "^2.5.1",
"puppeteer": "^13.2.0",
"tailwindcss": "^3.0.18"
}
}