Skip to content
Snippets Groups Projects
package.json 1.8 KiB
Newer Older
Valentin Rigal's avatar
Valentin Rigal committed
{
  "name": "virtual-keyboard",
  "version": "0.1.0",
  "description": "Customizable unicode virtual keyboard on text input.",
  "private": true,
Valentin Rigal's avatar
Valentin Rigal committed
  "scripts": {
    "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",
Valentin Rigal's avatar
Valentin Rigal committed
    "serve-picker": "NODE_ENV=development webpack serve --config webpack.picker.js --progress",
    "build-picker": "NODE_ENV=development webpack --config webpack.picker.js",
    "build-lib": "NODE_ENV=production webpack --config webpack.lib.js",
    "lint": "vue-cli-service lint"
Valentin Rigal's avatar
Valentin Rigal committed
  },
  "dependencies": {
Valentin Rigal's avatar
Valentin Rigal committed
  }
}