test: add page-container
Showing
.babelrc
deleted
100644 → 0
| ... | ... | @@ -32,6 +32,7 @@ |
| "@babel/plugin-proposal-export-default-from": "^7.12.1", | ||
| "@babel/plugin-transform-modules-commonjs": "^7.12.1", | ||
| "@babel/plugin-transform-object-assign": "^7.12.1", | ||
| "@babel/preset-env": "^7.12.7", | ||
| "@types/fs-extra": "^9.0.2", | ||
| "@types/jest": "^24.0.17", | ||
| "@types/node": "^13.13.15", | ||
| ... | ... | @@ -48,6 +49,7 @@ |
| "@vue/eslint-config-typescript": "^5.0.2", | ||
| "@vue/test-utils": "^2.0.0-beta.2", | ||
| "babel-jest": "^26.6.3", | ||
| "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", | ||
| "cross-env": "^5.2.0", | ||
| "eslint": "^6.7.2", | ||
| "eslint-config-prettier": "^6.15.0", | ||
| ... | ... |
Please register or sign in to comment