2018-01-06 23:51:25 +00:00
|
|
|
{
|
2018-03-12 03:37:24 +00:00
|
|
|
"name": "pinafore",
|
|
|
|
"description": "Alternative web client for Mastodon",
|
2019-09-17 14:38:48 +01:00
|
|
|
"version": "1.13.1",
|
2018-01-06 23:51:25 +00:00
|
|
|
"scripts": {
|
2018-12-11 15:31:48 +00:00
|
|
|
"lint": "standard && standard --plugin html 'src/routes/**/*.html'",
|
|
|
|
"lint-fix": "standard --fix && standard --fix --plugin html 'src/routes/**/*.html'",
|
2019-03-03 03:02:06 +00:00
|
|
|
"dev": "run-s build-template-html build-assets serve-dev",
|
2018-12-18 06:42:39 +00:00
|
|
|
"serve-dev": "run-p --race build-template-html-watch sapper-dev",
|
2018-12-16 03:21:20 +00:00
|
|
|
"sapper-dev": "cross-env NODE_ENV=development PORT=4002 sapper dev",
|
2019-03-03 03:02:06 +00:00
|
|
|
"before-build": "run-s build-template-html build-assets",
|
2019-01-28 01:44:30 +00:00
|
|
|
"build": "cross-env NODE_ENV=production run-s build-steps",
|
2019-02-24 00:09:48 +00:00
|
|
|
"build-steps": "run-s before-build sapper-export build-now-json",
|
2018-05-26 21:51:41 +01:00
|
|
|
"sapper-build": "sapper build",
|
2019-02-13 07:12:50 +00:00
|
|
|
"start": "node server.js",
|
2018-02-19 01:28:08 +00:00
|
|
|
"build-and-start": "run-s build start",
|
2018-12-18 01:21:29 +00:00
|
|
|
"build-template-html": "node -r esm ./bin/build-template-html.js",
|
|
|
|
"build-template-html-watch": "node -r esm ./bin/build-template-html.js --watch",
|
2019-03-03 03:02:06 +00:00
|
|
|
"build-assets": "node -r esm ./bin/build-assets.js",
|
2018-05-25 04:07:43 +01:00
|
|
|
"run-mastodon": "node -r esm ./bin/run-mastodon.js",
|
2019-01-28 01:44:30 +00:00
|
|
|
"test": "cross-env BROWSER=chrome:headless run-s test-browser",
|
2018-05-26 21:51:41 +01:00
|
|
|
"test-browser": "run-p --race run-mastodon build-and-start test-mastodon",
|
|
|
|
"test-mastodon": "run-s wait-for-mastodon-to-start wait-for-mastodon-data testcafe",
|
2018-05-27 17:27:29 +01:00
|
|
|
"test-browser-suite0": "run-p --race run-mastodon build-and-start test-mastodon-suite0",
|
|
|
|
"test-mastodon-suite0": "run-s wait-for-mastodon-to-start wait-for-mastodon-data testcafe-suite0",
|
|
|
|
"test-browser-suite1": "run-p --race run-mastodon build-and-start test-mastodon-suite1",
|
|
|
|
"test-mastodon-suite1": "run-s wait-for-mastodon-to-start wait-for-mastodon-data testcafe-suite1",
|
|
|
|
"testcafe": "run-s testcafe-suite0 testcafe-suite1",
|
2019-07-09 04:51:30 +01:00
|
|
|
"testcafe-suite0": "cross-env-shell testcafe --hostname localhost --skip-js-errors -q -c 4 $BROWSER tests/spec/0*",
|
|
|
|
"testcafe-suite1": "cross-env-shell testcafe --hostname localhost --skip-js-errors -q $BROWSER tests/spec/1*",
|
2019-05-09 03:58:32 +01:00
|
|
|
"test-unit": "mocha -r esm -r bin/browser-shim.js tests/unit/",
|
2018-03-29 02:22:30 +01:00
|
|
|
"wait-for-mastodon-to-start": "node -r esm bin/wait-for-mastodon-to-start.js",
|
|
|
|
"wait-for-mastodon-data": "node -r esm bin/wait-for-mastodon-data.js",
|
2018-12-09 01:15:01 +00:00
|
|
|
"deploy-prod": "DEPLOY_TYPE=prod ./bin/deploy.sh",
|
|
|
|
"deploy-dev": "DEPLOY_TYPE=dev ./bin/deploy.sh",
|
|
|
|
"deploy-all-travis": "./bin/deploy-all-travis.sh",
|
2018-12-11 15:31:48 +00:00
|
|
|
"backup-mastodon-data": "./bin/backup-mastodon-data.sh",
|
2019-02-24 18:48:49 +00:00
|
|
|
"sapper-export": "cross-env PORT=22939 sapper export",
|
2018-12-11 15:31:48 +00:00
|
|
|
"print-export-info": "node ./bin/print-export-info.js",
|
2019-01-12 18:17:37 +00:00
|
|
|
"export-steps": "run-s before-build sapper-export print-export-info",
|
2019-02-16 03:46:27 +00:00
|
|
|
"export": "cross-env NODE_ENV=production run-s export-steps",
|
2019-02-16 22:30:34 +00:00
|
|
|
"now-build": "run-s export",
|
|
|
|
"build-now-json": "node -r esm ./bin/build-now-json.js"
|
2018-01-06 23:51:25 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-09-21 07:17:52 +01:00
|
|
|
"@babel/core": "^7.6.0",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.6.0",
|
|
|
|
"@babel/preset-env": "^7.6.0",
|
|
|
|
"@babel/runtime": "^7.6.0",
|
2019-05-02 02:31:29 +01:00
|
|
|
"@webcomponents/custom-elements": "^1.2.4",
|
2019-05-27 23:15:47 +01:00
|
|
|
"babel-loader": "^8.0.6",
|
2019-03-09 20:23:46 +00:00
|
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
2019-08-17 18:54:45 +01:00
|
|
|
"blurhash": "^1.1.3",
|
2018-06-03 23:30:37 +01:00
|
|
|
"cheerio": "^1.0.0-rc.2",
|
|
|
|
"child-process-promise": "^2.2.1",
|
2019-08-19 15:49:00 +01:00
|
|
|
"chokidar": "^3.0.2",
|
2019-08-19 07:13:34 +01:00
|
|
|
"circular-dependency-plugin": "^5.2.0",
|
2018-12-18 08:43:51 +00:00
|
|
|
"clean-css": "^4.2.1",
|
2019-03-21 19:51:08 +00:00
|
|
|
"compression": "^1.7.4",
|
2019-09-21 02:53:52 +01:00
|
|
|
"cross-env": "^6.0.0",
|
2019-02-12 05:04:19 +00:00
|
|
|
"css-dedoupe": "^0.1.1",
|
2019-08-19 07:13:34 +01:00
|
|
|
"css-loader": "^3.2.0",
|
2019-05-11 16:13:30 +01:00
|
|
|
"emoji-mart": "^2.11.1",
|
2019-03-06 04:25:24 +00:00
|
|
|
"emoji-regex": "^8.0.0",
|
2018-12-11 15:31:48 +00:00
|
|
|
"encoding": "^0.1.12",
|
2018-06-03 23:30:37 +01:00
|
|
|
"escape-html": "^1.0.3",
|
2019-05-25 16:19:05 +01:00
|
|
|
"esm": "^3.2.25",
|
2018-12-04 14:44:13 +00:00
|
|
|
"events-light": "^1.0.5",
|
2019-05-27 23:15:47 +01:00
|
|
|
"express": "^4.17.1",
|
2018-06-03 23:30:37 +01:00
|
|
|
"file-api": "^0.10.4",
|
2019-02-20 06:24:03 +00:00
|
|
|
"file-drop-element": "0.2.0",
|
2019-08-26 02:33:44 +01:00
|
|
|
"file-loader": "^4.2.0",
|
2019-08-19 15:49:00 +01:00
|
|
|
"form-data": "^2.5.0",
|
2019-05-11 16:13:30 +01:00
|
|
|
"glob": "^7.1.4",
|
2018-08-18 06:26:36 +01:00
|
|
|
"indexeddb-getall-shim": "^1.3.5",
|
2019-05-11 15:46:03 +01:00
|
|
|
"intersection-observer": "^0.7.0",
|
2019-09-21 07:17:52 +01:00
|
|
|
"intl": "^1.2.5",
|
2018-12-06 05:34:30 +00:00
|
|
|
"localstorage-memory": "^1.0.3",
|
2019-08-19 15:49:00 +01:00
|
|
|
"lodash-es": "^4.17.15",
|
2018-06-03 23:30:37 +01:00
|
|
|
"lodash-webpack-plugin": "^0.11.5",
|
|
|
|
"mkdirp": "^0.5.1",
|
2019-05-27 23:15:47 +01:00
|
|
|
"node-fetch": "^2.6.0",
|
2019-05-02 02:31:29 +01:00
|
|
|
"node-sass": "^4.12.0",
|
2018-11-25 05:21:42 +00:00
|
|
|
"npm-run-all": "^4.1.5",
|
2019-04-10 15:55:27 +01:00
|
|
|
"p-any": "^2.1.0",
|
2018-08-16 18:23:26 +01:00
|
|
|
"page-lifecycle": "^0.1.1",
|
2018-06-03 23:30:37 +01:00
|
|
|
"performance-now": "^2.1.0",
|
2019-02-24 07:34:48 +00:00
|
|
|
"pinch-zoom-element": "^1.1.1",
|
2019-05-04 22:16:07 +01:00
|
|
|
"preact": "^10.0.0-beta.1",
|
2019-08-17 22:36:13 +01:00
|
|
|
"promise-worker": "^2.0.1",
|
2019-02-15 03:38:42 +00:00
|
|
|
"prop-types": "^15.7.2",
|
2019-05-02 02:57:41 +01:00
|
|
|
"remount": "^0.11.0",
|
2018-06-03 23:30:37 +01:00
|
|
|
"requestidlecallback": "^0.3.0",
|
2019-08-19 15:49:00 +01:00
|
|
|
"rollup": "^1.19.4",
|
2019-09-21 07:17:52 +01:00
|
|
|
"rollup-plugin-babel": "^4.3.3",
|
2019-04-13 21:46:31 +01:00
|
|
|
"rollup-plugin-replace": "^2.2.0",
|
2019-08-19 15:49:00 +01:00
|
|
|
"rollup-plugin-terser": "^5.1.1",
|
2019-03-24 22:08:34 +00:00
|
|
|
"sapper": "nolanlawson/sapper#for-pinafore-14",
|
2019-05-26 17:37:11 +01:00
|
|
|
"stringz": "^2.0.0",
|
2019-02-15 03:38:42 +00:00
|
|
|
"svelte": "^2.16.1",
|
2018-06-03 23:30:37 +01:00
|
|
|
"svelte-extras": "^2.0.2",
|
2019-05-27 23:15:47 +01:00
|
|
|
"svelte-loader": "^2.13.4",
|
2018-06-03 23:30:37 +01:00
|
|
|
"svelte-transitions": "^1.2.0",
|
2019-08-19 15:49:00 +01:00
|
|
|
"svgo": "^1.3.0",
|
2019-09-08 00:50:41 +01:00
|
|
|
"terser-webpack-plugin": "^2.0.1",
|
2019-08-26 02:33:44 +01:00
|
|
|
"tesseract.js": "^2.0.0-alpha.13",
|
|
|
|
"tesseract.js-core": "^2.0.0-beta.10",
|
2019-02-12 05:04:19 +00:00
|
|
|
"text-encoding": "^0.7.0",
|
2018-06-03 23:30:37 +01:00
|
|
|
"tiny-queue": "^0.2.1",
|
2019-09-14 03:04:29 +01:00
|
|
|
"webpack": "^4.40.2",
|
2019-09-08 01:19:39 +01:00
|
|
|
"webpack-bundle-analyzer": "^3.4.1",
|
|
|
|
"worker-loader": "^2.0.0"
|
2018-01-06 23:51:25 +00:00
|
|
|
},
|
2018-03-29 02:46:46 +01:00
|
|
|
"devDependencies": {
|
2019-05-19 16:07:27 +01:00
|
|
|
"assert": "^2.0.0",
|
2019-07-07 04:52:50 +01:00
|
|
|
"eslint-plugin-html": "^6.0.0",
|
2019-06-22 21:21:12 +01:00
|
|
|
"fake-indexeddb": "^2.1.1",
|
2019-08-19 07:13:40 +01:00
|
|
|
"mocha": "^6.2.0",
|
2019-09-08 00:51:23 +01:00
|
|
|
"now": "^16.2.0",
|
2019-09-14 03:04:36 +01:00
|
|
|
"standard": "^14.2.0",
|
2019-09-08 01:19:39 +01:00
|
|
|
"testcafe": "^1.4.1"
|
2018-03-29 02:46:46 +01:00
|
|
|
},
|
2018-01-06 23:51:25 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">= 8"
|
2018-02-09 06:29:29 +00:00
|
|
|
},
|
|
|
|
"standard": {
|
|
|
|
"globals": [
|
2019-09-08 04:27:47 +01:00
|
|
|
"AbortController",
|
|
|
|
"Blob",
|
|
|
|
"CSS",
|
|
|
|
"DOMParser",
|
|
|
|
"Element",
|
|
|
|
"Element",
|
|
|
|
"Event",
|
|
|
|
"FormData",
|
2018-02-09 06:29:29 +00:00
|
|
|
"IDBKeyRange",
|
|
|
|
"IDBObjectStore",
|
2019-09-08 04:27:47 +01:00
|
|
|
"Image",
|
|
|
|
"ImageData",
|
2018-02-09 06:29:29 +00:00
|
|
|
"IntersectionObserver",
|
2019-09-08 04:27:47 +01:00
|
|
|
"MessageChannel",
|
|
|
|
"NodeList",
|
|
|
|
"NotificationEvent",
|
|
|
|
"OffscreenCanvas",
|
2019-10-07 15:15:05 +01:00
|
|
|
"PointerEvent",
|
2018-02-09 06:31:05 +00:00
|
|
|
"URL",
|
2019-09-08 04:27:47 +01:00
|
|
|
"WebSocket",
|
|
|
|
"__assets__",
|
2018-02-09 06:31:05 +00:00
|
|
|
"__routes__",
|
|
|
|
"__shell__",
|
2018-03-03 01:54:38 +00:00
|
|
|
"atob",
|
|
|
|
"btoa",
|
2019-09-08 04:27:47 +01:00
|
|
|
"caches",
|
2019-05-07 04:29:43 +01:00
|
|
|
"customElements",
|
2019-09-08 04:27:47 +01:00
|
|
|
"fetch",
|
|
|
|
"fixture",
|
|
|
|
"getComputedStyle",
|
|
|
|
"history",
|
|
|
|
"indexedDB",
|
|
|
|
"localStorage",
|
|
|
|
"location",
|
2019-08-04 21:31:51 +01:00
|
|
|
"matchMedia",
|
2019-09-08 04:27:47 +01:00
|
|
|
"performance",
|
2019-08-22 17:09:21 +01:00
|
|
|
"postMessage",
|
2019-09-08 04:27:47 +01:00
|
|
|
"requestAnimationFrame",
|
|
|
|
"requestIdleCallback",
|
|
|
|
"self",
|
|
|
|
"test"
|
2018-02-09 06:29:29 +00:00
|
|
|
]
|
2018-03-06 04:29:49 +00:00
|
|
|
},
|
2018-03-29 02:22:30 +01:00
|
|
|
"esm": {
|
|
|
|
"mode": "auto",
|
2018-03-06 04:51:42 +00:00
|
|
|
"cjs": "vars"
|
2018-03-12 03:37:24 +00:00
|
|
|
},
|
2018-04-14 17:40:58 +01:00
|
|
|
"greenkeeper": {
|
|
|
|
"ignore": [
|
2019-05-02 02:31:21 +01:00
|
|
|
"sapper",
|
|
|
|
"svelte"
|
2018-04-14 17:40:58 +01:00
|
|
|
]
|
2018-06-23 17:51:37 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nolanlawson/pinafore.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Nolan Lawson <nolan@nolanlawson.com>",
|
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/nolanlawson/pinafore/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/nolanlawson/pinafore#readme"
|
2018-01-06 23:51:25 +00:00
|
|
|
}
|