pinafore/package.json

111 lines
3.2 KiB
JSON
Raw Normal View History

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