Adds stencil test dependencies

pull/169/head
Chris Haynes 2020-08-10 21:28:12 +01:00
rodzic 05f02bb03b
commit b77c7f5a43
3 zmienionych plików z 4599 dodań i 1 usunięć

4593
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -40,6 +40,8 @@
"devDependencies": {
"@stencil/eslint-plugin": "^0.3.1",
"@stencil/sass": "^1.3.2",
"@types/jest": "25.2.3",
"@types/puppeteer": "2.0.1",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"bluebird": "^3.7.2",
@ -57,7 +59,10 @@
"http-proxy": "^1.18.1",
"http-proxy-middleware": "^1.0.4",
"husky": "^4.2.5",
"jest": "26.0.1",
"jest-cli": "26.0.1",
"prettier": "2.0.5",
"puppeteer": "2.1.1",
"recursive-copy": "^2.0.10",
"through2": "^3.0.1",
"workbox-build": "4.3.1"

Wyświetl plik

@ -13,6 +13,6 @@
"jsx": "react",
"jsxFactory": "h"
},
"include": ["src", "types/jsx.d.ts"],
"include": ["src", "test", "types/jsx.d.ts"],
"exclude": ["node_modules", "stencil.config.ts"]
}