forked from chakra-ui/chakra-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 4.91 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
{
"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": "jest",
"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:fast",
"clean:storybook": "rm -rf node_modules/.cache/storybook",
"storybook": "pnpm build:addon && start-storybook -p 6006",
"build:storybook": "pnpm build:addon && build-storybook && sb extract",
"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.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.7",
"@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.1",
"@changesets/get-release-plan": "3.0.16",
"@changesets/types": "5.2.1",
"@commitlint/cli": "14.1.0",
"@commitlint/config-conventional": "14.1.0",
"@octokit/rest": "^19.0.4",
"@storybook/addon-a11y": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-storysource": "^6.5.15",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/cli": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/theming": "^6.5.15",
"@swc-node/jest": "^1.5.2",
"@swc/core": "^1.2.177",
"@testing-library/jest-dom": "^5.16.4",
"@types/edit-json-file": "^1.6.1",
"@types/fs-extra": "11.0.1",
"@types/jest": "^29.5.1",
"@types/mkdirp": "1.0.2",
"@types/node": "^18.0.0",
"@types/react": "^18.0.30",
"@types/react-dom": "^18.0.11",
"@types/testing-library__jest-dom": "5.14.5",
"@typescript-eslint/eslint-plugin": "5.30.3",
"@typescript-eslint/parser": "5.30.3",
"dotenv": "16.0.3",
"edit-json-file": "1.7.0",
"eslint": "8.19.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-react": "1.1.7",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "5.5.1",
"fs-extra": "11.1.1",
"find-packages": "9.0.13",
"find-up": "^6.3.0",
"husky": "^7.0.4",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"jest-watch-typeahead": "1.1.0",
"lint-staged": "11.2.6",
"npm-run-all": "^4.1.5",
"node-fetch": "3.3.1",
"ora": "6.1.2",
"outdent": "^0.8.0",
"plop": "3.1.2",
"prettier": "^2.7.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "3.0.2",
"tsup": "^6.5.0",
"tsx": "^3.8.1",
"turbo": "1.3.4",
"typescript": "^5.0.2",
"unbuild": "0.7.4"
},
"pnpm": {
"overrides": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
},
"engines": {
"node": ">=16.x"
}
}