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 # 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. 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 ## License
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more information. 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", "name": "anopaper",
"version": "1.0.0", "version": "1.0.0",
"license": "GPL-3.0-or-later", "license": "MIT",
"dependencies": { "dependencies": {
"@heroicons/react": "^2.0.12", "@heroicons/react": "^2.0.12",
"ajv": "^8.11.0", "ajv": "^8.11.0",

View file

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