|
46 | 46 | "docs-serve": "yarn workspace chakra-ui-docs nuxt start", |
47 | 47 | "evalbundle": "bundlesize", |
48 | 48 | "contributors:add": "all-contributors add", |
49 | | - "contributors:generate": "all-contributors generate" |
| 49 | + "contributors:generate": "all-contributors generate", |
| 50 | + "pkg": "manypkg run", |
| 51 | + "pkgs:check": "manypkg check", |
| 52 | + "pkgs:fix": "manypkg fix" |
50 | 53 | }, |
51 | 54 | "dependencies": { |
52 | | - "@chakra-ui/styled-system": "^1.12.1", |
53 | | - "@emotion/css": "^11.0.0", |
54 | | - "@mdx-js/vue-loader": "^1.6.1", |
55 | | - "@nuxtjs/dotenv": "^1.4.0", |
56 | | - "@nuxtjs/emotion": "^0.1.0", |
57 | | - "@nuxtjs/now-builder": "^0.17.1", |
58 | | - "@nuxtjs/router": "^1.5.0", |
59 | | - "@popperjs/core": "^2.4.0", |
60 | | - "@storybook/addon-actions": "^5.2.1", |
61 | | - "@storybook/addon-centered": "^5.2.1", |
62 | | - "@storybook/addon-links": "^5.2.1", |
63 | | - "@storybook/addons": "^5.2.1", |
64 | | - "@storybook/storybook-deployer": "^2.8.1", |
65 | | - "@storybook/theming": "^5.2.8", |
66 | | - "@storybook/vue": "^5.3.3", |
67 | | - "aria-hidden": "^1.1.1", |
68 | | - "breadstick": "^0.2.14", |
69 | | - "can-use-dom": "^0.1.0", |
70 | | - "chakra-loader": "latest", |
71 | | - "color": "^3.1.2", |
72 | | - "copy-to-clipboard": "^3.3.1", |
73 | | - "core-js": "^3.6.4", |
74 | | - "defu": "^2.0.4", |
75 | | - "dotenv-defaults": "^1.1.1", |
76 | | - "eslint": "^5.16.0", |
77 | | - "eslint-plugin-vue": "^5.0.0", |
78 | | - "eslint-plugin-vue-a11y": "^0.0.31", |
79 | | - "feather-icons-paths": "^1.0.8", |
80 | | - "file-contributors": "^1.0.2", |
81 | | - "focus-trap": "^5.1.0", |
82 | | - "focus-trap-vue": "^0.0.4", |
83 | | - "husky": "^3.0.8", |
84 | | - "install": "^0.13.0", |
85 | | - "lerna": "^3.20.2", |
86 | | - "lint-staged": "^9.4.2", |
87 | | - "mdx-vue": "^1.0.2", |
88 | | - "mdx-vue-loader": "^1.0.2", |
89 | | - "node-fetch": "^2.6.0", |
90 | | - "nuxt": "2.14.6", |
91 | | - "portal-vue": "^2.1.6", |
92 | | - "prismjs": "^1.19.0", |
93 | | - "register-service-worker": "^1.6.2", |
94 | | - "sass-loader": "^8.0.2", |
95 | | - "v-scroll-lock": "^1.1.0", |
96 | | - "vue": "^2.6.11", |
97 | | - "vue-error-boundary": "^1.0.3", |
98 | | - "vue-live": "1.5.1", |
99 | | - "vue-loader": "^15.7.1", |
100 | | - "vue-lorem-ipsum": "^0.0.1", |
101 | | - "vue-meta": "^2.3.3", |
102 | | - "vue-prism-editor": "^0.5.1", |
103 | | - "vue-router": "^3.1.6", |
104 | | - "vue-template-compiler": "^2.6.11" |
105 | | - }, |
106 | | - "devDependencies": { |
107 | 55 | "@babel/cli": "^7.8.4", |
108 | | - "@babel/core": "^7.9.0", |
| 56 | + "@babel/core": "^7.9.6", |
109 | 57 | "@babel/plugin-proposal-object-rest-spread": "^7.7.4", |
110 | 58 | "@babel/plugin-proposal-optional-chaining": "^7.14.5", |
111 | 59 | "@babel/plugin-transform-modules-commonjs": "^7.7.4", |
112 | 60 | "@babel/plugin-transform-parameters": "^7.7.4", |
113 | 61 | "@babel/preset-env": "^7.15.0", |
114 | 62 | "@babel/runtime-corejs2": "^7.8.7", |
| 63 | + "@chakra-ui/styled-system": "^1.12.2", |
115 | 64 | "@changesets/changelog-github": "^0.2.7", |
116 | 65 | "@changesets/cli": "^2.7.1", |
117 | 66 | "@changesets/get-github-info": "^0.4.4", |
118 | | - "@commitlint/cli": "^8.2.0", |
119 | | - "@commitlint/config-conventional": "^8.2.0", |
| 67 | + "@commitlint/cli": "^8.3.5", |
| 68 | + "@commitlint/config-conventional": "^8.3.4", |
120 | 69 | "@emotion/babel-plugin": "^11.1.2", |
| 70 | + "@emotion/css": "^11.0.0", |
121 | 71 | "@emotion/eslint-plugin": "^11.0.0", |
122 | 72 | "@emotion/jest": "^11.3.0", |
| 73 | + "@manypkg/cli": "^0.18.0", |
| 74 | + "@mdx-js/vue-loader": "^1.6.1", |
| 75 | + "@nuxtjs/dotenv": "^1.4.0", |
| 76 | + "@nuxtjs/emotion": "^0.1.0", |
123 | 77 | "@nuxtjs/eslint-config": "^3.0.0", |
124 | 78 | "@nuxtjs/eslint-module": "^1.0.0", |
125 | 79 | "@nuxtjs/google-analytics": "^2.4.0", |
126 | 80 | "@nuxtjs/module-test-utils": "^1.6.1", |
| 81 | + "@nuxtjs/now-builder": "^0.17.1", |
| 82 | + "@nuxtjs/router": "^1.5.0", |
| 83 | + "@popperjs/core": "^2.4.0", |
| 84 | + "@storybook/addon-actions": "^5.2.1", |
| 85 | + "@storybook/addon-centered": "^5.2.1", |
| 86 | + "@storybook/addon-links": "^5.2.1", |
| 87 | + "@storybook/addons": "^5.2.1", |
| 88 | + "@storybook/storybook-deployer": "^2.8.1", |
| 89 | + "@storybook/theming": "^5.2.8", |
| 90 | + "@storybook/vue": "^5.3.3", |
127 | 91 | "@testing-library/jest-dom": "^5.1.1", |
128 | 92 | "@testing-library/user-event": "^10.0.0", |
129 | 93 | "@testing-library/vue": "^4.1.0", |
|
140 | 104 | "@vue/test-utils": "1.0.0-beta.29", |
141 | 105 | "add": "^2.0.6", |
142 | 106 | "all-contributors-cli": "^6.20.0", |
| 107 | + "aria-hidden": "^1.1.1", |
143 | 108 | "babel-core": "7.0.0-bridge.0", |
144 | 109 | "babel-eslint": "^10.1.0", |
145 | 110 | "babel-helper-vue-jsx-merge-props": "^2.0.3", |
146 | | - "babel-jest": "^23.6.0", |
| 111 | + "babel-jest": "^25.5.1", |
147 | 112 | "babel-loader": "^8.0.6", |
148 | 113 | "babel-plugin-syntax-jsx": "^6.18.0", |
149 | 114 | "babel-plugin-transform-es2015-for-of": "^6.23.0", |
|
152 | 117 | "babel-preset-es2015": "^6.24.1", |
153 | 118 | "babel-preset-vue": "^2.0.2", |
154 | 119 | "babelrc-rollup": "^3.0.0", |
| 120 | + "breadstick": "^0.2.14", |
155 | 121 | "bundlesize": "^0.18.0", |
| 122 | + "can-use-dom": "^0.1.0", |
| 123 | + "chakra-loader": "latest", |
| 124 | + "color": "^3.1.2", |
| 125 | + "copy-to-clipboard": "^3.3.1", |
| 126 | + "core-js": "^3.6.4", |
156 | 127 | "cross-env": "^7.0.2", |
| 128 | + "defu": "^2.0.4", |
| 129 | + "dotenv-defaults": "^1.1.1", |
| 130 | + "eslint": "^7.12.1", |
157 | 131 | "eslint-config-prettier": "^6.10.0", |
| 132 | + "eslint-config-standard": "^16.0.3", |
158 | 133 | "eslint-loader": "^3.0.3", |
| 134 | + "eslint-plugin-import": "^2.22.1", |
| 135 | + "eslint-plugin-node": "^11.1.0", |
159 | 136 | "eslint-plugin-nuxt": ">=0.4.2", |
160 | 137 | "eslint-plugin-prettier": "^3.1.2", |
| 138 | + "eslint-plugin-promise": "^4.2.1", |
161 | 139 | "eslint-plugin-testing-library": "^3.3.1", |
162 | | - "jest": "^25.1.0", |
| 140 | + "eslint-plugin-vue": "^5.0.0", |
| 141 | + "eslint-plugin-vue-a11y": "^0.0.31", |
| 142 | + "feather-icons-paths": "^1.0.8", |
| 143 | + "file-contributors": "^1.0.2", |
| 144 | + "focus-trap": "^5.1.0", |
| 145 | + "focus-trap-vue": "^0.0.4", |
| 146 | + "husky": "^4.2.5", |
| 147 | + "install": "^0.13.0", |
| 148 | + "jest": "^25.5.2", |
| 149 | + "lerna": "^3.20.2", |
| 150 | + "lint-staged": "^10.0.0", |
| 151 | + "mdx-vue": "^1.0.2", |
| 152 | + "mdx-vue-loader": "^1.0.2", |
| 153 | + "node-fetch": "^2.6.0", |
| 154 | + "nuxt": "2.14.6", |
| 155 | + "portal-vue": "^2.1.6", |
163 | 156 | "prettier": "^1.19.1", |
| 157 | + "prismjs": "^1.19.0", |
| 158 | + "register-service-worker": "^1.6.2", |
164 | 159 | "rimraf": "^3.0.2", |
165 | 160 | "rollup": "^1.31.1", |
166 | 161 | "rollup-plugin-babel": "^4.3.3", |
|
172 | 167 | "rollup-plugin-scss": "^2.1.0", |
173 | 168 | "rollup-plugin-terser": "^5.1.2", |
174 | 169 | "rollup-plugin-vue": "^5.1.4", |
| 170 | + "sass-loader": "^8.0.2", |
175 | 171 | "v-scroll-lock": "^1.1.0", |
| 172 | + "vue": "^2.6.12", |
| 173 | + "vue-error-boundary": "^1.0.3", |
| 174 | + "vue-live": "1.5.1", |
176 | 175 | "vue-loader": "^15.7.1", |
177 | 176 | "vue-lorem-ipsum": "^0.0.1", |
| 177 | + "vue-meta": "^2.3.3", |
| 178 | + "vue-prism-editor": "^0.5.1", |
| 179 | + "vue-router": "^3.1.6", |
| 180 | + "vue-server-renderer": "2.6.12", |
| 181 | + "vue-template-compiler": "2.6.12", |
178 | 182 | "watch": "^1.0.2", |
179 | 183 | "yarn": "^1.22.10" |
180 | 184 | }, |
|
0 commit comments