mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
22 lines
447 B
JSON
22 lines
447 B
JSON
{
|
|
"name": "@affine/track",
|
|
"type": "module",
|
|
"private": true,
|
|
"version": "0.20.0",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"sideEffects": "false",
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@sentry/react": "^9.2.0",
|
|
"mixpanel-browser": "^2.56.0",
|
|
"react-router-dom": "6.30.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mixpanel-browser": "^2.50.2",
|
|
"@types/react": "^19.0.1",
|
|
"vitest": "3.0.8"
|
|
}
|
|
}
|