mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
20 lines
371 B
JSON
20 lines
371 B
JSON
{
|
|
"name": "@affine/track",
|
|
"type": "module",
|
|
"private": true,
|
|
"version": "0.26.1",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@sentry/react": "^9.47.1",
|
|
"nanoid": "^5.1.6",
|
|
"react-router-dom": "^6.30.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.1",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|