generated from ZbWeR/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 967 Bytes
/
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
{
"type": "module",
"devDependencies": {
"@types/node": "^20.8.8",
"autoprefixer": "^10.4.15",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.3.3",
"typescript": "^5.6.2",
"vitepress": "^1.3.2"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"format": "prettier --write .",
"time": "node ./scripts/time.js",
"prepare": "husky"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
},
"dependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@remixicon/vue": "^4.2.0",
"dayjs": "^1.11.9",
"gray-matter": "^4.0.3",
"markdown-it-mathjax3": "^4.3.2",
"medium-zoom": "^1.1.0",
"vue": "^3.5.6",
"vue3-lottie": "^3.3.1"
}
}