-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
164 lines (164 loc) · 5.54 KB
/
Copy pathpackage.json
File metadata and controls
164 lines (164 loc) · 5.54 KB
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "@zebra-fed/zeta-web",
"version": "1.4.1",
"files": [
"dist",
"custom-elements.json",
"assets",
"LICENSE-3RD-PARTY"
],
"workspaces": {
"packages": [
"example"
]
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./assets/*": "./assets/*",
"./events.js": "./dist/events.js",
"./components/*": "./dist/components/*",
"./custom-elements.json": "./custom-elements.json",
"./index.css": "./dist/index.css",
"./jsx.d.ts": "./dist/jsx.d.ts",
"./primitives.css": "./dist/primitives.css",
"./semantics.css": "./dist/semantics.css"
},
"description": "Zebra Zeta Design System - Web Components",
"repository": {
"type": "git",
"url": "git+https://github.com/ZebraDevs/zeta-web.git"
},
"publishConfig": {
"access": "public"
},
"author": "Zebra Front-end Development Team",
"license": "MIT",
"type": "module",
"types": "./dist/index.d.ts",
"declaration": "true",
"declarationMap": "true",
"customElements": "custom-elements.json",
"scripts": {
"analyze": "cem analyze",
"build-storybook:with-output-dir": "yarn run build && storybook build -o ",
"build": "yarn prebuild && node scripts/build.js",
"check": "yarn analyze && yarn lint && yarn lint:lit-analyzer && yarn test && yarn docs",
"create": "cd scripts && node makeWebComponentTemplate.js",
"docs": "npx typedoc --logLevel Warn",
"lint:lit-analyzer": "lit-analyzer src/components/**/* src/stories/**/* src/mixins/**/* src/test/**/* src/utils/**/* --quiet",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\" --config src/eslint.config.*",
"localize:build": "lit-localize build --config src/lit-localize.json",
"localize:extract": "lit-localize extract --config src/lit-localize.json",
"prebuild": "yarn run analyze && node scripts/make-index.js",
"prepack": "yarn run build",
"prepare": "yarn run build",
"prettier": "prettier src --write --ignore-unknown",
"start": "cd example && yarn run dev",
"storybook:build": "yarn run build && storybook build",
"storybook:test": "test-storybook",
"storybook": "cem analyze && storybook dev -p 6006",
"test:count": "npx tsx scripts/test/test_counter.ts",
"pretest:package": "yarn pack --pack-destination ./test && cd test && yarn install && cd ..",
"test:package": "cd test && yarn run dev",
"test:watch": "web-test-runner \"src/test/**/*.test.ts\" --node-resolve --watch --config src/test/web-test-runner.config.*",
"test": "web-test-runner \"src/test/**/*.test.ts\" --node-resolve --config src/test/web-test-runner.config.*"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@custom-elements-manifest/analyzer": "^0.11.0",
"@eslint/js": "^9.39.5",
"@etchteam/storybook-addon-status": "^5.0.0",
"@figma/code-connect": "^1.5.1",
"@lit/localize-tools": "^0.8.2",
"@open-wc/lit-helpers": "^0.7.0",
"@open-wc/testing": "^4.0.0",
"@playwright/test": "^1.62.1",
"@remcovaes/web-test-runner-vite-plugin": "^1.4.1",
"@storybook/addon-a11y": "^8.6.18",
"@storybook/addon-actions": "^8.6.18",
"@storybook/addon-designs": "^8.2.1",
"@storybook/addon-docs": "^8.6.18",
"@storybook/addon-essentials": "^8.6.18",
"@storybook/addon-links": "^8.6.18",
"@storybook/blocks": "^8.6.18",
"@storybook/manager-api": "^8.6.18",
"@storybook/test": "^8.6.18",
"@storybook/test-runner": "^0.24.4",
"@storybook/theming": "^8.6.18",
"@storybook/web-components": "^8.6.18",
"@storybook/web-components-vite": "^8.6.18",
"@types/jest": "^30.0.0",
"@types/node": "^22.20.1",
"@types/react": "^19.2.18",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"@wc-toolkit/type-parser": "^1.3.0",
"@web/test-runner": "^0.20.2",
"@web/test-runner-commands": "^0.9.0",
"@web/test-runner-junit-reporter": "^0.8.0",
"@web/test-runner-playwright": "^0.11.1",
"axe-playwright": "^2.2.2",
"cem-plugin-better-lit-types": "^0.2.1",
"cem-plugin-custom-jsdoc-tags": "^1.2.0",
"custom-element-jsx-integration": "^1.6.0",
"dompurify": "^3.4.12",
"dts-minify": "^0.3.3",
"eslint": "^9.39.5",
"eslint-config-prettier": "^10.1.8",
"eslint-formatter-unix": "^9.0.1",
"eslint-plugin-lit": "^2.3.1",
"eslint-plugin-lit-a11y": "^5.1.1",
"eslint-plugin-storybook": "^0.12.0",
"eslint-plugin-tsdoc": "^0.5.2",
"eslint-plugin-wc": "^3.1.0",
"lit-analyzer": "^2.0.3",
"prettier": "3.9.6",
"react": "^19.2.8",
"sinon": "^22.1.0",
"storybook": "^8.6.18",
"ts-lit-plugin": "^2.0.2",
"ts-morph": "^27.0.2",
"typedoc": "^0.28.20",
"typescript": "^5.9.3",
"typescript-eslint": "^8.65.0",
"vite": "^6.4.3"
},
"dependencies": {
"@fontsource/ibm-plex-sans": "^5.3.0",
"@lit/localize": "^0.12.2",
"@zebra-fed/zeta-icons": "1.9.6",
"lit": "^3.3.3"
},
"overrides": {
"@storybook/blocks": {
"react": "$react"
},
"@storybook/addon-designs": {
"react": "$react"
}
},
"resolutions": {
"react-router-dom": "^6.3.0",
"react-router": "^6.3.0",
"@isaacs/brace-expansion": "^5.0.1",
"@xmldom/xmldom": "^0.8.13",
"picomatch": "^4.0.2",
"undici": "^7.28.0",
"js-yaml": "^4.3.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "yarn@4.18.0"
}