setup and test event
Showing
lib/csp/policies/mixpanel.ts
0 → 100644
... | @@ -57,6 +57,7 @@ | ... | @@ -57,6 +57,7 @@ |
"graphql-ws": "^5.11.3", | "graphql-ws": "^5.11.3", | ||
"js-cookie": "^3.0.1", | "js-cookie": "^3.0.1", | ||
"lodash": "^4.0.0", | "lodash": "^4.0.0", | ||
"mixpanel-browser": "^2.47.0", | |||
"monaco-editor": "^0.34.1", | "monaco-editor": "^0.34.1", | ||
"next": "13.3.0", | "next": "13.3.0", | ||
"nextjs-routes": "^1.0.8", | "nextjs-routes": "^1.0.8", | ||
... | @@ -88,6 +89,7 @@ | ... | @@ -88,6 +89,7 @@ |
"@types/dom-to-image": "^2.6.4", | "@types/dom-to-image": "^2.6.4", | ||
"@types/jest": "^29.2.0", | "@types/jest": "^29.2.0", | ||
"@types/js-cookie": "^3.0.2", | "@types/js-cookie": "^3.0.2", | ||
"@types/mixpanel-browser": "^2.38.1", | |||
"@types/node": "18.11.18", | "@types/node": "18.11.18", | ||
"@types/phoenix": "^1.5.4", | "@types/phoenix": "^1.5.4", | ||
"@types/qrcode": "^1.5.0", | "@types/qrcode": "^1.5.0", | ||
... | ... |
Please register or sign in to comment