forked from sbb-design-systems/lyne-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.59 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "lyne-test",
"version": "10.3.0",
"description": "Lyne Design System",
"keywords": [
"design system",
"web components",
"stencil",
"storybook"
],
"main": "./dist/index.cjs.js",
"module": "./dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/lyne-components/",
"files": [
"dist/",
"loader/",
"hydrate"
],
"scripts": {
"build:stencil": "stencil build --ci --prod --docs",
"build:storybook": "build-storybook --quiet",
"build": "npm-run-all --sequential build:stencil build:storybook",
"chromatic": "chromatic --storybook-build-dir=./storybook-static --exit-zero-on-changes --exit-once-uploaded",
"chromatic:master": "chromatic --storybook-build-dir=./storybook-static --exit-zero-on-changes --auto-accept-changes",
"generate": "node convenience/generate-component/index.js",
"lint": "npm run lint:ts && npm run lint:js && npm run lint:yml",
"lint:ts": "eslint ./ --ext .ts,.tsx",
"lint:js": "eslint ./ --ext .js",
"lint:yml": "eslint ./ --ext .yml,.yaml",
"semantic-release": "semantic-release",
"start:stencil": "stencil build --prod --watch --docs",
"start:storybook": "start-storybook -p 6006 -s dist",
"start": "npm-run-all --sequential build:stencil --parallel start:stencil start:storybook",
"test:dev": "stencil test --spec --e2e --coverage",
"test:prod": "stencil test --prod --spec --e2e --coverage",
"test:watch": "stencil test --spec --e2e --watchAll",
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "~7.17.0",
"@babel/plugin-syntax-jsx": "^7.8.3",
"@babel/plugin-transform-react-jsx": "~7.17.3",
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@pxblue/storybook-rtl-addon": "~1.1.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@stencil/core": "~2.14.0",
"@stencil/sass": "~1.5.2",
"@storybook/addon-a11y": "~6.4.0",
"@storybook/addon-essentials": "~6.4.1",
"@storybook/html": "~6.4.0",
"@types/jest": "27.4.1",
"@types/puppeteer": "5.4.5",
"@typescript-eslint/eslint-plugin": "~4.33.0",
"@typescript-eslint/parser": "~4.33.0",
"axios": "~0.26.0",
"babel-loader": "^8.1.0",
"chromatic": "~6.5.1",
"copy-webpack-plugin": "~6.0.0",
"esbuild": "~0.14.2",
"eslint": "~7.32.0",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-yaml": "^0.5.0",
"focus-visible": "~5.2.0",
"glob": "~7.2.0",
"husky": "~7.0.1",
"jest": "~27.5.0",
"jest-cli": "27.5.1",
"jsx-dom": "^7.0.1",
"jsx-transform": "~2.4.1",
"lyne-design-tokens": "^3.20.0",
"lyne-helper-eslint-config": "~1.0.1",
"lyne-helper-trigger-travis": "~1.0.3",
"lyne-icons": "^4.31.0",
"minimist": "~1.2.5",
"npm-run-all": "^4.1.5",
"puppeteer": "13.5.1",
"semantic-release": "~17.4.2",
"semantic-release-slack-bot": "~3.5.0",
"shelljs": "^0.8.4",
"simple-git": "~3.4.0",
"stencil-inline-svg": "^1.1.0",
"storybook-addon-breakpoints": "~1.0.0",
"typescript": "~4.6.2",
"yargs": "~17.4.0"
},
"author": "Lyne Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lyne-design-system/lyne-components.git"
},
"bugs": {
"url": "https://github.com/lyne-design-system/lyne-components/issues"
}
}