|
| 1 | +{ |
| 2 | + "name": "emeraldjava.github.io", |
| 3 | + "version": "2024.6.6", |
| 4 | + "scripts": { |
| 5 | + "dev": "astro dev", |
| 6 | + "start": "astro dev", |
| 7 | + "build": "astro check && astro build", |
| 8 | + "preview": "astro preview", |
| 9 | + "sync": "astro sync", |
| 10 | + "astro": "astro", |
| 11 | + "format:check": "prettier --check . --plugin=prettier-plugin-astro", |
| 12 | + "format": "prettier --write . --plugin=prettier-plugin-astro", |
| 13 | + "cz": "cz", |
| 14 | + "prepare": "husky install", |
| 15 | + "lint": "eslint ." |
| 16 | + }, |
| 17 | + "dependencies": { |
| 18 | + "@astrojs/check": "^0.5.10", |
| 19 | + "@astrojs/rss": "^4.0.2", |
| 20 | + "@resvg/resvg-js": "^2.6.0", |
| 21 | + "astro": "^4.2.1", |
| 22 | + "cross-env": "^7.0.3", |
| 23 | + "fuse.js": "^7.0.0", |
| 24 | + "github-slugger": "^2.0.0", |
| 25 | + "remark-collapse": "^0.1.2", |
| 26 | + "remark-toc": "^9.0.0", |
| 27 | + "satori": "^0.10.11", |
| 28 | + "tailwindcss": "^3.4.1", |
| 29 | + "typescript": "^5.4.5" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "@astrojs/react": "^3.0.9", |
| 33 | + "@astrojs/sitemap": "^3.0.5", |
| 34 | + "@astrojs/tailwind": "^5.1.0", |
| 35 | + "@divriots/jampack": "^0.23.2", |
| 36 | + "@tailwindcss/typography": "^0.5.10", |
| 37 | + "@types/github-slugger": "^1.3.0", |
| 38 | + "@types/react": "^18.2.48", |
| 39 | + "@typescript-eslint/parser": "^6.19.0", |
| 40 | + "astro-eslint-parser": "^0.16.2", |
| 41 | + "commitizen": "^4.3.0", |
| 42 | + "cz-conventional-changelog": "^3.3.0", |
| 43 | + "eslint": "^8.56.0", |
| 44 | + "eslint-plugin-astro": "^0.31.3", |
| 45 | + "husky": "^8.0.3", |
| 46 | + "lint-staged": "^15.2.0", |
| 47 | + "prettier": "^3.2.4", |
| 48 | + "prettier-plugin-astro": "^0.13.0", |
| 49 | + "prettier-plugin-tailwindcss": "^0.5.11", |
| 50 | + "react": "^18.2.0", |
| 51 | + "react-dom": "^18.2.0" |
| 52 | + }, |
| 53 | + "config": { |
| 54 | + "commitizen": { |
| 55 | + "path": "./node_modules/cz-conventional-changelog" |
| 56 | + } |
| 57 | + }, |
| 58 | + "lint-staged": { |
| 59 | + "*.{js,jsx,ts,tsx,md,mdx,json,astro}": [ |
| 60 | + "prettier --write --plugin=prettier-plugin-astro" |
| 61 | + ] |
| 62 | + } |
| 63 | +} |
0 commit comments