mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-01 17:50:50 +08:00
20 lines
373 B
JSON
20 lines
373 B
JSON
{
|
|
"name": "@affine/track",
|
|
"type": "module",
|
|
"private": true,
|
|
"version": "0.26.3",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@sentry/react": "^10.53.1",
|
|
"nanoid": "^5.1.6",
|
|
"react-router-dom": "^6.30.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.1",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|