This commit is contained in:
2021-11-04 21:31:44 -05:00
commit 8ad2d0d574
15 changed files with 14346 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "rvvs",
"version": "1.0.0",
"description": "",
"scripts": {
"serve": "parcel serve src/index.html",
"build": "parcel build src/index.html"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@parcel/packager-raw-url": "^2.0.0",
"@parcel/transformer-webmanifest": "^2.0.0",
"parcel": "^2.0.0",
"parcel-reporter-static-files-copy": "^1.3.0"
}
}