{
  "name": "@pathicles/app",
  "license": "MIT",
  "version": "0.5.0",
  "scripts": {
    "build": "cross-env NODE_ENV=production vite build",
    "createPWAIcons": "npx pwa-asset-generator  ./pwa/icons/pathicles.png ./public/icons --icon-only --favicon --padding 0",
    "dev": "vite",
    "serve": "ws --http2  --port 443  --compress --key ./../../../.secret/localhost.key.pem --cert ./../../../.secret/localhost.cert.pem --directory ./dist",
    "lint": "eslint --fix src ; prettier-package-json --write",
    "publish": "yarn publish --access=public"
  },
  "config": {
    "devPort": 9303
  },
  "dependencies": {
    "@pathicles/config": "^0.5.0",
    "@pathicles/core": "^0.5.0",
    "es6-promise": "^4.2.8",
    "regl": "^2.0.1",
    "tornis": "^0.3.3",
    "tweakpane": "^1.5.7",
    "typeface-barlow": "^1.1.13",
    "typeface-barlow-condensed": "^1.1.13",
    "typeface-barlow-semi-condensed": "^1.1.13",
    "typescript": "^4.1.2",
    "vue": "^3.0.4",
    "vue-router": "^4.0.0",
    "vuex": "^4.0.0-rc.2"
  },
  "devDependencies": {
    "@antfu/eslint-config-vue": "^0.4.3",
    "@pathicles/dev-config": "^0.5.0",
    "@vitejs/plugin-vue": "^1.0.5",
    "@vue/compiler-sfc": "^3.0.4",
    "autoprefixer": "^10.0.4",
    "esno": "^0.4.0",
    "postcss": "^8.2.4",
    "postcss-nested": "^5.0.1",
    "pug": "^3.0.0",
    "pug-plain-loader": "^1.1.0",
    "stylus": "^0.54.8",
    "stylus-loader": "^4.3.0",
    "vite": "^1.0.0-rc.13",
    "vite-plugin-components": "^0.6.6",
    "vite-plugin-md": "^0.2.1",
    "vite-plugin-pwa": "^0.3.5",
    "vite-plugin-voie": "^0.7.3",
    "webpack": "^5.10.3"
  },
  "gitHead": "963f2759634e061c353423af297200d3c32c1ae1"
}
