Initial Commit

This commit is contained in:
2024-06-13 00:00:00 -04:00
commit b5e421761f
762 changed files with 41771 additions and 0 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "prepros-project",
"version": "1.0.0",
"description": "This is a dummy package.json file created by Prepros to manage packages with NPM. You can edit this file to add your own information.",
"dependencies": {
"prismjs": "^1.29.0"
}
}