mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 23:49:33 +01:00
26 lines
556 B
JSON
26 lines
556 B
JSON
{
|
|
"name": "notes-core",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.4",
|
|
"@babel/plugin-transform-runtime": "^7.7.4",
|
|
"@babel/preset-env": "^7.7.4",
|
|
"@babel/runtime": "^7.7.4",
|
|
"babel-jest": "^24.9.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"jest": "^24.9.0"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"fast-sort": "^2.0.1",
|
|
"fuzzysearch": "^1.0.3",
|
|
"node-fetch": "^2.6.0",
|
|
"qclone": "^1.0.4",
|
|
"transfun": "^1.0.2"
|
|
}
|
|
}
|