|
2 | 2 | "name": "leetcode-blog", |
3 | 3 | "description": "Solutions for LeetCode problems - Written by ansidev", |
4 | 4 | "type": "module", |
5 | | - "version": "2.0.1", |
| 5 | + "version": "2.1.0", |
6 | 6 | "license": "MIT", |
7 | 7 | "scripts": { |
| 8 | + "lc:new": "tsx ./src/cmd/leetcode.ts", |
8 | 9 | "dev": "astro dev", |
9 | 10 | "start": "astro dev", |
10 | 11 | "build": "astro build", |
|
19 | 20 | "@astrojs/rss": "^2.1.1", |
20 | 21 | "@astrojs/sitemap": "^1.1.0", |
21 | 22 | "@astrojs/tailwind": "^3.0.1", |
22 | | - "astro": "^2.0.15", |
23 | | - "astro-compress": "^1.1.34", |
| 23 | + "astro": "^2.0.16", |
| 24 | + "astro-compress": "^1.1.35", |
24 | 25 | "astro-purgecss": "^2.0.0", |
25 | 26 | "tailwindcss": "^3.2.7" |
26 | 27 | }, |
|
31 | 32 | "@tailwindcss/typography": "^0.5.9", |
32 | 33 | "@types/lodash.get": "^4.4.7", |
33 | 34 | "@types/lodash.kebabcase": "^4.1.7", |
34 | | - "@types/node": "^18.14.1", |
35 | | - "@typescript-eslint/eslint-plugin": "^5.53.0", |
36 | | - "@typescript-eslint/parser": "^5.53.0", |
| 35 | + "@types/mustache": "^4.2.2", |
| 36 | + "@types/node": "^18.14.2", |
| 37 | + "@typescript-eslint/eslint-plugin": "^5.54.0", |
| 38 | + "@typescript-eslint/parser": "^5.54.0", |
| 39 | + "commander": "^10.0.0", |
37 | 40 | "commitizen": "^4.3.0", |
| 41 | + "dayjs": "^1.11.7", |
38 | 42 | "dotenv": "^16.0.3", |
39 | | - "eslint": "^8.34.0", |
| 43 | + "eslint": "^8.35.0", |
40 | 44 | "eslint-plugin-astro": "^0.23.0", |
41 | 45 | "eslint-plugin-simple-import-sort": "^10.0.0", |
42 | 46 | "husky": "^8.0.3", |
43 | 47 | "lodash.get": "^4.4.2", |
44 | 48 | "lodash.kebabcase": "^4.1.1", |
| 49 | + "mustache": "^4.2.0", |
45 | 50 | "sass": "^1.58.3", |
46 | 51 | "tailwindcss-themer": "^3.0.1", |
| 52 | + "tsx": "^3.12.3", |
47 | 53 | "typescript": "^4.9.5" |
48 | 54 | } |
49 | 55 | } |
0 commit comments