-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
168 lines (168 loc) · 5.7 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"name": "@coveo/atomic",
"type": "module",
"version": "3.12.1",
"description": "A web-component library for building modern UIs interfacing with the Coveo platform",
"homepage": "https://docs.coveo.com/en/atomic/latest/",
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/ui-kit.git",
"directory": "packages/atomic"
},
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
"exports": {
"./loader": {
"types": "./dist/atomic/loader/index.d.ts",
"import": "./dist/atomic/loader/index.js",
"require": "./dist/atomic/loader/index.cjs.js"
},
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs.js"
},
"./themes/*": {
"import": "./dist/atomic/themes/*",
"require": "./dist/atomic/themes/*"
},
"./assets/*": {
"import": "./dist/atomic/assets/*",
"require": "./dist/atomic/assets/*"
},
"./lang/*": {
"import": "./dist/atomic/lang/*",
"require": "./dist/atomic/lang/*"
}
},
"files": [
"dist/",
"docs/",
"licenses/"
],
"scripts": {
"clean": "rimraf -rf dist/* dist-storybook/* www/* docs/* playwright-report/*",
"build": "nx build",
"build:locales": "npx nx build:locales atomic",
"start": "nx dev atomic",
"prod": "npx serve www -l 3333 --no-request-logging",
"test": "npm run build:locales && stencil test --spec",
"test:watch": "stencil test --spec --watchAll",
"e2e": "cypress run --browser chrome",
"e2e:firefox": "cypress run --browser firefox",
"e2e:watch": "cypress open --browser chrome --e2e",
"e2e:hsp": "cypress run --config-file cypress-hsp.config.mjs --browser chrome",
"e2e:hsp:firefox": "cypress run --config-file cypress-hsp.config.mjs --browser firefox",
"e2e:hsp:watch": "cypress open --config-file cypress-hsp.config.mjs",
"e2e:snapshots": "cypress run --config-file cypress-screenshots.config.mjs --browser chrome",
"e2e:snapshots:watch": "cypress open --config-file cypress-screenshots.config.mjs --browser chrome",
"e2e:insight": "cypress run --config-file cypress-insight-panel.config.mjs --browser chrome",
"e2e:insight:watch": "cypress open --config-file cypress-insight-panel.config.mjs --browser chrome",
"publish:npm": "npm run-script -w=@coveo/release npm-publish",
"publish:bump": "npm run-script -w=@coveo/release bump",
"promote:npm:latest": "npm run-script -w=@coveo/release promote-npm-prod",
"validate:definitions": "tsc --noEmit --esModuleInterop --skipLibCheck ./dist/types/components.d.ts"
},
"dependencies": {
"@coveo/bueno": "1.0.7",
"@coveo/headless": "3.12.0",
"@popperjs/core": "^2.11.6",
"@salesforce-ux/design-system": "^2.16.1",
"@stencil/store": "2.0.16",
"dayjs": "1.11.13",
"dompurify": "3.2.3",
"escape-html": "1.0.3",
"focus-visible": "5.2.1",
"i18next": "24.2.0",
"i18next-http-backend": "3.0.1",
"marked": "12.0.2",
"stencil-inline-svg": "1.1.0",
"ts-debounce": "^4.0.0"
},
"devDependencies": {
"@axe-core/playwright": "4.10.1",
"@babel/core": "7.26.0",
"@coveo/atomic-storybook-utils": "file:./storybookUtils",
"@coveo/release": "1.0.0",
"@custom-elements-manifest/analyzer": "0.10.4",
"@nx/js": "20.3.0",
"@nx/storybook": "20.3.0",
"@nx/vite": "20.3.0",
"@nx/web": "20.3.0",
"@playwright/test": "1.49.1",
"@rollup/plugin-alias": "5.1.1",
"@rollup/plugin-replace": "6.0.2",
"@stencil-community/postcss": "2.2.0",
"@stencil/angular-output-target": "0.8.4",
"@stencil/core": "4.20.0",
"@stencil/react-output-target": "0.5.3",
"@storybook/addon-a11y": "8.1.11",
"@storybook/addon-essentials": "8.1.11",
"@storybook/addon-interactions": "8.1.11",
"@storybook/core-events": "8.1.11",
"@storybook/core-server": "8.1.11",
"@storybook/jest": "^0.2.3",
"@storybook/manager-api": "8.1.11",
"@storybook/router": "8.1.11",
"@storybook/test": "8.1.11",
"@storybook/test-runner": "0.19.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/web-components": "8.1.11",
"@storybook/web-components-vite": "8.1.11",
"@swc-node/register": "~1.10.0",
"@swc/core": "~1.10.0",
"@swc/helpers": "~0.5.2",
"@types/core-js": "2.5.8",
"@types/escape-html": "1.0.4",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.13",
"@types/node": "22.10.2",
"@types/postcss-import": "14.0.3",
"@types/puppeteer": "7.0.4",
"@whitespace/storybook-addon-html": "6.1.1",
"autoprefixer": "10.4.20",
"axe-core": "4.10.2",
"cypress": "13.17.0",
"cypress-axe": "1.5.0",
"cypress-repeat": "2.3.8",
"cypress-split": "1.5.0",
"html-loader-jest": "0.2.1",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-environment-node": "29.7.0",
"jest-localstorage-mock": "2.4.26",
"lit": "3.2.1",
"lit-html": "3.2.1",
"local-web-server": "5.4.0",
"lodash": "4.17.21",
"natural-orderby": "5.0.0",
"ncp": "2.0.0",
"postcss-focus-visible": "10.0.1",
"postcss-import": "16.1.0",
"postcss-map": "0.11.0",
"postcss-mixins": "11.0.3",
"postcss-nested": "7.0.2",
"puppeteer": "23.11.1",
"react": "18.3.1",
"rollup": "4.29.0",
"rollup-plugin-html": "0.2.1",
"shadow-dom-testing-library": "1.11.3",
"storybook": "8.1.2",
"tailwindcss": "3.4.17",
"ts-node": "10.9.2",
"tslib": "^2.3.0",
"typescript": "5.5.4",
"vite": "5.4.11",
"vite-plugin-cem": "0.8.1",
"wait-on": "8.0.1"
},
"peerDependencies": {
"@coveo/bueno": "1.0.7",
"@coveo/headless": "3.12.0"
},
"license": "Apache-2.0",
"engines": {
"node": "^20.9.0 || ^22.11.0"
}
}