diff options
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 |
