From f2ff1aeb03400c77396c729d887bb284da963378 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 19 Sep 2023 15:21:51 -0700 Subject: Initial Commit --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..22d782e --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "portfolio", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "astro": "^3.1.1" + } +} -- cgit v1.2.3