Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/Savy011/savy011.github.io. my work website
Something went wrong. Try again.
savy011.github.io package.json
695 B · 28 lines
JSON
at main
1234567891011121314151617181920212223242526272829{ "name": "harmansahota.com", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "lint": "eslint", "lint:fix": "eslint --fix" }, "dependencies": { "@fontsource-variable/archivo-narrow": "^5.2.6", "@tailwindcss/vite": "^4.1.12", "astro": "^5.13.3", "phosphor-astro": "^2.1.0", "tailwindcss": "^4.1.12" }, "devDependencies": { "@antfu/eslint-config": "^5.2.1", "astro-eslint-parser": "^1.2.2", "eslint": "^9.33.0", "eslint-plugin-astro": "^1.3.1", "eslint-plugin-format": "^1.0.1", "prettier-plugin-astro": "^0.14.1" }}