summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..eaf439a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,45 @@
+{
+ "name": "astro-blog-site",
+ "type": "module",
+ "version": "0.0.1",
+ "private": true,
+ "scripts": {
+ "dev": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview",
+ "astro": "astro",
+ "lint": "eslint .",
+ "format": "prettier --write \"**/*.{ts,tsx,astro}\"",
+ "typecheck": "astro check"
+ },
+ "dependencies": {
+ "@astrojs/react": "^4.4.2",
+ "@fontsource-variable/jetbrains-mono": "^5.2.8",
+ "@phosphor-icons/react": "^2.1.10",
+ "@tailwindcss/vite": "^4.2.1",
+ "@types/react": "^19.2.14",
+ "@types/react-dom": "^19.2.3",
+ "astro": "^5.18.1",
+ "class-variance-authority": "^0.7.1",
+ "clsx": "^2.1.1",
+ "radix-ui": "^1.4.3",
+ "react": "^19.2.4",
+ "react-dom": "^19.2.4",
+ "shadcn": "^4.1.0",
+ "tailwind-merge": "^3.5.0",
+ "tailwindcss": "^4.2.1",
+ "tw-animate-css": "^1.4.0"
+ },
+ "devDependencies": {
+ "@eslint/js": "^9.39.4",
+ "eslint": "^9.39.4",
+ "eslint-plugin-react-hooks": "^7.0.1",
+ "eslint-plugin-react-refresh": "^0.5.2",
+ "globals": "^16.5.0",
+ "prettier": "^3.8.1",
+ "prettier-plugin-astro": "^0.14.1",
+ "prettier-plugin-tailwindcss": "^0.7.2",
+ "typescript": "~5.9.3",
+ "typescript-eslint": "^8.57.1"
+ }
+}