This commit is contained in:
Graham Fairweather 2018-01-17 09:12:44 +01:00
parent f1e3240a6b
commit e64ab2e174
4 changed files with 155 additions and 4 deletions

View file

@ -55,8 +55,15 @@
"autoprefixer-loader": "^2.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^6.4.1",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es5-property-mutators": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.26.0",
@ -106,5 +113,14 @@
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
}
},
"browserslist": [
"last 3 Chrome versions",
"last 3 Firefox versions",
"Safari >= 10",
"Explorer >= 11",
"Edge >= 12",
"iOS >= 10",
"Android >= 6"
]
}