-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathpackage.json
128 lines (128 loc) · 4.52 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "@patternfly/pfe-tools",
"version": "4.0.2",
"type": "module",
"description": "Development and build tools for PatternFly Elements and related projects",
"keywords": [
"web-components",
"html"
],
"repository": {
"type": "git",
"url": "github:patternfly/patternfly-elements",
"directory": "tools/pfe-tools"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=18"
},
"exports": {
"./config.js": "./config.js",
"./custom-elements-manifest/config.js": "./custom-elements-manifest/config.js",
"./custom-elements-manifest/custom-elements-manifest.js": "./custom-elements-manifest/custom-elements-manifest.js",
"./dev-server/config.js": "./dev-server/config.js",
"./dev-server/demo.js": "./dev-server/demo.js",
"./environment.js": "./environment.js",
"./11ty/DocsPage.js": "./11ty/DocsPage.js",
"./11ty/plugins/anchors.cjs": "./11ty/plugins/anchors.cjs",
"./11ty/plugins/custom-elements-manifest.cjs": "./11ty/plugins/custom-elements-manifest.cjs",
"./11ty/plugins/order-tags.cjs": "./11ty/plugins/order-tags.cjs",
"./11ty/plugins/table-of-contents.cjs": "./11ty/plugins/table-of-contents.cjs",
"./11ty/plugins/todos.cjs": "./11ty/plugins/todos.cjs",
"./react/generate-wrappers.js": "./react/generate-wrappers.js",
"./ssr/*": "./ssr/*",
"./test/a11y-snapshot.js": "./test/a11y-snapshot.js",
"./test/config.js": "./test/config.js",
"./test/create-fixture.js": "./test/create-fixture.js",
"./test/get-composed-text.js": "./test/get-composed-text.js",
"./test/hex-to-rgb.js": "./test/hex-to-rgb.js",
"./test/render-to-string.js": "./test/render-to-string.js",
"./test/stub-logger.js": "./test/stub-logger.js",
"./test/utils.js": "./test/utils.js",
"./typescript/transformers/css-imports.cjs": "./typescript/transformers/css-imports.cjs",
"./typescript/transformers/static-version.cjs": "./typescript/transformers/static-version.cjs"
},
"contributors": [
"Kyle Buchanan <kylebuch8@gmail.com> (https://github.com/kylebuch8)",
"Benny Powers <bennyp@redhat.com>",
"Arathy Kumar <ask6295@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/patternfly/patternfly-elements/issues"
},
"files": [
"!*.ts",
"demo/**/*",
"custom-elements.json",
"**/*.LEGAL.txt",
"**/*.{njk,html,md,css,woff,woff2}",
"**/*.{js,cjs,d.ts,map}"
],
"peerDependencies": {
"@11ty/eleventy": "^2.0.1 || ^3.0.0",
"@11ty/eleventy-plugin-directory-output": "^1.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@changesets/cli": "^2.28.1",
"@custom-elements-manifest/analyzer": "^0.5.7",
"@jspm/generator": "^2.0.1",
"@koa/router": "^12.0.1",
"@lit-labs/ssr": "^3.2.2",
"@open-wc/testing": "^4.0.0",
"@playwright/test": "^1.44.0",
"@rollup/plugin-replace": "^5.0.5",
"@web/dev-server": "^0.4.4",
"@web/dev-server-esbuild": "^1.0.2",
"@web/dev-server-import-maps": "^0.2.0",
"@web/dev-server-rollup": "^0.6.1",
"@web/test-runner": "^0.18.3",
"@web/test-runner-commands": "^0.9.0",
"@web/test-runner-junit-reporter": "^0.7.1",
"@web/test-runner-playwright": "^0.11.0",
"cem-plugin-module-file-extensions": "^0.0.5",
"cem-plugin-readonly": "^0.0.5",
"chalk": "^5.3.0",
"clean-css": "^5.3.3",
"colorjs.io": "^0.5.2",
"compression": "^1.7.4",
"construct-style-sheets-polyfill": "^3.1.0",
"dedent": "^1.5.1",
"dotenv": "^16.4.5",
"element-internals-polyfill": "^1.3.10",
"eleventy-plugin-toc": "^1.1.5",
"es-module-shims": "^1.9.0",
"esbuild": "^0.20.2",
"esbuild-plugin-lit-css": "^3.0.0",
"esbuild-plugin-minify-html-literals": "^2.0.0",
"eslint": "^9.0.0",
"execa": "^9.3.0",
"glob": "^10.3.12",
"lit": "^3.1.2",
"markdown-it-anchor": "^8.6.7",
"nunjucks": "^3.2.4",
"patch-package": "^8.0.0",
"playwright": "^1.43.0",
"rollup-plugin-lit-css": "^5.0.0",
"sinon": "^17.0.1",
"ts-lit-plugin": "^2.0.2",
"ts-patch": "^3.2.1",
"typescript": "^5.4.4",
"urlpattern-polyfill": "^10.0.0",
"web-dev-server-plugin-lit-css": "^3.0.0"
},
"devDependencies": {
"@types/dedent": "^0.7.2",
"@types/estree": "^1.0.5",
"@types/glob": "^8.1.0",
"@types/koa-send": "^4.1.6",
"@types/mocha": "^10.0.7",
"@types/node": "^22.4.1",
"@types/nunjucks": "^3.2.6",
"@types/sinon": "^17.0.3",
"@types/yargs": "^17.0.33",
"custom-elements-manifest": "^2.1.0"
}
}