{ "name": "book-tracker", "version": "0.0.0", "description": "An attempt at a viable alternative to Goodreads", "main": "index.html", "repository": "https://gitlab.com/Alamantus/book-tracker.git", "author": "Robbie Antenesse ", "license": "MIT", "scripts": { "install": "npm run process-images", "dev": "npm run watch-js", "start": "npm run build && npm run serve", "watch-js": "parcel watch app/index.html --out-dir public --no-hmr --no-cache", "serve": "node server/index.js", "build": "parcel build app/index.html --out-dir public --no-source-maps --no-cache", "process-images": "node ./process-images.js", "clear": "rimraf public/{*,.*}" }, "devDependencies": { "autoprefixer": "^9.6.1", "choo-devtools": "^3.0.1", "cssnano": "^4.1.10", "parcel-bundler": "^1.12.3", "parcel-plugin-goodie-bag": "^2.0.0", "rimraf": "^3.0.0", "sass": "^1.23.0-module.beta.1", "sharp": "^0.23.0" }, "dependencies": { "choo": "^7.0.0", "cross-env": "^5.2.1", "fastify": "^2.8.0", "fastify-caching": "^5.0.0", "fastify-compress": "^0.11.0", "fastify-cookie": "^3.1.0", "fastify-helmet": "^3.0.1", "fastify-jwt": "^1.0.0", "fastify-static": "^2.5.0", "handlebars": "^4.2.0", "html-minifier": "^4.0.0", "make-promises-safe": "^5.0.0", "node-fetch": "^2.6.0", "picnic": "^6.5.1" } }