Compare commits

..

No commits in common. "a3351d5475d211a2f8d289ea3cbaea1576de4173" and "337f7beb6fa674bb334b29dbadffed379d8fa25b" have entirely different histories.

3 changed files with 2 additions and 7 deletions

View file

@ -1,6 +1,4 @@
# AnoPaper - Notes service
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fartegoser%2FAnoPaper.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fartegoser%2FAnoPaper?ref=badge_shield)
AnoPaper is a notes service that allows you to save notes locally, complete notes using OpenAI API, collaborate on notes with other users and more. The notes supports markdown, MathJax, and GFM syntax.
@ -39,6 +37,3 @@ Contributions are welcome! If you would like to contribute to this project, plea
## License
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more information.
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fartegoser%2FAnoPaper.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fartegoser%2FAnoPaper?ref=badge_large)

2
package-lock.json generated
View file

@ -7,7 +7,7 @@
"": {
"name": "anopaper",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"license": "MIT",
"dependencies": {
"@heroicons/react": "^2.0.12",
"ajv": "^8.11.0",

View file

@ -3,7 +3,7 @@
"private": true,
"version": "1.0.0",
"author": "anopaper",
"license": "GPL-3.0-or-later",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir",