forked from yamada-ui/yamada-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 5.14 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 5.14 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
126
127
128
129
130
{
"name": "yamada-ui",
"type": "module",
"version": "2.0.0",
"private": true,
"engines": {
"node": ">=24.14"
},
"packageManager": "pnpm@9.15.0",
"license": "MIT",
"author": "Hirotomo Yamada <hirotomo.yamada@avap.co.jp>",
"repository": {
"type": "git",
"url": "https://github.com/yamada-ui/yamada-ui"
},
"scripts": {
"prepare": "lefthook install",
"clean": "pnpm -r --parallel exec rimraf *.log dist .turbo .next .velite .eslintcache coverage trace storybook-static node_modules",
"clean:all": "pnpm clean && pnpm rimraf .turbo *.log node_modules",
"cli": "pnpm -C packages/cli",
"react": "pnpm -C packages/react",
"utils": "pnpm -C packages/utils",
"workspace": "pnpm -C packages/workspace",
"www": "pnpm -C www",
"next:pages": "pnpm -C playgrounds/next/pages",
"next:app": "pnpm -C playgrounds/next/app",
"react-router:framework": "pnpm -C playgrounds/react-router/framework",
"vite": "pnpm -C playgrounds/vite",
"tanstack:start": "pnpm -C playgrounds/tanstack/start",
"prebuild": "pnpm gen:tokens",
"build": "turbo run build --filter=./packages/**",
"lint": "turbo run lint --filter=./packages/**",
"lint:scripts": "eslint scripts --max-warnings=0 --cache",
"lint:playgrounds": "turbo run lint --filter=./playgrounds/**",
"format": "turbo run format --filter=./packages/**",
"format:scripts": "prettier scripts --ignore-path .prettierignore --check --cache",
"format:playgrounds": "turbo run format --filter=./playgrounds/**",
"typecheck": "turbo run typecheck --filter=./packages/**",
"typecheck:scripts": "tsc --noEmit",
"typecheck:playgrounds": "turbo run typecheck --filter=./playgrounds/**",
"test": "turbo run test --filter=./packages/**",
"test:coverage": "turbo run test:coverage --filter=./packages/**",
"test:chromium": "turbo run test:chromium --filter=./packages/react",
"test:firefox": "turbo run test:firefox --filter=./packages/react",
"test:webkit": "turbo run test:webkit --filter=./packages/react",
"spellcheck": "cspell \"**/*.{js,jsx,mjs,ts,tsx,mts,md,mdx}\" --quiet",
"quality": "pnpm format && pnpm lint && pnpm typecheck && pnpm test",
"quality:scripts": "pnpm format:scripts && pnpm lint:scripts && pnpm typecheck:scripts",
"quality:playgrounds": "pnpm format:playgrounds && pnpm lint:playgrounds && pnpm typecheck:playgrounds",
"gen:styles": "tsx scripts/generate/styles",
"gen:tokens": "pnpm cli dev tokens packages/react/src/theme/index.ts --internal -fl -o packages/react/src/core/generated-theme-tokens.types.ts",
"gen:icons": "tsx scripts/generate/icons",
"gen:props": "tsx scripts/generate/props",
"gen:registries": "tsx scripts/generate/registries",
"issue:create": "tsx scripts/issue/create",
"issue:coverage": "tsx scripts/issue/coverage",
"issue:a11y": "tsx scripts/issue/a11y",
"changelog": "tsx scripts/changelog",
"release": "changeset publish",
"release:dev": "changeset version --snapshot dev && changeset publish --tag dev",
"release:next": "changeset version --snapshot next && changeset publish --tag next",
"notification:release": "tsx scripts/notification/release"
},
"dependencies": {
"@babel/parser": "^7.29.0",
"@babel/traverse": "^7.29.0",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@changesets/get-release-plan": "^4.0.15",
"@changesets/types": "^6.1.0",
"@commitlint/cli": "^20.4.3",
"@commitlint/config-conventional": "^20.4.3",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mdn/browser-compat-data": "7.3.5",
"@storybook/addon-a11y": "^10.2.15",
"@storybook/addon-docs": "^10.2.15",
"@storybook/cli": "^10.2.15",
"@storybook/react-vite": "^10.2.15",
"@storybook/test-runner": "^0.24.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/babel__traverse": "^7.28.0",
"@types/jsdom": "^28.0.0",
"@types/node": "^25.3.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript/analyze-trace": "^0.10.1",
"@vitejs/plugin-react-swc": "^4.2.3",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@yamada-ui/react": "workspace:*",
"@yamada-ui/utils": "workspace:*",
"@yamada-ui/workspace": "workspace:*",
"axe-playwright": "^2.2.2",
"commander": "^14.0.3",
"csstype": "^3.2.3",
"dayjs": "^1.11.19",
"execa": "9.6.1",
"find-packages": "^10.0.4",
"glob": "^13.0.6",
"jiti": "^2.6.1",
"jsdom": "^28.1.0",
"lefthook": "^2.1.2",
"node-fetch": "^3.3.2",
"ora": "^9.3.0",
"picocolors": "^1.1.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rimraf": "^6.1.3",
"storybook": "^10.2.15",
"strip-ansi": "^7.2.0",
"tsdown": "^0.18.4",
"tsx": "^4.21.0",
"turbo": "^2.8.13",
"typescript": "^5.9.3",
"vitest": "^4.0.18",
"vitest-axe": "^0.1.0",
"vitest-matchmedia-mock": "^1.0.6",
"wait-on": "^9.0.4",
"web-features": "3.19.0"
},
"pnpm": {
"overrides": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}
}