@telekom/scale-components
Version:
Scale is the digital design system for Telekom products and experiences.
81 lines (80 loc) • 2.86 kB
JSON
{
"name": "@telekom/scale-components",
"version": "3.0.0-beta.140",
"description": "Scale is the digital design system for Telekom products and experiences.",
"homepage": "https://github.com/telekom/scale",
"repository": {
"type": "git",
"url": "https://github.com/telekom/scale.git"
},
"publishConfig": {
"access": "public"
},
"main": "dist/index.cjs.js",
"module": "dist/components/index.js",
"unpkg": "dist/scale-components/scale-components.esm.js",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"files": [
"assets/",
"dist/",
"loader/",
"hydrate/"
],
"scripts": {
"build": "stencil build --docs-readme",
"build:whitelabel": "WHITELABEL=1 stencil build --docs-readme",
"build:watch": "stencil build --watch --serve --config stencil-dev.config.ts",
"build:staging": "stencil build --config stencil-staging.config.ts",
"start": "stencil build --dev --watch --serve --config stencil-dev.config.ts",
"dev": "yarn start",
"test": "stencil test --max-workers=2",
"format": "prettier --write \"*.ts\" \"src/**/*.{html,tsx,ts,css,json}\" \"!src/**/*.d.ts\"",
"lint:fix": "yarn lint:style --fix",
"lint": "tslint -c tslint.json -p . \"src/**/*.{tsx,ts,css,json}\" \"!src/**/*.d.ts\"",
"generate": "node ./scripts/generate-icons.js",
"optimize-icons": "svgo -r -f src/telekom/icons",
"process-angular-proxies": "node ./scripts/process-angular-proxies.js"
},
"devDependencies": {
"@babel/core": "7.10.2",
"@babel/plugin-syntax-jsx": "7.10.1",
"@babel/plugin-transform-react-jsx": "7.10.1",
"@nowseemee/vue-output-target": "0.0.4",
"@stencil/angular-output-target": "^0.0.7",
"@stencil/postcss": "^2.0.0",
"@stencil/react-output-target": "^0.3.1",
"@types/classnames": "2.2.8",
"@types/jest": "24.9.1",
"@types/lodash": "4.14.149",
"@types/resize-observer-browser": "^0.1.6",
"babel-loader": "^8.1.0",
"date-fns": "^2.6.0",
"express": "^4.17.1",
"fast-glob": "^3.2.4",
"file-loader": "^6.0.0",
"fs-extra": "^9.0.1",
"handlebars": "^4.7.6",
"hast-util-to-html": "^8.0.4",
"jsx-dom": "^6.4.17",
"lodash": "^4.17.15",
"postcss-custom-media": "^9.0.1",
"rimraf": "^3.0.2",
"svg-parser": "^2.0.4",
"svgo": "^1.3.2",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0"
},
"license": "MPL-2.0",
"dependencies": {
"@duetds/date-picker": "1.2.0",
"@floating-ui/dom": "^0.5.4",
"@stencil/core": "^2.17.0",
"@telekom/design-tokens": "1.0.0-beta.8",
"@telekom/scale-design-tokens": "^3.0.0-beta.140",
"classnames": "^2.2.6",
"stencil-inline-svg": "^1.0.1"
},
"gitHead": "0cb7e4e5698a0477075714a4d8a9a19a0cac35ee"
}