Update package.json

This commit is contained in:
Justin Edmund 2022-01-14 20:38:16 -08:00
parent 70a8768906
commit 59096faec9
2 changed files with 11037 additions and 952 deletions

11986
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -38,7 +38,7 @@
},
"scripts": {
"dev": "parcel ./src/index.html",
"start": "node index.js",
"start": "PORT=1234 /opt/homebrew/bin/node index.js",
"prestart": "parcel build ./src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
@ -46,6 +46,7 @@
"jsx": "react"
},
"devDependencies": {
"@types/node": "^16.11.12",
"node-sass-package-importer": "^5.3.2"
}
}