From 53c7ce959b5c72002c5444b7d6e5b458331a4275 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 27 Aug 2024 01:05:43 -0700 Subject: Initial commit --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..4591358 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "ffxiv-mdx-react-components", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro check && astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "@astrojs/check": "^0.9.3", + "@astrojs/react": "^3.6.2", + "astro": "^4.14.5", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "typescript": "^5.5.4" + } +} \ No newline at end of file -- cgit v1.2.3