-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
142 lines (142 loc) · 5.04 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
{
"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",
"lint": "concurrently \"npm:lint:*\" \"turbo run lint --log-order=stream\"",
"lint:md": "prettier --write \"**/*.md\" >/dev/null && markdownlint \"{,documentation}/*.md\" --fix --dot --ignore-path .gitignore",
"lint:yml": "prettier --write \".github/**/*.yml\" >/dev/null",
"lint:json": "prettier --write \"*.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": "husky",
"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",
"util:is-next-deployable": "tsx support/isNextDeployable.ts",
"util:push-tags": "git push origin HEAD --follow-tags",
"util:upload-release-assets": "tsx support/uploadReleaseAssets.ts",
"util:update-stylelint-custom-sass-functions": "tsx support/updateStylelintCustomSassFunctions.ts",
"util:remove-prerelease-changelog-entries": "tsx support/removePrereleaseChangelogEntries.ts",
"util:sync-linked-package-versions": "tsx support/syncLinkedPackageVersions.ts"
},
"devDependencies": {
"@cspell/eslint-plugin": "8.15.6",
"@esri/calcite-base": "1.2.0",
"@esri/calcite-colors": "6.1.0",
"@octokit/webhooks-types": "7.6.1",
"@prettier/sync": "0.5.2",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-typescript": "11.1.6",
"@storybook/addon-a11y": "8.2.9",
"@storybook/addon-controls": "8.2.9",
"@storybook/addon-docs": "8.2.9",
"@storybook/addon-interactions": "8.2.9",
"@storybook/addon-mdx-gfm": "8.2.9",
"@storybook/addon-themes": "8.2.9",
"@storybook/addon-webpack5-compiler-babel": "3.0.3",
"@storybook/blocks": "8.2.9",
"@storybook/html": "8.2.9",
"@storybook/html-webpack5": "8.2.9",
"@storybook/manager-api": "8.2.9",
"@storybook/preview-api": "8.2.9",
"@storybook/storybook-deployer": "2.8.16",
"@storybook/test": "8.2.9",
"@tokens-studio/sd-transforms": "0.12.2",
"@types/dedent": "0.7.2",
"@types/eslint": "8.56.12",
"@types/estree": "1.0.6",
"@types/github-script": "github:actions/github-script",
"@types/jest": "29.5.12",
"@types/jest-axe": "3.5.9",
"@types/jsdom": "21.1.7",
"@types/lodash-es": "4.17.12",
"@types/node": "^20.12.7",
"@types/react": "^16.7.6",
"@types/react-dom": "^16.0.9",
"@types/semver": "7.5.8",
"@types/shell-quote": "1.7.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@whitespace/storybook-addon-html": "6.1.1",
"autoprefixer": "10.4.20",
"axe-core": "4.10.1",
"babel-loader": "9.2.1",
"change-case": "4.1.2",
"cheerio": "1.0.0",
"chokidar": "4.0.1",
"chromatic": "11.12.6",
"concurrently": "8.2.2",
"conventional-changelog-conventionalcommits": "7.0.2",
"cpy": "11.1.0",
"cpy-cli": "5.0.0",
"dedent": "1.5.3",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-unicorn": "54.0.0",
"globby": "14.0.2",
"husky": "9.1.6",
"jest": "29.7.0",
"jest-axe": "9.0.0",
"jest-cli": "29.7.0",
"lerna": "8.1.8",
"lint-staged": "15.2.10",
"markdownlint-cli": "0.42.0",
"postcss": "8.4.47",
"prettier": "3.3.3",
"puppeteer": "21.5.0",
"quicktype-core": "23.0.170",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rimraf": "5.0.10",
"rollup": "4.24.0",
"semver": "7.6.3",
"shell-quote": "1.8.1",
"storybook": "8.2.9",
"storybook-addon-rtl": "1.0.1",
"style-dictionary": "3.9.2",
"stylelint": "15.11.0",
"stylelint-config-recommended-scss": "12.0.0",
"stylelint-use-logical-spec": "5.0.1",
"tailwindcss": "3.4.14",
"ts-jest": "29.1.2",
"tsx": "4.19.1",
"turbo": "1.13.4",
"typescript": "5.4.4",
"workbox-build": "7.1.1"
},
"license": "SEE LICENSE.md",
"overrides": {
"@jest/transform": "29.7.0"
},
"packageManager": "[email protected]",
"volta": {
"node": "20.16.0"
},
"dependencies": {
"patch-package": "8.0.0"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "19.8.6",
"@nx/nx-linux-x64-gnu": "18.3.5",
"@nx/nx-win32-x64-msvc": "19.8.6"
}
}