2019-11-27 18:03:22 +05:00
|
|
|
{
|
2022-08-29 23:30:48 +05:00
|
|
|
"name": "@notesnook/core",
|
2023-08-01 09:33:28 +05:00
|
|
|
"version": "7.4.1",
|
2020-11-02 09:50:27 +05:00
|
|
|
"main": "./api/index.js",
|
2022-09-26 15:30:16 +05:00
|
|
|
"license": "GPL-3.0-or-later",
|
2022-07-15 09:30:01 +05:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/streetwriters/notesnook-core.git"
|
|
|
|
|
},
|
2019-11-28 15:19:08 +05:00
|
|
|
"devDependencies": {
|
2022-07-20 07:19:19 +05:00
|
|
|
"@babel/core": "^7.18.9",
|
|
|
|
|
"@babel/plugin-transform-runtime": "^7.18.9",
|
|
|
|
|
"@babel/preset-env": "^7.18.9",
|
|
|
|
|
"@babel/runtime": "^7.18.9",
|
2023-07-06 09:09:10 +05:00
|
|
|
"@notesnook/crypto": "file:../crypto",
|
2023-04-17 18:09:29 +05:00
|
|
|
"@types/html-to-text": "^9.0.0",
|
2022-07-20 07:19:19 +05:00
|
|
|
"@types/jest": "^28.1.6",
|
2023-03-09 16:45:32 +05:00
|
|
|
"@types/katex": "^0.16.1",
|
|
|
|
|
"@types/prismjs": "^1.26.0",
|
2022-07-20 07:19:19 +05:00
|
|
|
"@types/showdown": "^2.0.0",
|
2021-12-27 19:13:54 +00:00
|
|
|
"abortcontroller-polyfill": "^1.7.3",
|
2020-04-12 11:04:30 +05:00
|
|
|
"analyze-es6-modules": "^0.6.2",
|
2022-07-20 07:19:19 +05:00
|
|
|
"babel-jest": "^28.1.3",
|
2020-04-12 11:04:30 +05:00
|
|
|
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
|
2019-11-28 15:19:08 +05:00
|
|
|
"babel-polyfill": "^6.26.0",
|
|
|
|
|
"babel-preset-env": "^1.7.0",
|
2022-07-20 07:19:19 +05:00
|
|
|
"dotenv": "^16.0.1",
|
2022-08-31 20:03:58 +05:00
|
|
|
"env-cmd": "^10.1.0",
|
2022-07-20 07:19:19 +05:00
|
|
|
"eventsource": "^2.0.2",
|
|
|
|
|
"jest": "^28.1.3",
|
2021-04-28 10:35:32 +05:00
|
|
|
"jest-fetch-mock": "^3.0.3",
|
2022-12-26 13:14:17 +05:00
|
|
|
"jsdom": "^20.0.0",
|
2023-01-06 12:55:59 +05:00
|
|
|
"mockdate": "^3.0.5",
|
|
|
|
|
"otplib": "^12.0.1"
|
2019-11-28 15:19:08 +05:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2022-08-31 20:03:58 +05:00
|
|
|
"test:e2e": "env-cmd -e e2e jest --forceExit",
|
2021-12-21 11:31:31 +05:00
|
|
|
"test": "jest --forceExit"
|
2019-11-29 21:28:31 +05:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2022-07-20 07:19:19 +05:00
|
|
|
"@microsoft/signalr": "^6.0.7",
|
|
|
|
|
"@microsoft/signalr-protocol-msgpack": "^6.0.7",
|
2023-07-06 09:09:10 +05:00
|
|
|
"@notesnook/logger": "file:../logger",
|
2023-02-09 13:15:34 +05:00
|
|
|
"@streetwriters/showdown": "^3.0.1-alpha.2",
|
2021-10-26 23:06:52 +05:00
|
|
|
"async-mutex": "^0.3.2",
|
2022-07-20 07:19:19 +05:00
|
|
|
"dayjs": "^1.11.3",
|
|
|
|
|
"entities": "^4.3.1",
|
2023-04-17 18:09:29 +05:00
|
|
|
"html-to-text": "^9.0.5",
|
2022-11-23 14:58:34 +05:00
|
|
|
"htmlparser2": "^8.0.1",
|
2023-03-09 16:45:32 +05:00
|
|
|
"katex": "^0.16.8",
|
2022-10-13 19:22:32 +05:00
|
|
|
"linkedom": "^0.14.17",
|
2021-12-27 19:13:54 +00:00
|
|
|
"liqe": "^1.13.0",
|
2023-04-17 18:09:29 +05:00
|
|
|
"mime-db": "1.52.0",
|
2023-03-09 16:45:32 +05:00
|
|
|
"prismjs": "^1.29.0",
|
2022-10-19 12:10:31 +05:00
|
|
|
"qclone": "^1.2.0",
|
2023-04-17 18:09:29 +05:00
|
|
|
"spark-md5": "^3.0.2"
|
2022-07-15 14:48:44 +05:00
|
|
|
},
|
2022-11-23 14:58:34 +05:00
|
|
|
"overrides": {
|
|
|
|
|
"htmlparser2": "^8.0.1"
|
|
|
|
|
},
|
2022-07-15 14:48:44 +05:00
|
|
|
"np": {
|
2022-07-15 15:56:15 +05:00
|
|
|
"releaseDraft": false,
|
|
|
|
|
"message": "chore: bump version to %s"
|
2019-11-28 15:19:08 +05:00
|
|
|
}
|
2020-10-03 11:59:20 +05:00
|
|
|
}
|