From 7eff3fde5720eb23449e2f8c8ea0b8218efe4dde Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 4 Sep 2024 21:16:37 +0000 Subject: Initial Astro project --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..268aeb9 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "proto-planet", + "type": "module", + "version": "0.0.1", + "scripts": { + "format": "prettier --write .", + "dev": "astro dev", + "start": "astro dev", + "build": "astro check && astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "@astrojs/check": "^0.9.3", + "astro": "^4.15.2", + "typescript": "^5.5.4" + }, + "devDependencies": { + "prettier": "^3.3.3", + "prettier-plugin-astro": "^0.14.1" + } +} -- cgit v1.2.3