-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
64 lines (64 loc) · 2.13 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
{
"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": "xilu",
"license": "MIT",
"private": true,
"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.14.2",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@types/lodash-es": "^4.17.6",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-container": "^2.0.5",
"@types/workbox-build": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@vite-pwa/vitepress": "^0.0.5",
"@vue/babel-preset-app": "^5.0.8",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vueuse/core": "^9.7.0",
"eslint": "^8.30.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.8.0",
"flexsearch": "^0.7.31",
"husky": "^8.0.2",
"lodash-es": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"prettier": "^2.8.1",
"typescript": "^4.9.4",
"vite": "^4.0.1",
"vite-plugin-pwa": "^0.14.0",
"vitepress": "1.0.0-alpha.75",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-nprogress": "^0.0.4",
"vitepress-plugin-search": "^1.0.4-alpha.17",
"vue": "^3.2.45"
},
"dependencies": {
"sass": "^1.57.0"
}
}