diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-27 01:05:43 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-27 01:05:43 -0700 |
| commit | 53c7ce959b5c72002c5444b7d6e5b458331a4275 (patch) | |
| tree | 1226a3694ea2f840bb6c3353a4ee5282efd43bf0 /package.json | |
Initial commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 20 |
1 files changed, 20 insertions, 0 deletions
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 |
