Skip to content

Instantly share code, notes, and snippets.

@evdama
Created October 30, 2019 19:06
Show Gist options
  • Select an option

  • Save evdama/c97d0c1da0c3aa39e4b8c3c8b7c095ae to your computer and use it in GitHub Desktop.

Select an option

Save evdama/c97d0c1da0c3aa39e4b8c3c8b7c095ae to your computer and use it in GitHub Desktop.
{
"dependencies": {
"axios": "^0.19.0",
"compression": "^1.7.4",
"express": "^4.17.1",
"express-useragent": "^1.0.13",
"sirv": "^0.4.2"
},
"description": "This is the source code repository for Everyday Market.",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/runtime": "^7.6.3",
"@firebase/app": "^0.4.21",
"@firebase/auth": "^0.12.3",
"@fullhuman/postcss-purgecss": "^1.3.0",
"@ipregistry/client": "^1.3.0",
"@tailwindcss/custom-forms": "^0.2.1",
"@types/express": "^4.17.1",
"@types/helmet": "0.0.45",
"@types/is": "0.0.21",
"@types/uuid": "^3.4.5",
"autoprefixer": "^9.7.0",
"babel-eslint": "^10.0.3",
"cssnano": "^4.1.10",
"date-fns": "^2.6.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-svelte3": "^2.7.3",
"express-session": "^1.17.0",
"firebase": "^7.2.2",
"firebase-admin": "^8.6.1",
"fs-extra": "^8.1.0",
"helmet": "^3.21.2",
"is_js": "^0.9.0",
"node-sass": "^4.13.0",
"npm-run-all": "^4.1.5",
"pkg": "^4.4.0",
"postcss": "^7.0.21",
"postcss-fail-on-warn": "^0.1.0",
"postcss-import": "^12.0.1",
"postcss-url": "^8.0.0",
"prettier": "^1.18.2",
"prettier-plugin-svelte": "^0.7.0",
"recaptcha-v3": "^1.7.0",
"request-ip": "^2.1.3",
"rollup": "^1.26.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-svelte": "^5.1.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-visualizer": "^2.6.0",
"sapper": "^0.27.9",
"svelte": "^3.12.1",
"svelte-preprocess": "^3.2.0",
"tailwindcss": "^1.1.3",
"tailwindcss-elevation": "^0.3.3",
"uuid": "^3.3.3"
},
"license": "UNLICENSED",
"name": "everyday",
"overrideBrowserslist": "last 1 version",
"private": true,
"scripts": {
"edm:purge": "rm -rf __sapper__/ node_modules/ package-lock.json static/global.css yarn.lock src/node_modules/@sapper functions/__sapper__ functions/node_modules/ functions/package-lock.json functions/src/node_modules functions/yarn.lock",
"edm:backup": "cp -a ../edm ../edm_$(date +%s)",
"edm:install": "npm install; cd functions; npm install",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"edm:build": "sapper build; cd functions; tsc; cd ..; node predeploy.js",
"edm:deploy": "firebase deploy",
"edm:dev": "sapper dev",
"edm:test": "echo WRITEME",
"edm:test:lighthouse:mobile": "lighthouse-batch --html --params \"--view --throttling-method=provided --emulated-form-factor=mobile --plugins=lighthouse-plugin-field-performance\" --file ./tests/lighthouse/edm_routes.txt --out ./tests/lighthouse/report/mobile",
"edm:test:lighthouse:desktop": "lighthouse-batch --html --params \"--view --throttling-method=provided --emulated-form-factor=desktop --plugins=lighthouse-plugin-field-performance\" --file ./tests/lighthouse/edm_routes.txt --out ./tests/lighthouse/report/desktop",
"export": "sapper export",
"start": "node __sapper__/build"
},
"version": "0.0.4"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment