2017-10-02 00:59:51 +01:00
|
|
|
{
|
|
|
|
"name": "tridactyl",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Vimperator/Pentadactyl successor",
|
2021-04-10 22:43:00 +02:00
|
|
|
"browser": {
|
|
|
|
"url": false,
|
|
|
|
"fs": false,
|
|
|
|
"https": false,
|
|
|
|
"http": false,
|
|
|
|
"path": false,
|
|
|
|
"timers": false,
|
|
|
|
"stream": "stream-browserify"
|
|
|
|
},
|
2017-11-16 18:12:18 +00:00
|
|
|
"dependencies": {
|
2023-12-15 22:57:49 +00:00
|
|
|
"@mozilla/readability": "^0.5.0",
|
2023-04-05 21:08:55 +02:00
|
|
|
"cleanslate": "^0.10.1",
|
2023-11-19 13:09:36 +01:00
|
|
|
"compute-scroll-into-view": "^3.0.0",
|
2018-05-17 21:38:22 +01:00
|
|
|
"csp-serdes": "github:cmcaine/csp-serdes",
|
2020-07-02 06:30:58 +00:00
|
|
|
"css": "^3.0.0",
|
2022-12-14 00:39:42 +00:00
|
|
|
"editor-adapter": "^0.0.5",
|
2023-12-11 22:59:34 +00:00
|
|
|
"esbuild": "^0.19.9",
|
2024-01-29 11:33:24 +00:00
|
|
|
"fuse.js": "^7.0.0",
|
2021-05-05 17:40:58 +02:00
|
|
|
"nearley": "^2.20.1",
|
2023-10-30 22:16:27 +00:00
|
|
|
"ramda": "^0.29.1",
|
2019-11-26 14:22:34 +00:00
|
|
|
"semver-compare": "^1.0.0",
|
2021-01-01 16:10:03 +01:00
|
|
|
"stream-browserify": "^3.0.0",
|
2022-12-07 21:55:16 +08:00
|
|
|
"tridactyl-arg": "git+https://github.com/GHolk/arg.git#v5.1.0",
|
2020-12-09 17:36:06 +01:00
|
|
|
"tsdef": "^0.0.14",
|
2021-05-05 17:40:58 +02:00
|
|
|
"typedoc": "^0.19.2",
|
2023-04-05 21:08:55 +02:00
|
|
|
"typedoc-default-themes": "^0.12.10",
|
|
|
|
"xss": "^1.0.14"
|
2017-11-16 18:12:18 +00:00
|
|
|
},
|
2017-10-02 00:59:51 +01:00
|
|
|
"devDependencies": {
|
2023-11-21 22:13:27 +00:00
|
|
|
"@types/css": "0.0.37",
|
2023-03-30 22:58:29 +00:00
|
|
|
"@types/firefox-webext-browser": "^111.0.1",
|
2022-05-03 15:02:10 +00:00
|
|
|
"@types/jest": "^27.5.0",
|
2023-11-13 22:37:25 +00:00
|
|
|
"@types/nearley": "^2.11.5",
|
2023-01-13 22:28:12 +00:00
|
|
|
"@types/selenium-webdriver": "^4.1.10",
|
2021-10-04 22:04:25 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
2024-01-27 10:02:06 +00:00
|
|
|
"@typescript-eslint/eslint-plugin-tslint": "^6.19.1",
|
2021-10-07 07:56:59 +00:00
|
|
|
"@typescript-eslint/parser": "^4.33.0",
|
2022-02-24 22:03:42 +00:00
|
|
|
"command-line-args": "^5.2.1",
|
2021-07-30 22:52:06 +00:00
|
|
|
"eslint": "^7.32.0",
|
2023-12-15 22:57:58 +00:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2023-10-30 22:18:20 +00:00
|
|
|
"eslint-plugin-import": "^2.29.0",
|
2023-11-10 22:58:48 +00:00
|
|
|
"eslint-plugin-jsdoc": "^46.9.0",
|
2021-01-26 01:38:22 +00:00
|
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
2023-11-13 10:16:37 +00:00
|
|
|
"eslint-plugin-sonarjs": "^0.23.0",
|
2023-10-30 22:16:01 +00:00
|
|
|
"geckodriver": "^4.2.1",
|
2021-05-05 17:40:58 +02:00
|
|
|
"jasmine-fail-fast": "^2.0.1",
|
2020-05-09 11:31:18 +00:00
|
|
|
"jest": "^25.5.4",
|
2023-03-03 23:08:42 +00:00
|
|
|
"jest-webextension-mock": "^3.8.9",
|
2024-01-01 22:54:08 +00:00
|
|
|
"marked": "^11.1.1",
|
2023-11-13 22:38:47 +00:00
|
|
|
"prettier": "^3.1.0",
|
2022-12-14 22:03:12 +00:00
|
|
|
"selenium-webdriver": "^4.7.1",
|
2020-05-09 09:14:12 +00:00
|
|
|
"ts-jest": "^25.5.1",
|
2019-11-06 05:31:22 +00:00
|
|
|
"tslint": "^5.20.1",
|
2021-05-19 09:02:32 +00:00
|
|
|
"tslint-etc": "^1.13.10",
|
2020-06-15 20:28:15 +02:00
|
|
|
"tslint-sonarts": "^1.9.0",
|
2021-06-16 22:58:28 +00:00
|
|
|
"typescript": "^3.9.10",
|
2024-01-29 12:34:27 +01:00
|
|
|
"web-ext": "^7.10.0"
|
2017-10-02 00:59:51 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-05-14 14:19:20 +10:00
|
|
|
"build": "sh scripts/build.sh",
|
2021-04-09 13:08:47 +02:00
|
|
|
"rebuild": "sh scripts/build.sh --quick",
|
2017-11-09 05:54:10 +00:00
|
|
|
"clean": "rm -rf build generated",
|
2020-05-27 18:53:19 +02:00
|
|
|
"forrest-run": "yarn run run",
|
2020-06-17 15:25:01 +01:00
|
|
|
"jest": "jest --bail --runInBand",
|
2018-05-18 15:35:32 +01:00
|
|
|
"lint": "bash hooks/pre-commit",
|
2020-05-27 18:53:19 +02:00
|
|
|
"make-zip": "web-ext build --source-dir build --overwrite-dest",
|
|
|
|
"pretty": "bash scripts/pretty.sh",
|
2023-11-19 14:20:39 +01:00
|
|
|
"run": "web-ext run -s build/ -u '0.0g.gg'",
|
2020-05-29 06:46:58 +02:00
|
|
|
"test": "yarn run build && web-ext build --source-dir ./build --overwrite-dest && jest --silent",
|
2019-05-31 16:48:53 +01:00
|
|
|
"update-buildsystem": "rm -rf src/node_modules; yarn run clean",
|
2020-11-26 00:18:29 +01:00
|
|
|
"watch": "echo 'watch is broken, use build instead'; exit 0;",
|
|
|
|
"install": "git config core.hookspath hooks/"
|
2017-10-02 00:59:51 +01:00
|
|
|
},
|
2017-10-06 00:06:50 +01:00
|
|
|
"author": "Colin Caine",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-01-31 07:16:43 +01:00
|
|
|
"url": "git+ssh://git@github.com/tridactyl/tridactyl.git"
|
2017-10-06 00:06:50 +01:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"webextension",
|
|
|
|
"webext",
|
|
|
|
"vim",
|
|
|
|
"firefox"
|
|
|
|
],
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"bugs": {
|
2019-01-31 07:16:43 +01:00
|
|
|
"url": "https://github.com/tridactyl/tridactyl/issues"
|
2017-10-06 00:06:50 +01:00
|
|
|
},
|
2019-01-31 07:16:43 +01:00
|
|
|
"homepage": "https://github.com/tridactyl/tridactyl#readme"
|
2017-10-02 00:59:51 +01:00
|
|
|
}
|