2018-01-06 23:51:25 +00:00
|
|
|
{
|
|
|
|
"name": "TODO",
|
|
|
|
"description": "TODO",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
2018-02-09 06:29:29 +00:00
|
|
|
"lint": "standard",
|
2018-02-18 20:03:37 +00:00
|
|
|
"dev": "npm run build-svg && run-p --race build-sass-watch serve",
|
|
|
|
"serve": "node server.js",
|
2018-01-27 20:48:22 +00:00
|
|
|
"build": "npm run globalize-css && npm run build-sass && npm run build-svg && sapper build && npm run deglobalize-css",
|
2018-01-06 23:51:25 +00:00
|
|
|
"start": "cross-env NODE_ENV=production node server.js",
|
2018-01-27 20:48:22 +00:00
|
|
|
"build-svg": "node ./bin/build-svg.js",
|
|
|
|
"build-sass": "node ./bin/build-sass.js",
|
|
|
|
"build-sass-watch": "node ./bin/build-sass.js --watch",
|
2018-02-13 17:04:32 +00:00
|
|
|
"run-mastodon": "cd mastodon && docker-compose run --rm web rake db:migrate && docker-compose up",
|
2018-01-06 23:51:25 +00:00
|
|
|
"cy:run": "cypress run",
|
|
|
|
"cy:open": "cypress open",
|
2018-02-18 20:03:37 +00:00
|
|
|
"test": "run-p --race run-mastodon dev test-mastodon",
|
|
|
|
"test-mastodon": "run-s wait-for-mastodon-to-start cy:run",
|
|
|
|
"wait-for-mastodon-to-start": "node bin/wait-for-mastodon-to-start.js",
|
2018-01-20 20:35:38 +00:00
|
|
|
"globalize-css": "node ./bin/globalize-css.js",
|
2018-02-18 18:42:27 +00:00
|
|
|
"deglobalize-css": "node ./bin/globalize-css.js --reverse",
|
|
|
|
"setup-mastodon": "node ./bin/setup-mastodon.js"
|
2018-01-06 23:51:25 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-01-28 06:48:02 +00:00
|
|
|
"@gamestdio/websocket": "^0.2.2",
|
2018-02-05 03:15:35 +00:00
|
|
|
"a11y-dialog": "^4.0.1",
|
2018-01-27 20:48:22 +00:00
|
|
|
"cheerio": "^1.0.0-rc.2",
|
2018-02-18 18:42:27 +00:00
|
|
|
"child-process-promise": "^2.2.1",
|
2018-01-14 01:41:15 +00:00
|
|
|
"chokidar": "^2.0.0",
|
2018-01-06 23:51:25 +00:00
|
|
|
"compression": "^1.7.1",
|
|
|
|
"cross-env": "^5.1.3",
|
|
|
|
"css-loader": "^0.28.7",
|
|
|
|
"express": "^4.16.2",
|
|
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
2018-01-14 02:59:49 +00:00
|
|
|
"fg-loadcss": "^2.0.1",
|
2018-01-07 04:44:47 +00:00
|
|
|
"font-awesome-svg-png": "^1.2.2",
|
2018-01-06 23:51:25 +00:00
|
|
|
"glob": "^7.1.2",
|
2018-01-19 07:37:43 +00:00
|
|
|
"idb-keyval": "^2.3.0",
|
2018-01-19 04:57:15 +00:00
|
|
|
"indexeddb-getall-shim": "^1.3.1",
|
2018-01-17 04:34:09 +00:00
|
|
|
"intersection-observer": "^0.5.0",
|
2018-01-14 01:41:15 +00:00
|
|
|
"lodash": "^4.17.4",
|
2018-01-19 09:04:05 +00:00
|
|
|
"lodash-webpack-plugin": "^0.11.4",
|
2018-02-18 19:53:50 +00:00
|
|
|
"mkdirp": "^0.5.1",
|
2018-01-06 23:51:25 +00:00
|
|
|
"node-fetch": "^1.7.3",
|
2018-01-12 16:36:31 +00:00
|
|
|
"node-sass": "^4.7.2",
|
2018-01-06 23:51:25 +00:00
|
|
|
"npm-run-all": "^4.1.2",
|
2018-01-27 22:45:51 +00:00
|
|
|
"p-any": "^1.1.0",
|
2018-01-14 02:59:49 +00:00
|
|
|
"performance-now": "^2.1.0",
|
2018-01-14 01:41:15 +00:00
|
|
|
"pify": "^3.0.0",
|
2018-01-24 02:15:14 +00:00
|
|
|
"quick-lru": "^1.1.0",
|
2018-01-17 08:06:24 +00:00
|
|
|
"requestidlecallback": "^0.3.0",
|
2018-01-28 05:49:22 +00:00
|
|
|
"sapper": "nolanlawson/sapper#fix-style-loader-built",
|
2018-01-06 23:51:25 +00:00
|
|
|
"serve-static": "^1.13.1",
|
2018-02-09 06:29:29 +00:00
|
|
|
"standard": "^10.0.3",
|
2018-01-06 23:51:25 +00:00
|
|
|
"style-loader": "^0.19.1",
|
2018-01-27 20:12:47 +00:00
|
|
|
"svelte": "^1.54.0",
|
2018-01-14 19:22:57 +00:00
|
|
|
"svelte-extras": "^1.6.0",
|
2018-01-06 23:51:25 +00:00
|
|
|
"svelte-loader": "^2.3.3",
|
2018-01-14 19:22:57 +00:00
|
|
|
"svelte-transitions": "^1.1.1",
|
2018-01-27 20:48:22 +00:00
|
|
|
"svgo": "^1.0.3",
|
2018-02-13 18:12:52 +00:00
|
|
|
"timeago.js": "^3.0.2",
|
2018-01-31 05:17:01 +00:00
|
|
|
"tiny-queue": "^0.2.1",
|
2018-01-06 23:51:25 +00:00
|
|
|
"uglifyjs-webpack-plugin": "^1.1.5",
|
2018-01-08 07:00:15 +00:00
|
|
|
"url-search-params": "^0.10.0",
|
2018-01-14 01:41:15 +00:00
|
|
|
"webpack": "^3.10.0",
|
2018-01-15 01:50:29 +00:00
|
|
|
"webpack-bundle-analyzer": "^2.9.2",
|
2018-01-19 09:32:23 +00:00
|
|
|
"workerize-loader": "^1.0.1",
|
2018-01-14 01:41:15 +00:00
|
|
|
"yargs": "^10.1.1"
|
2018-01-06 23:51:25 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 8"
|
2018-02-09 06:29:29 +00:00
|
|
|
},
|
|
|
|
"standard": {
|
|
|
|
"globals": [
|
|
|
|
"fetch",
|
|
|
|
"IDBKeyRange",
|
|
|
|
"IDBObjectStore",
|
|
|
|
"indexedDB",
|
|
|
|
"requestAnimationFrame",
|
|
|
|
"requestIdleCallback",
|
|
|
|
"location",
|
|
|
|
"localStorage",
|
|
|
|
"URLSearchParams",
|
|
|
|
"IntersectionObserver",
|
2018-02-09 06:31:05 +00:00
|
|
|
"URL",
|
2018-02-11 17:37:13 +00:00
|
|
|
"Event",
|
|
|
|
"history",
|
|
|
|
"performance",
|
2018-02-09 06:31:05 +00:00
|
|
|
"self",
|
|
|
|
"caches",
|
|
|
|
"__routes__",
|
|
|
|
"__shell__",
|
|
|
|
"__assets__"
|
2018-02-09 06:29:29 +00:00
|
|
|
],
|
|
|
|
"ignore": [
|
|
|
|
"dist",
|
|
|
|
"cypress",
|
|
|
|
"routes/_utils/asyncModules.js"
|
|
|
|
]
|
2018-01-06 23:51:25 +00:00
|
|
|
}
|
|
|
|
}
|