blockcore-notes/package.json
SondreB 0d969586c0
Add new note editor
- Add a new note editor that has dedicated routing.
- Remove the popup note editor.
- Upgrade to latest nostr-tools.
-
2023-02-20 20:26:23 +01:00

70 lines
2.1 KiB
JSON

{
"name": "@blockcore/notes",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"hot": "ng serve --hmr",
"static": "ng serve --no-live-reload",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"version": "node -p \"require('./package.json').version\"",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"private": true,
"dependencies": {
"@angular-material-components/datetime-picker": "^9.0.0",
"@angular/animations": "15.1.4",
"@angular/cdk": "15.1.4",
"@angular/common": "15.1.4",
"@angular/compiler": "15.1.4",
"@angular/core": "15.1.4",
"@angular/forms": "15.1.4",
"@angular/material": "15.1.4",
"@angular/platform-browser": "15.1.4",
"@angular/platform-browser-dynamic": "15.1.4",
"@angular/router": "15.1.4",
"@angular/service-worker": "15.1.4",
"@ctrl/ngx-emoji-mart": "^7.1.0",
"@fontsource/material-icons": "^4.5.4",
"@ng-matero/extensions": "^15.1.0",
"@noble/secp256k1": "1.7.1",
"@scure/base": "^1.1.1",
"@twogate/ngx-photo-gallery": "^1.4.0",
"@types/sharedworker": "^0.0.91",
"dexie": "^3.2.3",
"idb": "^7.1.1",
"joi": "^17.7.1",
"moment": "^2.29.4",
"ngx-colors": "^3.4.0",
"ngx-loading-buttons": "^15.0.1",
"nostr-tools": "1.5.0",
"qrcode": "^1.5.1",
"qs": "^6.11.0",
"rxjs": "~7.8.0",
"sanitize-html": "^2.9.0",
"tslib": "^2.5.0",
"uuid": "^9.0.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.1.5",
"@angular/cli": "15.1.5",
"@angular/compiler-cli": "15.1.4",
"@blockcore/tsconfig": "0.0.1",
"@types/jasmine": "~4.3.1",
"@types/qrcode": "^1.5.0",
"@types/qs": "^6.9.7",
"@types/sanitize-html": "^2.8.0",
"@types/uuid": "^9.0.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "4.8.2"
}
}