|
15 | 15 | "website" |
16 | 16 | ], |
17 | 17 | "nohoist": [ |
18 | | - "core-js" |
| 18 | + "core-js", |
| 19 | + "@chakra-ui/vue" |
19 | 20 | ] |
20 | 21 | }, |
21 | 22 | "scripts": { |
|
45 | 46 | "evalbundle": "bundlesize" |
46 | 47 | }, |
47 | 48 | "dependencies": { |
48 | | - "@babel/core": "^7.9.0", |
49 | | - "@babel/plugin-proposal-object-rest-spread": "^7.7.4", |
50 | | - "@babel/plugin-transform-modules-commonjs": "^7.7.4", |
51 | | - "@babel/plugin-transform-parameters": "^7.7.4", |
52 | | - "@babel/preset-env": "^7.9.5", |
53 | | - "@changesets/cli": "^2.7.1", |
54 | | - "@commitlint/cli": "^8.2.0", |
55 | | - "@commitlint/config-conventional": "^8.2.0", |
56 | | - "@fortawesome/free-brands-svg-icons": "^5.12.0", |
57 | | - "@fortawesome/free-solid-svg-icons": "^5.11.2", |
58 | | - "@fortawesome/pro-light-svg-icons": "^5.11.2", |
| 49 | + "@emotion/css": "^11.0.0", |
59 | 50 | "@mdx-js/vue-loader": "^1.6.1", |
60 | 51 | "@nuxtjs/dotenv": "^1.4.0", |
61 | | - "@nuxtjs/emotion": "^0.0.1", |
| 52 | + "@nuxtjs/emotion": "^0.1.0", |
62 | 53 | "@nuxtjs/now-builder": "^0.17.1", |
63 | 54 | "@nuxtjs/router": "^1.5.0", |
64 | 55 | "@popperjs/core": "^2.4.0", |
|
70 | 61 | "@storybook/theming": "^5.2.8", |
71 | 62 | "@storybook/vue": "^5.3.3", |
72 | 63 | "@styled-system/css": "^5.0.23", |
73 | | - "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0", |
74 | | - "@vue/babel-plugin-transform-vue-jsx": "^1.1.2", |
75 | | - "@vue/babel-preset-app": "^4.1.1", |
76 | | - "@vue/babel-preset-jsx": "^1.1.2", |
77 | | - "@vue/cli-plugin-babel": "^3.11.0", |
78 | | - "@vue/cli-plugin-eslint": "^3.11.0", |
79 | | - "@vue/cli-plugin-pwa": "^3.11.0", |
80 | | - "@vue/cli-plugin-unit-jest": "^3.11.0", |
81 | | - "@vue/eslint-config-standard": "^4.0.0", |
82 | | - "@vue/test-utils": "1.0.0-beta.29", |
83 | 64 | "aria-hidden": "^1.1.1", |
84 | | - "babel-core": "7.0.0-bridge.0", |
85 | | - "babel-helper-vue-jsx-merge-props": "^2.0.3", |
86 | | - "babel-jest": "^23.6.0", |
87 | | - "babel-loader": "^8.0.6", |
88 | | - "babel-plugin-syntax-jsx": "^6.18.0", |
89 | | - "babel-plugin-transform-es2015-for-of": "^6.23.0", |
90 | | - "babel-plugin-transform-vue-jsx": "^3.7.0", |
91 | | - "babel-preset-env": "^1.7.0", |
92 | | - "babel-preset-es2015": "^6.24.1", |
93 | | - "babel-preset-vue": "^2.0.2", |
94 | | - "babelrc-rollup": "^3.0.0", |
95 | 65 | "breadstick": "^0.2.14", |
96 | 66 | "can-use-dom": "^0.1.0", |
97 | 67 | "chakra-loader": "latest", |
|
100 | 70 | "core-js": "^3.6.4", |
101 | 71 | "defu": "^2.0.4", |
102 | 72 | "dotenv-defaults": "^1.1.1", |
103 | | - "emotion": "^10.0.27", |
104 | 73 | "eslint": "^5.16.0", |
105 | 74 | "eslint-plugin-vue": "^5.0.0", |
106 | 75 | "eslint-plugin-vue-a11y": "^0.0.31", |
| 76 | + "feather-icons-paths": "^1.0.8", |
107 | 77 | "file-contributors": "^1.0.2", |
108 | 78 | "focus-trap": "^5.1.0", |
109 | 79 | "focus-trap-vue": "^0.0.4", |
|
135 | 105 | }, |
136 | 106 | "devDependencies": { |
137 | 107 | "@babel/cli": "^7.8.4", |
| 108 | + "@babel/core": "^7.9.0", |
| 109 | + "@babel/plugin-proposal-object-rest-spread": "^7.7.4", |
| 110 | + "@babel/plugin-transform-modules-commonjs": "^7.7.4", |
| 111 | + "@babel/plugin-transform-parameters": "^7.7.4", |
| 112 | + "@babel/preset-env": "^7.9.5", |
138 | 113 | "@babel/runtime-corejs2": "^7.8.7", |
| 114 | + "@changesets/cli": "^2.7.1", |
| 115 | + "@commitlint/cli": "^8.2.0", |
| 116 | + "@commitlint/config-conventional": "^8.2.0", |
| 117 | + "@emotion/babel-plugin": "^11.1.2", |
| 118 | + "@emotion/eslint-plugin": "^11.0.0", |
139 | 119 | "@nuxtjs/eslint-config": "^3.0.0", |
140 | 120 | "@nuxtjs/eslint-module": "^1.0.0", |
141 | 121 | "@nuxtjs/module-test-utils": "^1.6.1", |
142 | 122 | "@testing-library/jest-dom": "^5.1.1", |
143 | 123 | "@testing-library/user-event": "^10.0.0", |
144 | 124 | "@testing-library/vue": "^4.1.0", |
| 125 | + "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0", |
| 126 | + "@vue/babel-plugin-transform-vue-jsx": "^1.1.2", |
| 127 | + "@vue/babel-preset-app": "^4.1.1", |
| 128 | + "@vue/babel-preset-jsx": "^1.1.2", |
| 129 | + "@vue/cli-plugin-babel": "^3.11.0", |
| 130 | + "@vue/cli-plugin-eslint": "^3.11.0", |
| 131 | + "@vue/cli-plugin-pwa": "^3.11.0", |
| 132 | + "@vue/cli-plugin-unit-jest": "^3.11.0", |
145 | 133 | "@vue/devtools": "^5.3.3", |
| 134 | + "@vue/eslint-config-standard": "^4.0.0", |
| 135 | + "@vue/test-utils": "1.0.0-beta.29", |
| 136 | + "babel-core": "7.0.0-bridge.0", |
146 | 137 | "babel-eslint": "^10.1.0", |
| 138 | + "babel-helper-vue-jsx-merge-props": "^2.0.3", |
| 139 | + "babel-jest": "^23.6.0", |
| 140 | + "babel-loader": "^8.0.6", |
| 141 | + "babel-plugin-syntax-jsx": "^6.18.0", |
| 142 | + "babel-plugin-transform-es2015-for-of": "^6.23.0", |
| 143 | + "babel-plugin-transform-vue-jsx": "^3.7.0", |
| 144 | + "babel-preset-env": "^1.7.0", |
| 145 | + "babel-preset-es2015": "^6.24.1", |
| 146 | + "babel-preset-vue": "^2.0.2", |
| 147 | + "babelrc-rollup": "^3.0.0", |
147 | 148 | "bundlesize": "^0.18.0", |
148 | 149 | "cross-env": "^7.0.2", |
149 | 150 | "eslint-config-prettier": "^6.10.0", |
|
0 commit comments