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