first commit

This commit is contained in:
2025-07-13 15:53:40 +02:00
commit c367533b3e
8 changed files with 477 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "scratchapixel",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"vite": "^3.1.8"
}
}