|
1 | 1 | { |
2 | | - "name": "@example/basics", |
| 2 | + "name": "milan-codes.github.io", |
3 | 3 | "type": "module", |
4 | | - "version": "0.0.1", |
| 4 | + "version": "1.0.0", |
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
7 | 7 | "dev": "astro dev", |
8 | 8 | "start": "astro dev", |
9 | 9 | "build": "astro build", |
10 | 10 | "preview": "astro preview", |
11 | | - "astro": "astro" |
| 11 | + "astro": "astro", |
| 12 | + "lint": "eslint .", |
| 13 | + "prepare": "husky" |
12 | 14 | }, |
13 | 15 | "dependencies": { |
14 | | - "@astrojs/partytown": "^1.2.3", |
15 | | - "@astrojs/tailwind": "^3.0.1", |
16 | | - "astro": "^3.0.10", |
| 16 | + "@astrojs/partytown": "^2.1.2", |
| 17 | + "@astrojs/tailwind": "^5.1.2", |
| 18 | + "astro": "^4.16.8", |
17 | 19 | "mdast-util-to-string": "^4.0.0", |
18 | 20 | "reading-time": "^1.5.0", |
19 | | - "tailwindcss": "^3.0.24" |
| 21 | + "tailwindcss": "^3.4.14" |
20 | 22 | }, |
21 | 23 | "devDependencies": { |
22 | | - "@tailwindcss/typography": "^0.5.9", |
23 | | - "rehype-katex": "^6.0.3", |
24 | | - "rehype-mathjax": "^4.0.2", |
25 | | - "remark-math": "^5.1.1" |
| 24 | + "@commitlint/cli": "^19.5.0", |
| 25 | + "@commitlint/config-conventional": "^19.5.0", |
| 26 | + "@eslint/js": "^9.13.0", |
| 27 | + "@tailwindcss/typography": "^0.5.15", |
| 28 | + "@typescript-eslint/parser": "^8.12.2", |
| 29 | + "astro-eslint-parser": "^1.0.3", |
| 30 | + "eslint": "^9.13.0", |
| 31 | + "eslint-plugin-astro": "^1.3.0", |
| 32 | + "husky": "^9.1.6", |
| 33 | + "prettier": "^3.3.3", |
| 34 | + "prettier-plugin-astro": "^0.14.1", |
| 35 | + "rehype-katex": "^7.0.1", |
| 36 | + "rehype-mathjax": "^6.0.0", |
| 37 | + "remark-math": "^6.0.0", |
| 38 | + "typescript-eslint": "^8.12.2" |
26 | 39 | } |
27 | 40 | } |
0 commit comments