pages/internal/web/package.json
Mya Pitzeruse 02d115f682
feat(session): support session tracking
This change refactors a handful of components to make them reusable
across pageview and session tracking endpoints.

Resolves https://github.com/mjpitz/pages/issues/2
2022-06-08 10:55:21 -05:00

16 lines
254 B
JSON

{
"name": "@mjpitz/pages-web",
"version": "0.0.0",
"private": "true",
"scripts": {
"build": "webpack build"
},
"devDependencies": {
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"ulid": "^2.3.0"
}
}