Upload files to "/"

This commit is contained in:
2023-12-20 21:51:08 +00:00
parent b368630a55
commit 2da6ecd558
5 changed files with 417 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "autocart",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@material/web": "^1.1.1",
"tslib": "^2.6.2"
}
}