aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json
index 2306396..4fee0e8 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"type-checks": "tsc --noEmit",
"test": "karma start",
- "test:e2e": "mocha --timeout 10000 --retries 5 e2e"
+ "test:e2e": "mocha --timeout 10000 --retries 10 --require ts-node/register --extension ts e2e"
},
"repository": {
"type": "git",
@@ -21,13 +21,17 @@
},
"homepage": "https://github.com/ueokande/vim-vixen",
"devDependencies": {
+ "@types/assert": "^1.4.3",
"@types/chai": "^4.2.0",
+ "@types/express": "^4.17.1",
"@types/mocha": "^5.2.7",
+ "@types/node": "^12.7.5",
"@types/prop-types": "^15.7.1",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.2",
"@types/redux-promise": "^0.5.28",
+ "@types/selenium-webdriver": "^4.0.2",
"@types/sinon": "^7.0.13",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
@@ -35,6 +39,7 @@
"css-loader": "^3.2.0",
"eslint": "^6.2.2",
"eslint-plugin-react": "^7.14.3",
+ "express": "^4.17.1",
"html-webpack-plugin": "^3.2.0",
"jsonwebtoken": "^8.5.1",
"jszip": "^3.2.2",
@@ -46,7 +51,7 @@
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
- "lanthan": "git+https://github.com/ueokande/lanthan.git#master",
+ "lanthan": "0.0.2",
"mocha": "^6.2.0",
"node-sass": "^4.12.0",
"react": "^16.9.0",
@@ -62,6 +67,7 @@
"sinon-chrome": "^3.0.1",
"style-loader": "^1.0.0",
"ts-loader": "^6.0.4",
+ "ts-node": "^8.4.1",
"tsyringe": "^3.3.0",
"typescript": "^3.6.2",
"web-ext-types": "^3.2.1",