Add package-lock json that is necessary for vite build

This commit is contained in:
RcleydsonR 2023-01-24 22:31:39 -03:00
parent e10e8f89fc
commit f67fade5ee
2 changed files with 19569 additions and 1 deletions

19568
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "p2pix-front-end",
"version": "0.0.0",
"version": "0.1.0",
"scripts": {
"start": "vite --host=0.0.0.0 --port 3000",
"build": "run-p type-check build-only",