2017-10-02 00:59:51 +01:00
|
|
|
{
|
|
|
|
"name": "tridactyl",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Vimperator/Pentadactyl successor",
|
2017-11-16 18:12:18 +00:00
|
|
|
"dependencies": {
|
2018-04-21 23:43:12 +01:00
|
|
|
"@types/css": "0.0.31",
|
2018-04-20 22:06:06 +01:00
|
|
|
"@types/nearley": "^2.11.0",
|
2019-04-16 14:44:51 +00:00
|
|
|
"command-line-args": "^5.1.1",
|
2018-05-17 21:38:22 +01:00
|
|
|
"csp-serdes": "github:cmcaine/csp-serdes",
|
2018-09-11 22:24:21 +01:00
|
|
|
"css": "^2.2.4",
|
2019-04-16 14:54:19 +00:00
|
|
|
"fuse.js": "^3.4.4",
|
2017-11-07 15:21:23 +00:00
|
|
|
"mark.js": "^8.11.1",
|
2019-05-27 09:53:42 +00:00
|
|
|
"rss-parser": "^3.7.1",
|
2018-04-20 22:06:06 +01:00
|
|
|
"semver-compare": "^1.0.0"
|
2017-11-16 18:12:18 +00:00
|
|
|
},
|
2017-10-02 00:59:51 +01:00
|
|
|
"devDependencies": {
|
2019-05-14 11:28:41 +00:00
|
|
|
"@types/jest": "^24.0.13",
|
2019-05-15 07:01:40 +00:00
|
|
|
"@types/node": "^12.0.2",
|
2018-09-11 22:24:21 +01:00
|
|
|
"awesome-typescript-loader": "^5.2.1",
|
2018-03-04 14:15:26 +01:00
|
|
|
"cleanslate": "^0.10.1",
|
2019-04-25 06:57:19 +00:00
|
|
|
"copy-webpack-plugin": "^5.0.3",
|
2019-04-25 20:01:23 +02:00
|
|
|
"geckodriver": "^1.16.2",
|
2019-05-06 07:26:22 +00:00
|
|
|
"jest": "^24.8.0",
|
2019-04-17 07:09:11 +00:00
|
|
|
"marked": "^0.6.2",
|
2019-03-03 13:13:01 +00:00
|
|
|
"nearley": "^2.16.0",
|
2019-05-14 07:10:37 +00:00
|
|
|
"prettier": "^1.17.1",
|
2019-04-25 20:01:23 +02:00
|
|
|
"selenium-webdriver": "^4.0.0-alpha.1",
|
2017-10-02 01:47:40 +01:00
|
|
|
"shared-git-hooks": "^1.2.1",
|
2018-09-11 22:24:21 +01:00
|
|
|
"source-map-loader": "^0.2.4",
|
2019-04-16 15:01:32 +00:00
|
|
|
"ts-jest": "^24.0.2",
|
2019-05-27 09:52:52 +00:00
|
|
|
"ts-node": "^8.2.0",
|
2019-04-17 07:07:55 +00:00
|
|
|
"tslint": "^5.16.0",
|
2019-05-23 07:28:25 +00:00
|
|
|
"tslint-etc": "^1.5.3",
|
2019-03-31 15:26:45 +02:00
|
|
|
"tslint-sonarts": "^1.9.0",
|
2019-05-06 21:14:48 +01:00
|
|
|
"typedoc": "git://github.com/TypeStrong/typedoc",
|
2018-11-28 09:02:56 +01:00
|
|
|
"typedoc-default-themes": "git://github.com/tridactyl/typedoc-default-themes.git#fix_weird_member_names_bin",
|
2019-05-06 11:26:34 +00:00
|
|
|
"typescript": "^3.4.5",
|
2018-09-11 22:24:21 +01:00
|
|
|
"uglify-es": "^3.3.9",
|
2019-05-16 06:59:54 +00:00
|
|
|
"uglifyjs-webpack-plugin": "^2.1.3",
|
2019-03-03 13:13:01 +00:00
|
|
|
"web-ext": "^3.0.0",
|
|
|
|
"web-ext-types": "^3.1.0",
|
2019-05-23 07:29:11 +00:00
|
|
|
"webpack": "^4.32.2",
|
2019-05-06 07:25:09 +00:00
|
|
|
"webpack-cli": "^3.3.2"
|
2017-10-02 00:59:51 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-05-14 14:19:20 +10:00
|
|
|
"build": "sh scripts/build.sh",
|
2018-05-19 14:52:20 +01:00
|
|
|
"run": "web-ext run -s build/ -u 'txti.es'",
|
2018-11-26 19:54:34 +00:00
|
|
|
"watch": "echo 'watch is broken, use build instead'; exit 0;",
|
2017-11-09 05:54:10 +00:00
|
|
|
"clean": "rm -rf build generated",
|
2019-04-25 20:01:23 +02:00
|
|
|
"test": "npm run build && rm -rf web-ext-artifacts/* && web-ext build --source-dir ./build --overwrite-dest && mv web-ext-artifacts/*.zip web-ext-artifacts/tridactyl.xpi && jest --silent",
|
2018-05-18 15:35:32 +01:00
|
|
|
"update-buildsystem": "rm -rf src/node_modules; npm run clean",
|
|
|
|
"lint": "bash hooks/pre-commit",
|
|
|
|
"pretty": "bash scripts/pretty"
|
2017-10-02 00:59:51 +01:00
|
|
|
},
|
2017-10-05 01:53:02 +01:00
|
|
|
"jest": {
|
|
|
|
"transform": {
|
2018-09-29 15:29:51 -07:00
|
|
|
"^.+\\.tsx?$": "ts-jest"
|
2017-10-05 01:53:02 +01:00
|
|
|
},
|
|
|
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"ts",
|
|
|
|
"tsx",
|
|
|
|
"js",
|
|
|
|
"jsx",
|
|
|
|
"json"
|
2018-09-29 15:29:51 -07:00
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
|
|
|
"@src/(.*)": "<rootDir>/src/$1"
|
|
|
|
}
|
2017-10-05 01:53:02 +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
|
|
|
}
|