-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
87 lines (87 loc) · 2.71 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "ansidev-blog",
"version": "2.0.0",
"author": "Le Minh Tri <ansidev@gmail.com>",
"private": true,
"type": "module",
"packageManager": "pnpm@9.14.4",
"scripts": {
"dev": "vite",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore src",
"lint:fix": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"gen:feed": "tsx ./src/cli/genFeed.ts",
"build": "cross-env NODE_ENV=production vite-ssg build && pnpm run gen:feed",
"prepare": "husky"
},
"dependencies": {
"@vueuse/core": "^12.0.0",
"counter-analytics-vue": "^1.0.0",
"github-slugger": "^2.0.0",
"medium-zoom": "^1.1.0",
"nanoid": "^5.0.7",
"nprogress": "^0.2.0",
"swetrix-vue": "^2.0.1",
"vue": "^3.3.7",
"vue-gtag": "^2.0.1",
"vue-i18n": "^10.0.0",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@iconify/vue": "^4.1.2",
"@mdit-vue/plugin-headers": "^2.1.2",
"@rollup/pluginutils": "^5.1.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/markdown-it": "^14.0.0",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/node": "^22.0.0",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@unhead/vue": "^1.9.10",
"@vitejs/plugin-vue": "^5.0.4",
"@yankeeinlondon/link-builder": "^1.2.1",
"@yankeeinlondon/meta-builder": "^1.4.0",
"autoprefixer": "^10.4.19",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"feed": "^4.2.2",
"fp-ts": "^2.16.5",
"gray-matter": "^4.0.3",
"happy-dom": "^15.11.6",
"husky": "^9.1.7",
"inferred-types": "^0.52.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.8.1",
"markdown-it-toc-done-right": "^4.2.0",
"postcss": "^8.4.38",
"postcss-nested": "^7.0.0",
"prettier": "^3.2.5",
"rollup": "^4.17.2",
"sass": "^1.77.0",
"shiki": "^1.5.1",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"tsx": "^4.9.3",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.18.0",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-markdown": "^0.27.0",
"vite": "^6.0.0",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-pwa": "^0.21.0",
"vite-plugin-vue-devtools": "^7.1.3",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-ssg": "^0.24.0",
"vite-ssg-sitemap": "^0.8.1"
}
}