-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
72 lines (72 loc) · 2.46 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
{
"name": "hitokoto-developer-docs",
"version": "1.0.0",
"description": "Hitokoto developer docs.",
"main": "index.js",
"repository": "https://source.hitokoto.cn/hitokoto/hitokoto-developer-docs.git",
"author": "a632079 <[email protected]>",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"precommit": "lint-staged",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"postinstall": "husky install"
},
"devDependencies": {
"@algolia/client-search": "^4.19.1",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@types/lodash-es": "^4.17.9",
"@types/markdown-it": "^13.0.1",
"@types/markdown-it-container": "^2.0.6",
"@types/workbox-build": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@unocss/preset-attributify": "^0.56.0",
"@unocss/preset-icons": "^0.56.0",
"@unocss/preset-uno": "^0.56.0",
"@unocss/transformer-compile-class": "^0.56.0",
"@unocss/transformer-directives": "^0.56.0",
"@unocss/transformer-variant-group": "^0.56.0",
"@vite-pwa/vitepress": "^0.2.1",
"@vue/babel-preset-app": "^5.0.8",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vueuse/core": "^10.4.1",
"eslint": "^8.49.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.17.0",
"flexsearch": "^0.7.31",
"husky": "^8.0.3",
"lodash-es": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"unocss": "^0.56.0",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.5",
"vitepress": "1.0.0-rc.24",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-nprogress": "^0.0.4",
"vitepress-plugin-search": "^1.0.4-alpha.20",
"vue": "^3.3.4"
},
"dependencies": {
"sass": "^1.66.1"
}
}