diff --git a/packages/cra-template-pwa-typescript/template.json b/packages/cra-template-pwa-typescript/template.json index 376aac4..cf270b4 100644 --- a/packages/cra-template-pwa-typescript/template.json +++ b/packages/cra-template-pwa-typescript/template.json @@ -1,6 +1,10 @@ { "package": { "dependencies": { + "@types/react": "^16.9.49", + "@types/react-dom": "^16.9.8", + "typescript": "^4.0.2", + "web-vitals": "^0.2.4", "workbox-background-sync": "^5.1.3", "workbox-broadcast-update": "^5.1.3", "workbox-cacheable-response": "^5.1.3", diff --git a/packages/cra-template-pwa/template.json b/packages/cra-template-pwa/template.json index 376aac4..97d6777 100644 --- a/packages/cra-template-pwa/template.json +++ b/packages/cra-template-pwa/template.json @@ -1,6 +1,7 @@ { "package": { "dependencies": { + "web-vitals": "^0.2.4", "workbox-background-sync": "^5.1.3", "workbox-broadcast-update": "^5.1.3", "workbox-cacheable-response": "^5.1.3",