-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
80 lines (80 loc) · 2.84 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@telekom/scale-components",
"version": "3.0.0-beta.155",
"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",
"zip": "zip -vr telekom-scale-components-$npm_package_version.zip dist/ -x '*.DS_Store' 'dist/collection/**'",
"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.30.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": "^1.2.8",
"@stencil/core": "^2.17.0",
"@telekom/design-tokens": "1.0.0-beta.10",
"classnames": "^2.2.6",
"composed-offset-position": "^0.0.4",
"stencil-inline-svg": "^1.0.1"
}
}