mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-30 14:12:00 +03:00
31 lines
642 B
JSON
31 lines
642 B
JSON
{
|
|
"name": "@pathfinder/logger",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "dist/src/index.js",
|
|
"types": "dist/src/index.d.ts",
|
|
"exports": {
|
|
"./src/*": "./dist/src/*.js",
|
|
".": "./dist/src/index.js"
|
|
},
|
|
"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.8.4"
|
|
}
|
|
}
|