forked from Esri/calcite-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 4.34 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
{
"name": "calcite-design-system",
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo run build --log-order=stream",
"clean": "turbo run clean --log-order=stream && rimraf node_modules",
"lint": "turbo run lint --log-order=stream",
"publish:next": "lerna publish from-package --dist-tag next --yes",
"publish:latest": "lerna publish from-package --yes",
"version:next": "lerna version --conventional-prerelease --preid next --no-git-tag-version --no-push --yes && npm run util:sync-linked-package-versions",
"version:latest": "lerna version --conventional-commits --create-release github --no-git-tag-version --no-push --yes && npm run util:sync-linked-package-versions",
"prepare": "husky install",
"preversion": "npm run util:is-in-sync-with-origin && npm run util:is-working-tree-clean",
"start": "turbo run start --log-order=stream",
"test": "turbo run test --log-order=stream",
"util:is-in-sync-with-origin": "[ \"$(git rev-parse --abbrev-ref HEAD)\" = \"main\" ] && [ \"$(git rev-parse main)\" = \"$(git rev-parse origin/main)\" ]",
"util:is-next-deployable": "ts-node --esm support/isNextDeployable.ts",
"util:is-working-tree-clean": "[ -z \"$(git status --porcelain=v1)\" ]",
"util:push-tags": "git push origin main --follow-tags",
"util:remove-next-changelog-entries": "ts-node --esm support/removeNextChangelogEntries.ts",
"util:sync-linked-package-versions": "ts-node --esm support/syncLinkedPackageVersions.ts"
},
"devDependencies": {
"@babel/preset-react": "7.22.15",
"@cspell/eslint-plugin": "7.3.8",
"@esri/calcite-base": "1.2.0",
"@esri/calcite-colors": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.5",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-docs": "6.5.16",
"@storybook/addon-interactions": "6.5.16",
"@storybook/addon-knobs": "6.4.0",
"@storybook/html": "6.5.16",
"@storybook/storybook-deployer": "2.8.16",
"@storybook/testing-library": "0.2.2",
"@tokens-studio/sd-transforms": "0.8.2",
"@types/dedent": "0.7.0",
"@types/eslint": "8.40.2",
"@types/estree": "1.0.2",
"@types/jest-axe": "3.5.6",
"@types/jest": "27.0.3",
"@types/lodash-es": "4.17.9",
"@types/node": "^18.0.0",
"@types/react-dom": "^16.0.9",
"@types/react": "^16.7.6",
"@types/semver": "7.5.3",
"@types/shell-quote": "1.7.2",
"@types/sortablejs": "1.15.3",
"@types/yargs": "17.0.24",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.48.2",
"@whitespace/storybook-addon-html": "5.0.0",
"autoprefixer": "10.4.16",
"axe-core": "4.7.2",
"babel-loader": "8.3.0",
"change-case": "4.1.2",
"cheerio": "1.0.0-rc.10",
"chokidar": "3.5.3",
"chromatic": "6.19.9",
"concurrently": "7.6.0",
"conventional-changelog-conventionalcommits": "5.0.0",
"cpy-cli": "5.0.0",
"cpy": "10.0.0",
"dedent": "0.7.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-jsdoc": "46.4.6",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-unicorn": "46.0.1",
"eslint": "8.44.0",
"husky": "8.0.3",
"jest-axe": "7.0.1",
"jest-cli": "27.4.5",
"jest": "27.4.5",
"json-to-ts": "1.7.0",
"lerna": "7.1.5",
"lint-staged": "13.2.3",
"markdownlint-cli": "0.34.0",
"postcss": "8.4.31",
"prettier": "2.8.8",
"puppeteer": "10.0.0",
"quicktype-core": "23.0.76",
"react-dom": "^16.13.1",
"react": "^16.13.1",
"rimraf": "5.0.5",
"rollup": "3.26.0",
"semver": "7.5.4",
"shell-quote": "1.8.1",
"stencil-eslint-core": "0.3.1",
"storybook-addon-themes": "6.1.0",
"storybook-rtl-addon": "0.3.3",
"storybook": "6.5.16",
"style-dictionary": "3.7.1",
"stylelint-config-recommended-scss": "12.0.0",
"stylelint-use-logical-spec": "5.0.0",
"stylelint": "15.10.3",
"tailwindcss": "3.3.3",
"ts-jest": "27.1.5",
"ts-node": "10.9.1",
"turbo": "1.10.15",
"type-fest": "3.11.1",
"typescript": "4.9.5",
"updtr": "4.0.0",
"workbox-build": "7.0.0"
},
"license": "SEE LICENSE.md",
"packageManager": "[email protected]",
"volta": {
"node": "18.18.0",
"npm": "10.1.0"
}
}