-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "jason-personal-website",
"homepage": "https://zhangzhuang15.github.io",
"private": true,
"version": "0.4.0",
"type": "module",
"scripts": {
"docs:init": "vitepress init",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"dependencies": {
"@algolia/client-search": "^4.9.1",
"@giscus/vue": "^2.3.0",
"ky": "^0.33.3",
"markdown-it-container": "^4.0.0",
"search-insights": "^1.0.0",
"vue": "^3.2.47",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@vicons/fluent": "^0.12.0",
"@vitejs/plugin-vue": "^4.1.0",
"eslint": "^8.14.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-vue": "^9.19.2",
"gh-pages": "^5.0.0",
"naive-ui": "^2.34.4",
"prettier": "^2.6.2",
"sass": "^1.64.2",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vitepress": "^1.0.0",
"vue-tsc": "^1.4.2"
}
}