-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
153 lines (153 loc) · 5 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
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
{
"name": "@zebra-fed/zeta-web",
"version": "0.4.0",
"files": [
"dist",
"custom-elements.json",
"assets",
"LICENSE-3RD-PARTY"
],
"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"
},
"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": "npm run build && storybook build -o ",
"build": "tsc -P tsconfig.build.json && npx clean-css-cli ./src/index.css -o ./dist/index.css",
"check": "npm-run-all analyze --parallel lint lint:lit-analyzer test docs",
"create": "cd scripts && node makeWebComponentTemplate.js",
"docs": "npx typedoc --logLevel Warn",
"lint:lit-analyzer": "lit-analyzer --quiet",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\"",
"localize:build": "lit-localize build",
"localize:extract": "lit-localize extract",
"prebuild": "npm run analyze && node scripts/make-index.js",
"prepack": "npm run build",
"prepare": "npm run build",
"prettier": "prettier src --write --ignore-unknown",
"start": "web-dev-server --node-resolve --open ./demo/ --watch",
"storybook:build": "npm run build && storybook build",
"storybook:test": "test-storybook",
"storybook": "cem analyze && storybook dev -p 6006",
"test:count": "tsx scripts/test/test_counter.ts",
"pretest:package": "npm pack --pack-destination ./test && cd test && npm install && cd ..",
"test:package": "cd test && npm run dev",
"test:watch": "web-test-runner \"src/test/**/*.test.ts\" --node-resolve --watch",
"test": "web-test-runner \"src/test/**/*.test.ts\" --node-resolve"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@custom-elements-manifest/analyzer": "^0.10.4",
"@eslint/js": "^9.16.0",
"@etchteam/storybook-addon-status": "^5.0.0",
"@lit/localize-tools": "^0.8.0",
"@open-wc/lit-helpers": "^0.7.0",
"@open-wc/testing": "^4.0.0",
"@remcovaes/web-test-runner-vite-plugin": "^1.2.2",
"@storybook/addon-a11y": "^8.4.4",
"@storybook/addon-designs": "^8.0.4",
"@storybook/addon-docs": "^8.4.6",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/manager-api": "^8.4.6",
"@storybook/test": "^8.4.7",
"@storybook/test-runner": "^0.20.1",
"@storybook/theming": "^8.4.7",
"@storybook/web-components": "^8.4.7",
"@storybook/web-components-vite": "^8.4.7",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@web/dev-server": "^0.4.6",
"@web/test-runner": "^0.19.0",
"@web/test-runner-commands": "^0.9.0",
"@web/test-runner-playwright": "^0.11.0",
"axe-playwright": "^2.0.3",
"cem-plugin-better-lit-types": "^0.2.1",
"cem-plugin-custom-jsdoc-tags": "^1.1.2",
"custom-element-jsx-integration": "^1.6.0",
"del": "^8.0.0",
"esbuild": "0.25.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-unix": "^8.40.0",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-lit-a11y": "^4.1.4",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-tsdoc": "^0.4.0",
"eslint-plugin-wc": "^2.2.0",
"globals": "^15.13.0",
"lit-analyzer": "^2.0.3",
"npm-run-all": "^4.1.5",
"prettier": "3.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sinon": "^19.0.2",
"storybook": "^8.4.4",
"ts-lit-plugin": "^2.0.2",
"ts-morph": "^24.0.0",
"typedoc": "^0.27.4",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^6.0.2"
},
"dependencies": {
"@fontsource/ibm-plex-sans": "^5.1.0",
"@lit/localize": "^0.12.2",
"@storybook/test": "^8.4.4",
"@web/test-runner-junit-reporter": "^0.7.2",
"@zebra-fed/zeta-icons": "^0.9.6",
"lit": "^3.2.1"
},
"overrides": {
"@storybook/blocks": {
"react": "$react",
"react-dom": "$react-dom"
},
"@storybook/addon-designs": {
"react": "$react",
"react-dom": "$react-dom"
}
},
"resolutions": {
"react-router-dom": "^6.3.0",
"react-router": "^6.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"
]
}
}