forked from chakra-ui/chakra-ui-vue-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
188 lines (188 loc) · 6.24 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"name": "chakra-ui-vue-next",
"version": "1.0.0",
"description": "Vue 3 compatible Chakra UI",
"main": "index.js",
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next",
"author": "Jonathan Bakebwa [email protected]",
"workspaces": [
"packages/*",
"tooling/*",
"website"
],
"scripts": {
"postinstall": "preconstruct dev",
"dev": "preconstruct dev",
"clean": "yarn workspaces run clean",
"prebuild": "yarn clean",
"build": "yarn preconstruct build",
"build:types": "ts-node scripts/generate-global-types.ts",
"postbuild": "yarn build:types && yarn size",
"start": "preconstruct watch",
"csb:install": "yarn && yarn bootstrap",
"bootstrap": "yarn run lerna bootstrap",
"scaffold": "hygen generator",
"release": "yarn changeset publish",
"preplaygound:dev": "node ./scripts/dev.js",
"playground:dev": "NODE_ENV=development vite serve playground --config ./vite.config.ts --open",
"preplaygound:build": "node ./scripts/dev.js",
"playground:build": "yarn install && yarn build && NODE_ENV=production vite build playground --config ./vite.config.ts",
"cy:open": "cypress open-ct",
"cy:run": "cypress run-ct --quiet",
"test:component": "yarn cy:run",
"test": "jest",
"test:unit": "cross-env NODE_ENV=test jest --config jest.config.js",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"docs:dev:legacy": "vitepress dev docs",
"docs:build:legacy": "vitepress build docs",
"docs:serve:legacy": "vitepress serve docs",
"predocs:dev": "node ./scripts/dev.js",
"docs:dev": "yarn pkg @chakra-ui/vue-docs dev",
"predocs:generate": "node ./scripts/dev.js",
"docs:generate": "yarn pkg @chakra-ui/vue-docs generate",
"docs:serve": "yarn pkg @chakra-ui/vue-docs serve",
"pkg": "manypkg run",
"pkgs:check": "manypkg check",
"pkgs:fix": "manypkg fix",
"size": "echo `TODO: Analyze build sizes`",
"analyze": "size-limit --why",
"vitest": "vitest",
"coverage": "vitest run --coverage"
},
"license": "MIT",
"private": true,
"dependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.12.7",
"@chakra-ui/anatomy": "^2.0.1",
"@chakra-ui/styled-system": "^2.2.2",
"@chakra-ui/utils": "^2.0.3",
"@changesets/changelog-github": "^0.3.0",
"@changesets/cli": "^2.14.1",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@ctrl/tinycolor": "^3.4.1",
"@cypress/snapshot": "^2.1.7",
"@cypress/vite-dev-server": "^1.2.6",
"@cypress/vue": "^3.0.3",
"@docusaurus/utils": "^2.0.0-beta.3",
"@emotion/css": "^11.7.1",
"@emotion/jest": "^11.7.1",
"@emotion/server": "^11.0.0",
"@manypkg/cli": "^0.17.0",
"@mdx-js/rollup": "^2.0.0-rc.2",
"@popperjs/core": "^2.8.4",
"@preconstruct/cli": "^2.1.5",
"@size-limit/file": "^5.0.3",
"@size-limit/webpack": "^5.0.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/user-event": "^13.2.1",
"@testing-library/vue": "^6.4.2",
"@types/body-scroll-lock": "^2.6.1",
"@types/eslint": "^7.2.13",
"@types/jest": "^26.0.20",
"@types/jest-axe": "^3.5.1",
"@types/lodash.camelcase": "^4.3.6",
"@types/lodash.kebabcase": "^4.1.6",
"@types/lodash.mergewith": "^4.6.6",
"@types/recursive-readdir": "^2.2.0",
"@types/shelljs": "^0.8.9",
"@types/tinycolor2": "^1.4.2",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "4.0.1",
"@vitejs/plugin-vue": "^1.10.2",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/compiler-sfc": "^3.2.29",
"@vue/eslint-config-typescript": "^5.1.0",
"@vue/server-renderer": "^3.2.29",
"@vue/test-utils": "^2.0.0-rc.6",
"@vuedx/typecheck": "^0.4.1",
"@vuedx/typescript-plugin-vue": "^0.4.1",
"@vueuse/core": "4.9.1",
"@vueuse/head": "^0.7.4",
"@vueuse/integrations": "^4.8.1",
"@vueuse/motion": "^1.5.4",
"@zag-js/accordion": "^0.1.9",
"@zag-js/vue": "^0.1.9",
"aria-hidden": "^1.1.2",
"axe-core": "^4.1.2",
"babel-jest": "^26.6.3",
"body-scroll-lock": "^3.1.5",
"change-case": "^4.1.1",
"chokidar": "^3.5.1",
"concurrently": "^5.3.0",
"consola": "^2.15.3",
"cross-env": "^7.0.2",
"css-get-unit": "^1.0.1",
"csstype": "^3.0.5",
"cypress": "^7.2.0",
"cypress-commands": "^1.1.0",
"cypress-plugin-tab": "^1.0.5",
"dequal": "^2.0.2",
"dom-focus-lock": "^1.0.4",
"esbuild": "0.13.4",
"esbuild-jest": "0.4.0",
"esbuild-plugin-babel": "^0.2.3",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^7.0.0",
"feather-icons-paths": "^1.0.8",
"focus-trap": "^6.3.0",
"fs-extra": "^9.0.1",
"husky": "^4.3.8",
"hygen": "^6.0.4",
"jest": "^26.6.3",
"jest-axe": "^5.0.1",
"jest-transform-stub": "^2.0.0",
"lerna": "^3.22.1",
"lint-staged": "^10.5.3",
"local-cypress": "^1.2.1",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.mergewith": "^4.6.2",
"motion": "^10.12.0",
"object-assign": "^4.1.1",
"prettier": "^2.1.2",
"pretty": "^2.0.0",
"react": "^17.0.1",
"recursive-readdir": "^2.2.2",
"shelljs": "^0.8.4",
"size-limit": "^5.0.3",
"tinycolor2": "^1.4.2",
"ts-jest": "^26.5.0",
"ts-node": "^9.0.0",
"typescript": "4.6.4",
"unplugin-vue-components": "^0.14.0",
"vite": "^2.8.6",
"vite-plugin-mdx-vue": "^1.6.0",
"vite-plugin-pages": "^0.20.1",
"vite-plugin-vue-layouts": "^0.5.0",
"vite-ssg": "^0.17.2",
"vitepress": "^0.20.9",
"vitest": "^0.18.0",
"vue": "^3.2.29",
"vue-jest": "^5.0.0-alpha.7",
"vue-prism-editor": "^2.0.0-alpha.2",
"vue-router": "^4.0.12",
"vue3-perfect-scrollbar": "^1.5.5"
},
"preconstruct": {
"packages": [
"packages/*",
"tooling/*"
]
},
"devDependencies": {
"happy-dom": "^6.0.3"
}
}