{ "name": "rf-web", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "run-p start-jekyll start-parcel", "build": "JEKYLL_ENV=production jekyll build", "start-jekyll": "bundle exec jekyll serve", "start-parcel": "parcel src/index.js -d assets/js", "build-jekyll": "JEKYLL_ENV=production jekyll build", "deploy-dev": "yarn build && scp -r -P 7833 ./_site/* amemasu@185.203.114.165:/var/www/dev.reclaimfutures.org", "deploy-prod": "yarn build && scp -r -P 7833 ./_site/* amemasu@185.203.114.165:/var/www/reclaimfutures.org" }, "author": "", "license": "ISC", "devDependencies": { "npm-run-all": "^4.1.5", "parcel-bundler": "^1.12.4" }, "dependencies": { "countdown": "^2.6.0", "spacetime": "^6.6.3" } }