forked from chakra-ui/chakra-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 5 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
{
"name": "chakra-ui",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/chakra-ui/chakra-ui.git"
},
"author": "Segun Adebayo <[email protected]>",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"clean:emotion-types": "rimraf node_modules/@emotion/core/types",
"postinstall": "pnpm clean:emotion-types",
"build:tokens": "chakra-cli tokens packages/components/theme/src/index.ts --out packages/core/styled-system/dist/theming.types.d.ts",
"build": "turbo run build --filter=!./examples/* --filter=!*props-docs",
"build:fast": "turbo run build:fast --filter=!./examples/* --filter=!*props-docs",
"build:prop-docs": "pnpm typedocs && pnpm --filter=*props-docs build",
"typedocs": "pnpm --filter=./packages/components/** typedocs",
"postbuild": "pnpm build:tokens",
"dev": "turbo run dev --filter=!./examples/*",
"typecheck": "tsc --noEmit",
"build:theme": "cd packages/components/theme && pnpm build:fast",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"lint": "eslint packages/**/**/src --ext .ts,.tsx --config .eslintrc --cache",
"format:check": "prettier --check packages/**/**/src --cache",
"format:write": "prettier --write packages/**/**/src --cache",
"build:addon": "cd tooling/storybook-addon && pnpm build",
"clean:storybook": "rm -rf node_modules/.cache/storybook",
"storybook": "pnpm build:addon && storybook dev -p 6006",
"build:storybook": "pnpm build:addon && storybook build",
"serve:storybook": "pnpx serve storybook-static",
"clean": "pnpm -r --parallel exec rimraf dist .turbo *.log",
"changelog": "tsx scripts/changelog.ts",
"changelog:latest": "tsx scripts/changelog.ts --latest",
"changelog:commit": "git add . && git commit -am 'docs: add changelog' && git push",
"changelog:format": "prettier --write .changelog",
"slack": "tsx scripts/slack.ts",
"csb": "tsx scripts/csb.ts",
"create:pkg": "plop component",
"version": "changeset version",
"release": "changeset publish",
"version:dev": "changeset version --snapshot dev",
"release:dev": "changeset publish --tag dev",
"sandbox": "tsx scripts/sandbox.ts",
"notify:release": "npm-run-all changelog:write slack changelog:commit"
},
"version": "2.0.0",
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/runtime": "^7.22.10",
"@chakra-ui/cli": "workspace:*",
"@chakra-ui/storybook-addon": "workspace:*",
"@chakra-ui/test-utils": "workspace:*",
"@chakra-ui/theme": "workspace:*",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@changesets/get-release-plan": "3.0.17",
"@changesets/types": "5.2.1",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@octokit/rest": "^20.0.1",
"@storybook/addon-a11y": "^7.3.2",
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-storysource": "^7.3.2",
"@storybook/addons": "^7.3.2",
"@storybook/cli": "^7.3.2",
"@storybook/react": "^7.3.2",
"@storybook/react-vite": "^7.3.2",
"@storybook/theming": "^7.3.2",
"@swc/core": "^1.3.78",
"@swc/jest": "^0.2.29",
"@testing-library/jest-dom": "^6.0.1",
"@types/edit-json-file": "^1.7.0",
"@types/fs-extra": "11.0.1",
"@types/jest": "^29.5.3",
"@types/mkdirp": "1.0.2",
"@types/node": "^20.5.2",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/testing-library__jest-dom": "5.14.9",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"dotenv": "16.3.1",
"edit-json-file": "1.7.0",
"eslint": "8.51.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-react": "1.1.7",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "6.1.0",
"find-packages": "10.0.4",
"find-up": "^6.3.0",
"fs-extra": "11.1.1",
"husky": "^8.0.3",
"jest": "^29.6.3",
"jest-environment-jsdom": "^29.6.3",
"jest-watch-typeahead": "2.2.2",
"lint-staged": "14.0.1",
"node-fetch": "3.3.2",
"npm-run-all": "^4.1.5",
"ora": "7.0.1",
"outdent": "^0.8.0",
"plop": "3.1.2",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "5.0.1",
"storybook": "^7.3.2",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
"turbo": "1.10.12",
"typescript": "^5.1.6",
"unbuild": "1.2.1",
"vite": "^4.4.9"
},
"pnpm": {
"overrides": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
},
"engines": {
"node": ">=16.x"
},
"devDependencies": {
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5"
}
}