mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
build: update dependencies
This commit is contained in:
parent
b37743adaf
commit
2efb614090
2 changed files with 359 additions and 1460 deletions
1790
package-lock.json
generated
1790
package-lock.json
generated
File diff suppressed because it is too large
Load diff
29
package.json
29
package.json
|
@ -2,20 +2,18 @@
|
|||
"name": "tridactyl",
|
||||
"version": "0.1.0",
|
||||
"description": "Vimperator/Pentadactyl successor",
|
||||
"dependencies": {
|
||||
"@sweet-js/cli": "^3.0.13"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^21.1.1",
|
||||
"@types/jest": "^21.1.2",
|
||||
"awesome-typescript-loader": "^3.2.3",
|
||||
"copy-webpack-plugin": "^4.1.0",
|
||||
"copy-webpack-plugin": "^4.1.1",
|
||||
"jest": "^21.2.1",
|
||||
"shared-git-hooks": "^1.2.1",
|
||||
"source-map-loader": "^0.2.2",
|
||||
"ts-jest": "^21.0.1",
|
||||
"ts-jest": "^21.1.0",
|
||||
"ts-node": "^3.3.0",
|
||||
"typescript": "^2.5.3",
|
||||
"uglify-es": "^3.1.2",
|
||||
"uglify-es": "^3.1.3",
|
||||
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
|
||||
"web-ext-types": "github:michael-zapata/web-ext-types",
|
||||
"webpack": "^3.6.0"
|
||||
|
@ -39,5 +37,20 @@
|
|||
"json"
|
||||
]
|
||||
},
|
||||
"author": "Colin Caine"
|
||||
"author": "Colin Caine",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/cmcaine/tridactyl.git"
|
||||
},
|
||||
"keywords": [
|
||||
"webextension",
|
||||
"webext",
|
||||
"vim",
|
||||
"firefox"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/cmcaine/tridactyl/issues"
|
||||
},
|
||||
"homepage": "https://github.com/cmcaine/tridactyl#readme"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue