mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
25 lines
496 B
JSON
25 lines
496 B
JSON
{
|
|
"name": "@affine/logger",
|
|
"version": "0.3.0",
|
|
"description": "",
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "tsc --project ./tsconfig.json"
|
|
},
|
|
"keywords": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/toeverything/AFFiNE.git"
|
|
},
|
|
"dependencies": {
|
|
"next": "^12.3.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.21",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|