-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.25 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
{
"name": "blog",
"version": "1.0.0",
"description": "biodasturchi's blog",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"docs:deploy": "sh deploy.sh"
},
"keywords": [
"vitepress",
"blog"
],
"author": "mirjr <[email protected]>",
"license": "MIT",
"devDependencies": {
"@arco-design/web-vue": "^2.45.3",
"@types/blueimp-md5": "^2.18.0",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@typescript-eslint/types": "^5.18.0",
"@vue/compiler-sfc": "^3.2.33",
"blueimp-md5": "^2.19.0",
"flexsearch": "^0.7.31",
"fs-extra": "^10.0.1",
"globby": "^11.1.0",
"gray-matter": "^4.0.3",
"typescript": "^4.8.3",
"vitepress": "^1.0.0-alpha.75",
"vitepress-plugin-search": "^1.0.4-alpha.17",
"vue": "^3.2.39"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"gitalk": "^1.8.0",
"jquery": "^3.6.4"
}
}