Newer
Older

Valentin Rigal
committed
"version": "0.1.0",
"description": "Customizable unicode virtual keyboard on text input.",
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/teklia/escriptorium/virtual-keyboard.git"
},
"author": "Teklia",

Valentin Rigal
committed
"serve-ext": "vue-cli-service build --dest dist-ext --mode development --watch",
"ext:firefox": "web-ext run --source-dir ./dist-ext/",
"ext:chromium": "web-ext run -t chromium --source-dir ./dist-ext/",
"build-ext": "vue-cli-service build --dest dist-ext",
"serve-lib": "NODE_ENV=development webpack serve --config webpack.lib.js --progress",
"build-lib": "NODE_ENV=production webpack --config webpack.lib.js",
"lint": "vue-cli-service lint"

Valentin Rigal
committed

Valentin Rigal
committed
"vuex": "^3.4.0",
"vuex-localstorage": "^1.0.0"

Valentin Rigal
committed
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"compression-webpack-plugin": "^6.0.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"html-webpack-plugin": "^4.5.1",
"lint-staged": "^9.5.0",
"prettier": "^2.2.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-cli-plugin-browser-extension": "latest",
"vue-template-compiler": "^2.6.11",
"web-ext": "^6.1.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]