summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 2125609..0000000
--- a/package.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "getchoos-website",
- "type": "module",
- "version": "0.0.1",
- "private": true,
- "repository": "https://github.com/getchoo/website.git",
- "author": "getchoo",
- "license": "MIT",
- "scripts": {
- "dev": "astro dev",
- "build": "astro build",
- "check": "astro check",
- "preview": "astro preview",
- "lint": "tsc && biome lint *",
- "format": "biome format --write .",
- "ci": "pnpm run check && tsc && biome ci *"
- },
- "devDependencies": {
- "@astrojs/check": "^0.7.0",
- "@astrojs/sitemap": "^3.1.4",
- "@biomejs/biome": "1.7.3",
- "@fontsource-variable/noto-sans": "^5.0.5",
- "@fontsource/noto-sans-mono": "^5.0.20",
- "@types/node": "^20.12.12",
- "astro": "^4.8.6",
- "fsevents": "^2.3.3",
- "lightningcss": "^1.25.0",
- "sharp": "^0.33.4",
- "typescript": "^5.4.5"
- },
- "packageManager": "[email protected]+sha256.fc4a49bd609550a41e14d20efbce802a4b892aa4cac877322de2f0924f122991"
-}