Mya Pitzeruse
02d115f682
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
16 lines
254 B
JSON
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"
|
|
}
|
|
}
|