|
12 | 12 | "test:types": "tsc -p packages/test-utils/types && tsc -p packages/server-test-utils/types"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@babel/core": "^7.0.0", |
16 |
| - "babel-eslint": "^9.0.0", |
17 |
| - "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0", |
18 |
| - "@vue/babel-preset-jsx": "^1.1.2", |
19 |
| - "@babel/plugin-syntax-jsx": "^7.0.0", |
20 |
| - "@babel/plugin-proposal-decorators": "^7.0.0", |
21 |
| - "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
22 |
| - "@babel/plugin-proposal-class-properties": "^7.0.0", |
23 |
| - "@babel/plugin-syntax-flow": "^7.0.0", |
24 |
| - "@babel/preset-env": "^7.0.0", |
25 | 15 | "chalk": "^2.4.2",
|
26 | 16 | "conditional-specs": "^1.0.1",
|
27 | 17 | "conventional-changelog": "^3.1.12",
|
|
54 | 44 | "vuex": "^3.0.1"
|
55 | 45 | },
|
56 | 46 | "devDependencies": {
|
| 47 | + "@babel/core": "^7.0.0", |
| 48 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 49 | + "@babel/plugin-proposal-decorators": "^7.0.0", |
| 50 | + "@babel/plugin-syntax-flow": "^7.0.0", |
| 51 | + "@babel/plugin-syntax-jsx": "^7.0.0", |
| 52 | + "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
| 53 | + "@babel/preset-env": "^7.0.0", |
57 | 54 | "@commitlint/cli": "^8.2.0",
|
58 | 55 | "@commitlint/config-conventional": "^8.2.0",
|
| 56 | + "@vue/babel-preset-jsx": "^1.1.2", |
| 57 | + "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0", |
59 | 58 | "@vue/composition-api": "^0.6.4",
|
| 59 | + "babel-eslint": "^9.0.0", |
60 | 60 | "babel-jest": "^26.0.1",
|
61 | 61 | "commitizen": "^4.0.3",
|
62 | 62 | "cz-conventional-changelog": "^3.0.2",
|
|
0 commit comments