forked from chakra-ui/chakra-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.3 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.3 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
{
"name": "chakra-ui",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/chakra-ui/chakra-ui.git"
},
"author": "Segun Adebayo <sage@adebayosegun.com>",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"local:sync": "tsx scripts/symlink.ts",
"local:revert": "tsx scripts/symlink.ts --revert",
"build:tokens": "chakra typegen packages/react/src/preset.ts",
"build:tokens-dev": "cross-env LOCAL=1 chakra typegen packages/react/src/preset.ts",
"build:prop-docs": "pnpm typedocs && pnpm --filter=*props-docs build",
"build": "pnpm --filter=./packages/* build",
"build:fast": "pnpm --filter=./packages/* build:fast",
"dev": "pnpm --recursive --parallel --filter=./packages/* dev",
"postbuild": "pnpm build:tokens",
"typedocs": "pnpm react typedocs",
"typecheck": "tsc --noEmit",
"test": "vitest",
"react": "pnpm --filter=@chakra-ui/react",
"www": "pnpm --filter=./apps/www",
"lint": "eslint packages --ext .ts,.tsx --cache",
"format:check": "prettier --check packages --cache",
"format:write": "prettier --write packages --cache",
"clean:storybook": "rm -rf node_modules/.cache/storybook",
"storybook": "storybook dev -p 6006",
"build:storybook": "pnpm build:fast && storybook build",
"serve:storybook": "pnpx serve storybook-static",
"clean": "pnpm -r --parallel exec rimraf dist *.log",
"slack": "tsx scripts/slack.ts",
"next:enter": "changeset pre enter next",
"next:exit": "changeset pre exit next",
"version": "changeset version",
"release": "changeset publish",
"version:dev": "changeset version --snapshot dev",
"release:dev": "changeset publish --tag dev"
},
"version": "2.0.0",
"dependencies": {
"@babel/core": "7.27.1",
"@babel/eslint-parser": "7.27.1",
"@chakra-ui/cli": "workspace:*",
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.29.2",
"@changesets/get-release-plan": "4.0.10",
"@changesets/types": "6.1.0",
"@commitlint/cli": "19.8.0",
"@commitlint/config-conventional": "19.8.0",
"@eslint/compat": "^1.2.8",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.25.1",
"@octokit/rest": "^21.1.1",
"@rollup/plugin-alias": "5.1.1",
"@rollup/plugin-node-resolve": "16.0.1",
"@rollup/plugin-replace": "6.0.2",
"@storybook/addon-a11y": "8.6.12",
"@storybook/addon-essentials": "8.6.12",
"@storybook/addon-themes": "8.6.12",
"@storybook/cli": "8.6.12",
"@storybook/manager-api": "8.6.12",
"@storybook/react": "8.6.12",
"@storybook/react-vite": "8.6.12",
"@storybook/theming": "8.6.12",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"@types/fs-extra": "11.0.4",
"@types/mkdirp": "2.0.0",
"@types/node": "22.15.3",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.3",
"@types/testing-library__jest-dom": "6.0.0",
"@typescript-eslint/eslint-plugin": "8.31.1",
"@typescript-eslint/parser": "8.31.1",
"consola": "^3.4.2",
"cross-env": "7.0.3",
"dotenv": "16.5.0",
"eslint": "9.25.1",
"eslint-config-prettier": "10.1.2",
"eslint-config-react": "1.1.7",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.6",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-testing-library": "7.1.1",
"execa": "9.5.2",
"fast-glob": "3.3.3",
"find-packages": "10.0.4",
"find-up": "7.0.0",
"fs-extra": "11.3.0",
"globals": "^16.0.0",
"husky": "9.1.7",
"jsdom": "26.1.0",
"lint-staged": "15.5.1",
"node-fetch": "3.3.2",
"npm-run-all": "4.1.5",
"outdent": "0.8.0",
"prettier": "3.5.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"rimraf": "6.0.1",
"rollup": "4.40.1",
"rollup-plugin-esbuild": "6.2.1",
"rollup-plugin-preserve-directives": "0.4.0",
"storybook": "8.6.12",
"tsup": "8.4.0",
"tsx": "4.19.4",
"typescript": "5.8.3",
"vite": "6.3.4",
"vitest": "3.1.2",
"vitest-axe": "0.1.0",
"vitest-matchmedia-mock": "2.0.3"
},
"packageManager": "pnpm@10.10.0",
"engines": {
"node": ">=20.x"
}
}