{ "name": "TODO", "description": "TODO", "version": "0.0.1", "scripts": { "dev": "concurrently --kill-others \"npm run build-sass-watch\" \"node server.js\"", "build": "npm run build-sass && sapper build", "start": "cross-env NODE_ENV=production node server.js", "build-sass": "node ./bin/build-sass", "build-sass-watch": "node ./bin/build-sass --watch", "cy:run": "cypress run", "cy:open": "cypress open", "test": "run-p --race dev cy:run" }, "dependencies": { "chokidar": "^2.0.0", "compression": "^1.7.1", "concurrently": "^3.5.1", "cross-env": "^5.1.3", "css-loader": "^0.28.7", "express": "^4.16.2", "extract-text-webpack-plugin": "^3.0.2", "fg-loadcss": "^2.0.1", "font-awesome-svg-png": "^1.2.2", "glob": "^7.1.2", "idb-keyval": "^2.3.0", "indexeddb-getall-shim": "^1.3.1", "intersection-observer": "^0.5.0", "intl-relativeformat": "^2.1.0", "lodash": "^4.17.4", "lodash-webpack-plugin": "^0.11.4", "marky": "^1.2.0", "node-fetch": "^1.7.3", "node-sass": "^4.7.2", "npm-run-all": "^4.1.2", "performance-now": "^2.1.0", "pify": "^3.0.0", "requestidlecallback": "^0.3.0", "sapper": "^0.3.2", "serve-static": "^1.13.1", "style-loader": "^0.19.1", "svelte": "github:nolanlawson/svelte#master-8057884", "svelte-extras": "^1.6.0", "svelte-loader": "^2.3.3", "svelte-transitions": "^1.1.1", "uglifyjs-webpack-plugin": "^1.1.5", "url-search-params": "^0.10.0", "webpack": "^3.10.0", "webpack-bundle-analyzer": "^2.9.2", "workerize-loader": "^1.0.1", "yargs": "^10.1.1" }, "engines": { "node": ">= 8" } }