NPM dependencys updated

This commit is contained in:
Firq 2023-01-23 20:07:06 +01:00
parent 9eebbb8a3f
commit 8600177397
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
3 changed files with 9422 additions and 9421 deletions

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
# build output # build output
dist/ dist/
.output/ .output/
public/
# dependencies # dependencies
node_modules/ node_modules/

18814
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,16 +1,16 @@
{ {
"name": "@example/basics", "name": "@firqfgosite",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
"build": "astro build", "build": "astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^1.9.0" "astro": "^1.9.0"
} }
} }