* feat: (wip) authorize note access
* fix: remove multiEditorEnabled
* refactor: update SNJS + eslint
* refactor: remove privileges in favor of SNJS protections
* fix: do not close editor when editing an archived note
* chore: remove progress indicator for webpack dev server
* fix: add rel="noreferrer" to bugsnag links
* chore(deps): upgrade snjs
* chore(deps): upgrade snjs
* feat: batch manager protection + react challenge modal + eslint fix
* fix: lint errors
* fix: launch state error
* fix: challenge modal: cancel instead of dismiss when pressing escape
* feat: improve focus styles
* fix: cancel session revoking when pressing escape on confirm dialog
* fix: lint warning
* chore(deps): upgrade minor versions
* feat: make SNWebCrypto a constant
* feat: add random identifier to bugsnag reports
* fix: check onKeyUp instead of onKeyDown
* feat: implement SNJS backup file password retrieval
* chore(deps): upgrade snjs
* feat: display warning banner when using the app with no account
* fix: properly color svg button
* fix: wording
* fix: hide account warning after login + improve key storage wording
* chore(deps): upgrade stylekit
* feat: use stylekit fonts for the editor
* chore(deps): bump nokogiri from 1.10.8 to 1.11.1 (#511)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.11.1.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.8...v1.11.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
* chore(deps): bump ini from 1.3.5 to 1.3.8 (#504)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
* fix: rename master branch to main
* fix: add missing placeholders for submodules (#516)
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
* chore(deps): upgrade snjs, babel, typescript, reach, mobx, preact
* feat: clear protection session
* fix: use correct close icon size
* fix: hide protections paragraph when no account or passcode exist
* chore(deps): remove unused dependencies
* fix: button casing
* feat: implement SNApplication.hasProtectionSources
* chore(version): 3.6.0
* feat: enable sessions management for every build
* feat: make "Protected" flag more subtle
* fix: only match protected note title
* fix: remove inconsistencies between protected note label and date
* feat: show warning when protecting a note with no protection source
* feat: make unprotecting a note a protected action
* chore(deps): upgrade snjs
* chore(version): 3.6.0-beta01
* fix: run docker with root to fix crashing on Linux (undoes 62da387d3a) (#525)
* feat: make encrypted backups protected (#524)
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: proletarius101 <54175165+proletarius101@users.noreply.github.com>
Co-authored-by: Darius JJ Chuck <79410894+standarius@users.noreply.github.com>
Co-authored-by: Antonella Sgarlatta <antonella@standardnotes.org>
76 lines
2.6 KiB
JSON
76 lines
2.6 KiB
JSON
{
|
|
"name": "standard-notes-web",
|
|
"version": "3.6.0-beta01",
|
|
"license": "AGPL-3.0-or-later",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/standardnotes/web"
|
|
},
|
|
"scripts": {
|
|
"setup": "yarn submodules && yarn install",
|
|
"start": "webpack-dev-server --config webpack.dev.js",
|
|
"watch": "webpack -w --config webpack.dev.js",
|
|
"watch:desktop": "webpack -w --config webpack.dev.js --env.platform='desktop'",
|
|
"bundle": "webpack --config webpack.prod.js && yarn tsc",
|
|
"bundle:desktop": "webpack --config webpack.prod.js --env.platform='desktop'",
|
|
"bundle:desktop:beta": "webpack --config webpack.prod.js --env.platform='desktop' --env.public_beta='true'",
|
|
"build": "bundle install && yarn install --pure-lockfile && bundle exec rails assets:precompile && yarn bundle",
|
|
"submodules": "git submodule update --init --force",
|
|
"lint": "eslint --fix app/assets/javascripts",
|
|
"tsc": "tsc --project app/assets/javascripts/tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/plugin-transform-react-jsx": "^7.12.16",
|
|
"@babel/preset-env": "^7.12.16",
|
|
"@babel/preset-typescript": "^7.12.16",
|
|
"@svgr/webpack": "^5.5.0",
|
|
"@types/angular": "^1.8.0",
|
|
"@types/lodash": "^4.14.168",
|
|
"@types/pug": "^2.0.4",
|
|
"@types/react": "^17.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.14.0",
|
|
"@typescript-eslint/parser": "^4.14.0",
|
|
"angular": "^1.8.2",
|
|
"apply-loader": "^2.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-angularjs-annotate": "^0.10.0",
|
|
"connect": "^3.7.0",
|
|
"css-loader": "^3.4.2",
|
|
"dotenv": "^8.2.0",
|
|
"eslint": "^7.18.0",
|
|
"eslint-config-prettier": "^7.2.0",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"file-loader": "^5.1.0",
|
|
"html-webpack-plugin": "^4.3.0",
|
|
"lodash": "^4.17.20",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"ng-cache-loader": "0.0.26",
|
|
"node-sass": "^4.14.1",
|
|
"pug": "^2.0.4",
|
|
"pug-loader": "^2.4.0",
|
|
"sass-loader": "^8.0.2",
|
|
"serve-static": "^1.14.1",
|
|
"sn-stylekit": "^2.2.0",
|
|
"ts-loader": "^8.0.17",
|
|
"typescript": "^4.1.5",
|
|
"typescript-eslint": "0.0.1-alpha.0",
|
|
"webpack": "^4.44.1",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-merge": "^4.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@bugsnag/js": "^7.6.0",
|
|
"@reach/alert": "^0.13.0",
|
|
"@reach/alert-dialog": "^0.13.0",
|
|
"@reach/dialog": "^0.13.0",
|
|
"@standardnotes/sncrypto-web": "^1.2.10",
|
|
"@standardnotes/snjs": "^2.0.61",
|
|
"mobx": "^6.1.6",
|
|
"preact": "^10.5.12"
|
|
}
|
|
}
|