mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-17 19:22:17 +03:00
13 lines
237 B
JSON
13 lines
237 B
JSON
{
|
|
"name": "@affine/cmdk",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.tsx",
|
|
"module": "./src/index.tsx",
|
|
"devDependencies": {
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"version": "0.10.0-canary.2"
|
|
}
|