diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index 20a1ec6..0000000 --- a/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "getchoo-website", - "type": "module", - "version": "0.0.1", - "scripts": { - "dev": "astro dev", - "start": "astro dev", - "build": "astro build", - "preview": "astro preview", - "astro": "astro", - "format": "prettier --write --editorconfig ." - }, - "devDependencies": { - "@astrojs/image": "^0.16.9", - "@astrojs/sitemap": "^1.3.1", - "@astrojs/tailwind": "^3.1.2", - "@astrojs/ts-plugin": "^1.0.6", - "@catppuccin/tailwindcss": "^0.1.1", - "astro": "^2.4.5", - "autoprefixer": "^10.4.14", - "eslint": "^8.40.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-prettier": "^4.2.1", - "execa": "^7.1.1", - "postcss": "^8.4.31", - "prettier": "^2.8.8", - "prettier-plugin-astro": "^0.8.1", - "sass": "^1.62.1", - "sharp": "^0.32.6", - "tailwindcss": "^3.3.2" - }, - "eslintConfig": { - "extends": [ - "eslint:recommended", - "plugin:prettier/recommended" - ], - "env": { - "es6": true, - "node": true - }, - "rules": { - "prettier/prettier": "error" - }, - "parserOptions": { - "sourceType": "module" - }, - "plugins": [ - "prettier" - ] - }, - "postcss": { - "plugins": { - "postcss-import": {}, - "tailwindcss": {}, - "autoprefixer": {} - } - } -} |
