{ "name": "@autoplex-service/torrent-webui", "version": "0.0.0", "keywords": [], "author": "David Ludwig", "license": "ISC", "main": "./dist/server/index.js", "scripts": { "clean": "rimraf ./dist", "dev": "vite", "build": "yarn run build:backend", "build:backend": "tsc -p ./tsconfig.server.json", "build:frontend": "vue-tsc --noEmit -p ./tsconfig.vite.json && vite build", "start": "NODE_ENV=production node .", "start:dev": "nodemon" }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.3", "fastify": "^3.14.1", "fastify-formbody": "^5.0.0", "fastify-http-proxy": "^5.0.0", "fastify-multipart": "^4.0.3", "fastify-static": "^4.0.1", "node-ipc": "^9.1.4", "vue": "^3.0.5", "vue-router": "^4.0.6", "vuedraggable": "^4.0.1", "websocket": "^1.0.33" }, "devDependencies": { "@types/node-ipc": "^9.1.3", "@vitejs/plugin-vue": "^1.2.1", "@vue/compiler-sfc": "^3.0.5", "autoprefixer": "^10.2.5", "nodemon": "^2.0.7", "postcss": "^8.2.9", "rimraf": "^3.0.2", "tailwindcss": "^2.1.1", "ts-node": "^9.1.1", "typescript": "^4.1.3", "vite": "^2.1.5", "vue-tsc": "^0.0.15" } }