mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
{
|
|
"name": "tridactyl",
|
|
"version": "0.1.0",
|
|
"description": "Vimperator/Pentadactyl successor",
|
|
"dependencies": {
|
|
"@types/css": "0.0.31",
|
|
"@types/nearley": "^2.11.1",
|
|
"command-line-args": "^5.1.1",
|
|
"csp-serdes": "github:cmcaine/csp-serdes",
|
|
"css": "^2.2.4",
|
|
"flyd": "^0.2.8",
|
|
"fuse.js": "^6.0.0",
|
|
"immer": "^6.0.9",
|
|
"mark.js": "^8.11.1",
|
|
"mithril": "^2.0.4",
|
|
"ramda": "^0.27.0",
|
|
"rss-parser": "^3.8.0",
|
|
"semver-compare": "^1.0.0",
|
|
"typedoc-default-themes": "^0.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^25.2.3",
|
|
"@types/mithril": "^2.0.3",
|
|
"@types/node": "^14.0.6",
|
|
"@types/selenium-webdriver": "^4.0.9",
|
|
"cleanslate": "^0.10.1",
|
|
"copy-webpack-plugin": "^6.0.1",
|
|
"geckodriver": "^1.19.1",
|
|
"jest": "^25.5.4",
|
|
"jest-webextension-mock": "^3.6.0",
|
|
"marked": "^1.1.0",
|
|
"nearley": "^2.19.3",
|
|
"prettier": "^2.0.5",
|
|
"selenium-webdriver": "^4.0.0-alpha.7",
|
|
"shared-git-hooks": "^1.2.1",
|
|
"source-map-loader": "^1.0.0",
|
|
"ts-jest": "^25.5.1",
|
|
"ts-loader": "^7.0.5",
|
|
"ts-node": "^8.10.2",
|
|
"tsconfig-paths-webpack-plugin": "^3.2.0",
|
|
"tslint": "^5.20.1",
|
|
"tslint-etc": "^1.10.1",
|
|
"tslint-sonarts": "^1.9.0",
|
|
"typedoc": "^0.17.7",
|
|
"typescript": "^3.9.3",
|
|
"uglify-es": "^3.3.9",
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
"web-ext": "^4.2.0",
|
|
"web-ext-types": "^3.2.1",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.11"
|
|
},
|
|
"scripts": {
|
|
"build": "sh scripts/build.sh",
|
|
"run": "web-ext run -s build/ -u 'txti.es'",
|
|
"forrest-run": "yarn run run",
|
|
"watch": "echo 'watch is broken, use build instead'; exit 0;",
|
|
"clean": "rm -rf build generated",
|
|
"test": "yarn 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",
|
|
"update-buildsystem": "rm -rf src/node_modules; yarn run clean",
|
|
"lint": "bash hooks/pre-commit",
|
|
"pretty": "bash scripts/pretty.sh"
|
|
},
|
|
"author": "Colin Caine",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/tridactyl/tridactyl.git"
|
|
},
|
|
"keywords": [
|
|
"webextension",
|
|
"webext",
|
|
"vim",
|
|
"firefox"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/tridactyl/tridactyl/issues"
|
|
},
|
|
"homepage": "https://github.com/tridactyl/tridactyl#readme"
|
|
}
|