mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 04:31:46 +02:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "notes-core",
|
|
"version": "7.0.0",
|
|
"private": true,
|
|
"main": "./api/index.js",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.4",
|
|
"@babel/plugin-transform-runtime": "^7.7.4",
|
|
"@babel/preset-env": "^7.7.4",
|
|
"@babel/runtime": "^7.7.4",
|
|
"@notesnook/crypto": "^1.0.0",
|
|
"@types/jest": "^25.2.1",
|
|
"abortcontroller-polyfill": "^1.7.3",
|
|
"analyze-es6-modules": "^0.6.2",
|
|
"babel-jest": "^24.9.0",
|
|
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"dotenv": "^10.0.0",
|
|
"eslint": "^8.12.0",
|
|
"eslint-plugin-jest": "^26.1.3",
|
|
"eventsource": "^2.0.0",
|
|
"jest": "^24.9.0",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"jsdom": "^16.5.3"
|
|
},
|
|
"scripts": {
|
|
"test": "jest --forceExit"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/signalr": "^6.0.3",
|
|
"@microsoft/signalr-protocol-msgpack": "^6.0.3",
|
|
"async-mutex": "^0.3.2",
|
|
"base64-arraybuffer": "^1.0.1",
|
|
"dayjs": "^1.10.6",
|
|
"entities": "^3.0.1",
|
|
"fflate": "^0.7.1",
|
|
"linkedom": "^0.14.7",
|
|
"liqe": "^1.13.0",
|
|
"qclone": "^1.0.4",
|
|
"showdown": "github:thecodrr/showdown",
|
|
"spark-md5": "^3.0.1"
|
|
}
|
|
}
|