Files
notesnook/packages/common/package.json

38 lines
889 B
JSON
Raw Permalink Normal View History

2023-06-10 12:17:23 +05:00
{
"name": "@notesnook/common",
2024-07-20 10:34:28 +05:00
"version": "2.0.7",
2023-06-10 12:17:23 +05:00
"description": "A set of common utilities shared across multiple Notesnook clients and services.",
"main": "dist/index.js",
"scripts": {
"pub": "tsc && np",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetwriters/notesnook.git"
},
"keywords": [
"logger"
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/streetwriters/notesnook/issues"
},
"homepage": "https://github.com/streetwriters/notesnook#readme",
"devDependencies": {
2024-06-05 10:28:28 +05:00
"@notesnook/core": "^8.0.0",
"@types/react": "^18.2.39",
2023-11-30 15:02:37 +05:00
"react": "18.2.0",
"vitest": "^1.4.0"
2023-06-10 12:17:23 +05:00
},
"peerDependencies": {
"react": ">=18",
"timeago.js": "4.0.2"
2023-06-10 12:30:31 +05:00
},
"dependencies": {
2024-06-05 10:28:28 +05:00
"@notesnook/core": "^8.0.0",
"pathe": "^1.1.2",
"timeago.js": "4.0.2"
2023-06-10 12:17:23 +05:00
}
}