2023-06-10 12:17:23 +05:00
|
|
|
{
|
|
|
|
|
"name": "@notesnook/common",
|
2024-09-23 15:47:09 +05:00
|
|
|
"version": "2.1.3",
|
2023-06-10 12:17:23 +05:00
|
|
|
"description": "A set of common utilities shared across multiple Notesnook clients and services.",
|
2024-11-12 13:09:08 +05:00
|
|
|
"main": "./dist/cjs/index.js",
|
|
|
|
|
"module": "./dist/esm/index.js",
|
|
|
|
|
"types": "./dist/types/index.d.ts",
|
|
|
|
|
"sideEffects": false,
|
2024-09-23 15:11:51 +05:00
|
|
|
"exports": {
|
|
|
|
|
"require": {
|
2024-11-12 13:09:08 +05:00
|
|
|
"types": "./dist/types/index.d.ts",
|
|
|
|
|
"default": "./dist/cjs/index.js"
|
2024-09-23 15:11:51 +05:00
|
|
|
},
|
|
|
|
|
"import": {
|
2024-11-12 13:09:08 +05:00
|
|
|
"types": "./dist/types/index.d.ts",
|
|
|
|
|
"default": "./dist/esm/index.js"
|
2024-09-23 15:11:51 +05:00
|
|
|
}
|
|
|
|
|
},
|
2023-06-10 12:17:23 +05:00
|
|
|
"scripts": {
|
2024-09-23 15:11:51 +05:00
|
|
|
"prepublishOnly": "npm run build",
|
2024-11-12 13:09:08 +05:00
|
|
|
"build": "node ../../scripts/build.mjs",
|
2024-09-23 15:11:51 +05:00
|
|
|
"watch": "npm run build -- --watch"
|
2023-06-10 12:17:23 +05:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/streetwriters/notesnook.git"
|
|
|
|
|
},
|
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/streetwriters/notesnook/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/streetwriters/notesnook#readme",
|
|
|
|
|
"devDependencies": {
|
2024-09-23 15:42:22 +05:00
|
|
|
"@notesnook/core": "file:../core",
|
2025-01-21 09:35:38 +05:00
|
|
|
"@types/react": "18.3.5",
|
|
|
|
|
"react": "18.3.1",
|
|
|
|
|
"vitest": "2.1.8"
|
2023-06-10 12:17:23 +05:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2024-03-18 08:16:45 +05:00
|
|
|
"react": ">=18",
|
|
|
|
|
"timeago.js": "4.0.2"
|
2023-06-10 12:30:31 +05:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-09-23 15:42:22 +05:00
|
|
|
"@notesnook/core": "file:../core",
|
2024-09-23 15:11:51 +05:00
|
|
|
"@readme/data-urls": "^3.0.0",
|
2025-01-21 09:35:38 +05:00
|
|
|
"dayjs": "1.11.13",
|
2024-03-18 08:16:45 +05:00
|
|
|
"pathe": "^1.1.2",
|
|
|
|
|
"timeago.js": "4.0.2"
|
2023-06-10 12:17:23 +05:00
|
|
|
}
|
2025-01-21 09:35:38 +05:00
|
|
|
}
|