|
44 | 44 | "docs-dev": "yarn workspace chakra-ui-docs dev",
|
45 | 45 | "docs-build": "yarn workspace chakra-ui-docs build",
|
46 | 46 | "docs-serve": "yarn workspace chakra-ui-docs nuxt start",
|
47 |
| - "evalbundle": "bundlesize" |
| 47 | + "evalbundle": "bundlesize", |
| 48 | + "contributors:add": "all-contributors add", |
| 49 | + "contributors:generate": "all-contributors generate" |
48 | 50 | },
|
49 | 51 | "dependencies": {
|
| 52 | + "@chakra-ui/styled-system": "^1.12.1", |
50 | 53 | "@emotion/css": "^11.0.0",
|
51 | 54 | "@mdx-js/vue-loader": "^1.6.1",
|
52 | 55 | "@nuxtjs/dotenv": "^1.4.0",
|
|
61 | 64 | "@storybook/storybook-deployer": "^2.8.1",
|
62 | 65 | "@storybook/theming": "^5.2.8",
|
63 | 66 | "@storybook/vue": "^5.3.3",
|
64 |
| - "@styled-system/css": "^5.0.23", |
65 | 67 | "aria-hidden": "^1.1.1",
|
66 | 68 | "breadstick": "^0.2.14",
|
67 | 69 | "can-use-dom": "^0.1.0",
|
|
85 | 87 | "mdx-vue": "^1.0.2",
|
86 | 88 | "mdx-vue-loader": "^1.0.2",
|
87 | 89 | "node-fetch": "^2.6.0",
|
88 |
| - "node-sass": "^4.13.1", |
89 | 90 | "nuxt": "2.14.6",
|
90 | 91 | "portal-vue": "^2.1.6",
|
91 | 92 | "prismjs": "^1.19.0",
|
92 | 93 | "register-service-worker": "^1.6.2",
|
93 | 94 | "sass-loader": "^8.0.2",
|
94 |
| - "styled-system": "^5.1.2", |
95 | 95 | "v-scroll-lock": "^1.1.0",
|
96 | 96 | "vue": "^2.6.11",
|
97 | 97 | "vue-error-boundary": "^1.0.3",
|
|
107 | 107 | "@babel/cli": "^7.8.4",
|
108 | 108 | "@babel/core": "^7.9.0",
|
109 | 109 | "@babel/plugin-proposal-object-rest-spread": "^7.7.4",
|
| 110 | + "@babel/plugin-proposal-optional-chaining": "^7.14.5", |
110 | 111 | "@babel/plugin-transform-modules-commonjs": "^7.7.4",
|
111 | 112 | "@babel/plugin-transform-parameters": "^7.7.4",
|
112 |
| - "@babel/preset-env": "^7.9.5", |
| 113 | + "@babel/preset-env": "^7.15.0", |
113 | 114 | "@babel/runtime-corejs2": "^7.8.7",
|
114 | 115 | "@changesets/changelog-github": "^0.2.7",
|
115 | 116 | "@changesets/cli": "^2.7.1",
|
|
118 | 119 | "@commitlint/config-conventional": "^8.2.0",
|
119 | 120 | "@emotion/babel-plugin": "^11.1.2",
|
120 | 121 | "@emotion/eslint-plugin": "^11.0.0",
|
| 122 | + "@emotion/jest": "^11.3.0", |
121 | 123 | "@nuxtjs/eslint-config": "^3.0.0",
|
122 | 124 | "@nuxtjs/eslint-module": "^1.0.0",
|
123 | 125 | "@nuxtjs/google-analytics": "^2.4.0",
|
|
137 | 139 | "@vue/eslint-config-standard": "^4.0.0",
|
138 | 140 | "@vue/test-utils": "1.0.0-beta.29",
|
139 | 141 | "add": "^2.0.6",
|
| 142 | + "all-contributors-cli": "^6.20.0", |
140 | 143 | "babel-core": "7.0.0-bridge.0",
|
141 | 144 | "babel-eslint": "^10.1.0",
|
142 | 145 | "babel-helper-vue-jsx-merge-props": "^2.0.3",
|
|
169 | 172 | "rollup-plugin-scss": "^2.1.0",
|
170 | 173 | "rollup-plugin-terser": "^5.1.2",
|
171 | 174 | "rollup-plugin-vue": "^5.1.4",
|
172 |
| - "styled-system": "^5.1.2", |
173 | 175 | "v-scroll-lock": "^1.1.0",
|
174 | 176 | "vue-loader": "^15.7.1",
|
175 | 177 | "vue-lorem-ipsum": "^0.0.1",
|
|
0 commit comments