|
2 | 2 | "name": "leetcode-blog",
|
3 | 3 | "description": "Solutions for LeetCode problems - Written by ansidev",
|
4 | 4 | "type": "module",
|
5 |
| - "version": "1.0.1", |
| 5 | + "version": "2.0.0", |
6 | 6 | "license": "MIT",
|
7 | 7 | "scripts": {
|
8 | 8 | "dev": "astro dev",
|
|
15 | 15 | "lint": "eslint --ext .cjs,.mjs,.ts,.astro --ignore-path .gitignore ."
|
16 | 16 | },
|
17 | 17 | "dependencies": {
|
18 |
| - "astro": "^2.0.14", |
19 |
| - "astro-compress": "^1.1.33", |
20 |
| - "astro-purgecss": "^2.0.0" |
| 18 | + "@astrojs/partytown": "^1.0.3", |
| 19 | + "@astrojs/rss": "^2.1.1", |
| 20 | + "@astrojs/sitemap": "^1.1.0", |
| 21 | + "@astrojs/tailwind": "^3.0.1", |
| 22 | + "astro": "^2.0.15", |
| 23 | + "astro-compress": "^1.1.34", |
| 24 | + "astro-purgecss": "^2.0.0", |
| 25 | + "tailwindcss": "^3.2.7" |
21 | 26 | },
|
22 | 27 | "devDependencies": {
|
23 | 28 | "@commitlint/cli": "^17.4.4",
|
24 | 29 | "@commitlint/config-conventional": "^17.4.4",
|
25 |
| - "@types/node": "^18.14.0", |
| 30 | + "@iconify-json/bi": "^1.1.15", |
| 31 | + "@tailwindcss/typography": "^0.5.9", |
| 32 | + "@types/lodash.get": "^4.4.7", |
| 33 | + "@types/lodash.kebabcase": "^4.1.7", |
| 34 | + "@types/node": "^18.14.1", |
26 | 35 | "@typescript-eslint/eslint-plugin": "^5.53.0",
|
27 | 36 | "@typescript-eslint/parser": "^5.53.0",
|
28 | 37 | "commitizen": "^4.3.0",
|
|
31 | 40 | "eslint-plugin-astro": "^0.23.0",
|
32 | 41 | "eslint-plugin-simple-import-sort": "^10.0.0",
|
33 | 42 | "husky": "^8.0.3",
|
| 43 | + "lodash.get": "^4.4.2", |
| 44 | + "lodash.kebabcase": "^4.1.1", |
| 45 | + "sass": "^1.58.3", |
| 46 | + "tailwindcss-themer": "^3.0.1", |
34 | 47 | "typescript": "^4.9.5"
|
35 | 48 | }
|
36 | 49 | }
|
0 commit comments