-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
145 lines (145 loc) · 4.83 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
{
"name": "ui-kit",
"private": true,
"scripts": {
"postinstall": "husky install && patch-package && npx playwright install",
"reset:install": "git checkout origin/master package-lock.json && npm i",
"clean:install": "git clean -xfd && npm run reset:install",
"dev:atomic": "concurrently \"npm run -w @coveo/headless dev\" \"npm run -w @coveo/atomic start\"",
"build": "nx run-many --target=build",
"test": "nx run-many --target=test",
"e2e": "nx run-many --target=e2e",
"lint:check": "eslint . && cspell **/*.md --no-progress --show-suggestions --show-context && prettier --check '**/*.{css,pcss,html,md,yml,ts,tsx,js,mjs,json}'",
"lint:fix": "eslint --fix . && prettier --write '**/*.{css,pcss,html,md,yml,ts,tsx,js,mjs,json}'",
"package-compatibility": "node ./scripts/ci/package-compatibility.mjs",
"pr:report": "node ./scripts/reports/pr-report.mjs",
"report:bundle-size:time-series": "node ./scripts/reports/bundle-size/time-series.mjs",
"commit": "git-cz",
"pre-commit": "lint-staged",
"promote:npm:latest": "nx run-many --target=promote:npm:latest",
"notify:docs": "node ./scripts/notify-docs/published-ui-kit.mjs",
"release": "npm run nx:graph && npm run release:phase0 && npm run release:phase1 && npm run release:phase2 && npm run release:phase3",
"nx:graph": "nx graph --file=topology.json",
"release:phase0": "npm run-script -w=@coveo/release git-lock",
"release:phase1": "nx run-many --targets=release:phase1 --all --parallel=false --output-style=stream",
"release:phase2": "npm run-script -w=@coveo/release reify",
"release:phase3": "npm run-script -w=@coveo/release git-publish-all",
"release:phase4": "nx run-many --targets=release:phase4 --all"
},
"devDependencies": {
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/lint": "19.2.2",
"@commitlint/load": "19.2.0",
"@coveo/release": "1.0.0",
"@cspell/dict-fr-fr": "2.2.2",
"@cspell/eslint-plugin": "8.12.1",
"@nx/js": "19.5.3",
"@nx/storybook": "19.5.3",
"@nx/vite": "19.5.3",
"@nx/web": "19.5.3",
"@octokit/rest": "20.1.1",
"@rollup/plugin-typescript": "11.1.6",
"@storybook/addon-essentials": "8.1.11",
"@storybook/addon-interactions": "8.1.11",
"@storybook/core-server": "8.1.11",
"@storybook/jest": "^0.2.3",
"@storybook/test-runner": "0.19.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/web-components-vite": "8.1.11",
"@swc-node/register": "~1.10.0",
"@swc/core": "~1.7.0",
"@swc/helpers": "~0.5.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@tsconfig/node20": "20.1.4",
"@types/execa": "^2.0.0",
"@types/jest": "29.5.12",
"@types/node": "20.14.12",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@whitespace/storybook-addon-html": "6.1.1",
"aws-sdk": "2.1664.0",
"commitizen": "4.3.0",
"concurrently": "8.2.2",
"cross-fetch": "4.0.0",
"cspell": "8.12.1",
"cz-conventional-changelog": "3.3.0",
"detect-indent": "7.0.1",
"esbuild": "0.23.1",
"esbuild-plugin-alias": "0.2.1",
"esbuild-plugin-umd-wrapper": "2.0.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-package-lock": "1.0.0",
"execa": "^8.0.0",
"exponential-backoff": "^3.1.0",
"glob": "^10.2.6",
"gts": "5.3.1",
"husky": "9.1.2",
"lint-staged": "15.2.7",
"lit": "^2.6.1",
"nx": "19.0.4",
"patch-package": "8.0.0",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"publint": "0.2.11",
"react-syntax-highlighter": "15.5.0",
"rimraf": "5.0.9",
"semver": "7.6.3",
"ts-node": "10.9.2",
"tslib": "^2.3.0",
"typescript": "5.4.5",
"vite": "~5.3.0"
},
"overrides": {
"@coveo/release": {
"@types/async-retry": {
"@types/retry": "0.12.5"
}
}
},
"workspaces": [
"packages/bueno",
"packages/auth",
"packages/headless",
"packages/atomic",
"packages/quantic",
"packages/headless-react",
"packages/ssr",
"packages/atomic-hosted-page",
"packages/atomic-react",
"packages/atomic-angular",
"packages/atomic-angular/projects/*",
"packages/samples/*",
"packages/samples/headless-ssr/*",
"utils/*"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog",
"defaultScope": [
"auth",
"bueno",
"headless",
"atomic",
"quantic"
]
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"engines": {
"node": "^20.9.0 || ^22.11.0",
"npm": ">=8.6.0"
},
"dependencies": {
"upgrade": "1.1.0"
},
"version": "0.0.0",
"packageManager": "[email protected]"
}