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
dist/
.output/
public/
# dependencies
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",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^1.9.0"
}
"name": "@firqfgosite",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^1.9.0"
}
}