⬆️ (vue)

This commit is contained in:
Julien Calixte
2020-02-22 23:33:28 +01:00
parent c229eaa42d
commit f85b8b88b8
3 changed files with 3103 additions and 2489 deletions

View File

@@ -1,5 +1,5 @@
module.exports = { module.exports = {
presets: [ presets: [
'@vue/app' '@vue/cli-plugin-babel/preset'
] ]
} }

5565
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,8 +5,8 @@
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"build": "vue-cli-service build", "build": "vue-cli-service build",
"lint": "vue-cli-service lint", "test:unit": "vue-cli-service test:unit",
"test:unit": "vue-cli-service test:unit" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25", "@fortawesome/fontawesome-svg-core": "^1.2.25",
@@ -18,6 +18,7 @@
"bulma-checkradio": "^2.1.1", "bulma-checkradio": "^2.1.1",
"bulma-pricingtable": "^0.2.0", "bulma-pricingtable": "^0.2.0",
"bulma-switch": "^2.0.0", "bulma-switch": "^2.0.0",
"core-js": "^3.6.4",
"font-color-contrast": "^1.0.3", "font-color-contrast": "^1.0.3",
"lightness": "^1.0.0", "lightness": "^1.0.0",
"lodash-es": "^4.17.15", "lodash-es": "^4.17.15",
@@ -45,17 +46,17 @@
"@types/notyf": "^2.0.0", "@types/notyf": "^2.0.0",
"@types/pouchdb": "^6.4.0", "@types/pouchdb": "^6.4.0",
"@types/uuid": "^3.4.5", "@types/uuid": "^3.4.5",
"@vue/cli-plugin-babel": "^3.10.0", "@vue/cli-plugin-babel": "~4.2.2",
"@vue/cli-plugin-pwa": "^3.10.0", "@vue/cli-plugin-pwa": "~4.2.2",
"@vue/cli-plugin-typescript": "^3.10.0", "@vue/cli-plugin-typescript": "~4.2.2",
"@vue/cli-plugin-unit-jest": "^3.10.0", "@vue/cli-plugin-unit-jest": "~4.2.2",
"@vue/cli-service": "^3.10.0", "@vue/cli-service": "^3.10.0",
"@vue/test-utils": "^1.0.0-beta.29", "@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0", "babel-core": "7.0.0-bridge.0",
"node-sass": "^4.12.0", "node-sass": "^4.12.0",
"sass-loader": "^7.3.1", "sass-loader": "^7.3.1",
"ts-jest": "^24.1.0", "ts-jest": "^24.1.0",
"typescript": "^3.6.4", "typescript": "~3.7.5",
"vue-template-compiler": "^2.6.10" "vue-template-compiler": "^2.6.10"
} }
} }