mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 07:06:28 +08:00
23 lines
438 B
JSON
23 lines
438 B
JSON
{
|
|
"name": "@affine/routes",
|
|
"version": "0.26.3",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "r build.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-tools/cli": "workspace:*",
|
|
"@affine-tools/utils": "workspace:*",
|
|
"path-to-regexp": "^8.3.0",
|
|
"vitest": "^4.0.18"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.2.1",
|
|
"react-router-dom": "^7.12.0"
|
|
}
|
|
}
|