{ "name": "ptut-vhost", "description": "PTUT", "version": "1.0.0", "author": "xdrm-brackets SeekDaSky ", "license": "MIT", "private": true, "scripts": { "clean": "rm ./public_html/*.html; rm ./public_html/*.js; rm ./public_html/*.css; rm ./public_html/*svg; rm ./public_html/*.map; exit 0", "clean:electron": "rm -r ./electron-build; exit 0", "dev": "parcel watch ./parcel/index.html --out-dir ./public_html --no-hmr", "build:alternative": "cross-env NODE_ENV=production parcel watch ./parcel/index.html --out-dir ./public_html --no-hmr", "build": "parcel build ./parcel/index.html --public-url ./ --out-dir ./public_html --no-source-maps --no-minify", "build:electron": "parcel build ./parcel/index.html --public-url ./ --out-dir ./electron-build --no-source-maps --no-minify --target=electron", "electron": "electron ./electron-build/index.html" }, "dependencies": { "vue": "^2.5.9", "vue-hot-reload-api": "^2.3.0", "vue-router": "^2.5.3" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "devDependencies": { "@vue/component-compiler-utils": "^1.0.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.0", "babel-preset-stage-3": "^6.24.1", "cross-env": "^5.0.5", "electron": "^1.8.4", "node-sass": "^4.8.3", "parcel-bundler": "^1.7.0", "vue-template-compiler": "^2.5.16" } }