-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy pathpackage.json
More file actions
142 lines (142 loc) · 5.51 KB
/
package.json
File metadata and controls
142 lines (142 loc) · 5.51 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
{
"name": "calcite-design-system",
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"postinstall": "patch-package",
"build": "turbo run build --log-order=stream",
"clean": "turbo run clean --log-order=stream && git clean -fd && rimraf node_modules .turbo",
"lint": "concurrently \"npm:lint:*\" \"turbo run lint --log-order=stream\"",
"lint:md": "prettier --ignore-path \"../../.prettierignore\" --write \"*.md\" >/dev/null && markdownlint-cli2 --fix \"*.md\"",
"lint:yml": "prettier --ignore-path \"../../.prettierignore\" --write \".github/**/*.yml\" >/dev/null",
"lint:js": "eslint -c .github/scripts/eslint.config.cjs --fix .github/scripts/ && prettier --write \".github/**/*.{c,m,}js\" >/dev/null",
"lint:json": "prettier --ignore-path \"../../.prettierignore\" --write \"{.vscode,}/*.json\" >/dev/null",
"version:latest": "./support/release.sh version",
"publish:latest": "./support/release.sh publish",
"version:next": "./support/release.sh version next",
"publish:next": "./support/release.sh publish next",
"version:rc": "./support/release.sh version rc",
"publish:rc": "./support/release.sh publish rc",
"version:hotfix": "./support/release.sh version hotfix",
"publish:hotfix": "./support/release.sh publish hotfix",
"prepare": "concurrently --raw \"husky\" \"node ./support/check-mise.mts\"",
"start": "turbo run start --log-order=stream",
"start:components": "turbo run start --log-order=stream --filter=@esri/calcite-components",
"test": "turbo run test --log-order=stream",
"test:ci": "turbo run test:ci --log-order=stream",
"util:is-next-deployable": "node support/isNextDeployable.mts",
"util:push-tags": "git push origin HEAD --follow-tags",
"util:upload-release-assets": "node support/uploadReleaseAssets.mts",
"util:update-stylelint-custom-sass-functions": "node support/updateStylelintCustomSassFunctions.mts",
"util:remove-prerelease-changelog-entries": "node support/removePrereleaseChangelogEntries.mts",
"util:sync-linked-package-versions": "node support/syncLinkedPackageVersions.mts",
"util:update-3rd-party-notices": "turbo run util:update-3rd-party-notices --log-order=stream"
},
"devDependencies": {
"@arcgis/eslint-config": ">=5.1.0-next.96 <6.0.0",
"@cspell/dict-gis": "1.0.3",
"@cspell/dict-pokemon": "1.0.3",
"@cspell/dict-scientific-terms-us": "3.1.0",
"@cspell/eslint-plugin": "10.0.0",
"@eslint-react/eslint-plugin": "5.7.5",
"@eslint-react/kit": "5.7.3",
"@eslint/js": "9.39.4",
"@esri/calcite-typescript-config": "0.0.1-next.0",
"@inquirer/prompts": "8.4.2",
"@morev/stylelint-testing-library": "1.0.2",
"@octokit/webhooks-types": "7.6.1",
"@prettier/sync": "0.6.1",
"@storybook/addon-a11y": "10.3.6",
"@storybook/addon-docs": "10.3.6",
"@storybook/addon-themes": "10.3.6",
"@storybook/builder-vite": "10.3.6",
"@storybook/html": "10.3.6",
"@storybook/web-components-vite": "10.3.6",
"@stylistic/eslint-plugin": "5.10.0",
"@tokens-studio/sd-transforms": "2.0.3",
"@types/dedent": "0.7.2",
"@types/eslint": "9.6.1",
"@types/estree": "1.0.8",
"@types/github-script": "github:actions/github-script",
"@types/jest-axe": "3.5.9",
"@types/node": "24.10.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/semver": "7.7.1",
"@types/shell-quote": "1.7.5",
"@typescript-eslint/rule-tester": "8.59.1",
"@typescript-eslint/utils": "8.59.1",
"@vitest/browser-playwright": "4.1.5",
"@vitest/coverage-v8": "4.1.5",
"@vitest/eslint-plugin": "1.6.16",
"@whitespace/storybook-addon-html": "9.0.0",
"autoprefixer": "10.5.0",
"axe-core": "4.11.4",
"chalk": "5.6.2",
"change-case": "5.4.4",
"chromatic": "16.6.3",
"concurrently": "9.2.1",
"conventional-changelog-conventionalcommits": "9.3.1",
"cpy": "12.1.0",
"cpy-cli": "6.0.0",
"dedent": "1.7.2",
"es-toolkit": "^1.39.8",
"eslint": "10.3.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jsdoc": "62.9.0",
"eslint-plugin-perfectionist": "5.9.0",
"eslint-plugin-storybook": "10.3.6",
"eslint-plugin-unicorn": "61.0.2",
"eslint-plugin-unused-imports": "4.4.1",
"generate-license-file": "4.1.1",
"gh-pages": "6.3.0",
"globals": "17.6.0",
"globby": "16.2.0",
"happy-dom": "20.9.0",
"husky": "9.1.7",
"jest-axe": "10.0.0",
"lerna": "9.0.7",
"lint-staged": "16.4.0",
"markdownlint-cli2": "0.22.1",
"postcss": "8.5.13",
"prettier": "3.8.3",
"puppeteer": "23.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.1.3",
"semver": "7.7.4",
"shell-quote": "1.8.3",
"storybook": "10.3.6",
"storybook-addon-rtl": "3.0.1",
"style-dictionary": "5.4.0",
"stylelint": "16.26.1",
"stylelint-config-recommended-scss": "15.0.1",
"stylelint-use-logical-spec": "5.0.1",
"tailwindcss": "3.4.19",
"turbo": "2.9.10",
"type-fest": "5.6.0",
"typescript": "6.0.3",
"typescript-eslint": "8.59.1",
"typescript-strict-plugin": "2.4.4",
"vite": "7.3.2",
"vite-plugin-dts": "4.5.4",
"vitest-browser-commands": "0.2.0",
"yargs": "18.0.0"
},
"license": "SEE LICENSE.md",
"packageManager": "npm@10.9.2",
"engines": {
"node": "24.11.0"
},
"dependencies": {
"patch-package": "8.0.1"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "21.6.11",
"@nx/nx-linux-x64-gnu": "21.6.11",
"@nx/nx-win32-x64-msvc": "21.6.11"
}
}