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": "^3.6.1",
|
|
"immer": "^6.0.2",
|
|
"mark.js": "^8.11.1",
|
|
"mithril": "^2.0.4",
|
|
"rss-parser": "^3.7.5",
|
|
"ramda": "^0.27.0",
|
|
"semver-compare": "^1.0.0",
|
|
"typedoc-default-themes": "^0.7.2",
|
|
"uuid": "^7.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^25.1.4",
|
|
"@types/mithril": "^2.0.2",
|
|
"@types/node": "^13.9.2",
|
|
"@types/selenium-webdriver": "^4.0.9",
|
|
"cleanslate": "^0.10.1",
|
|
"copy-webpack-plugin": "^5.1.1",
|
|
"geckodriver": "^1.19.1",
|
|
"jest": "^25.1.0",
|
|
"marked": "^0.8.1",
|
|
"nearley": "^2.19.1",
|
|
"prettier": "^1.19.1",
|
|
"selenium-webdriver": "^4.0.0-alpha.5",
|
|
"shared-git-hooks": "^1.2.1",
|
|
"source-map-loader": "^0.2.4",
|
|
"ts-jest": "^25.2.1",
|
|
"ts-loader": "^6.2.1",
|
|
"ts-node": "^8.6.2",
|
|
"tsconfig-paths-webpack-plugin": "^3.2.0",
|
|
"tslint": "^5.20.1",
|
|
"tslint-etc": "^1.10.1",
|
|
"tslint-sonarts": "^1.9.0",
|
|
"typedoc": "^0.16.11",
|
|
"typescript": "^3.7.5",
|
|
"uglify-es": "^3.3.9",
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
"web-ext": "^4.1.0",
|
|
"web-ext-types": "^3.2.1",
|
|
"webpack": "^4.42.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"
|
|
}
|