-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
72 lines (72 loc) · 2.22 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": "liubing.me",
"type": "module",
"description": "A project of vuepress-theme-hope",
"license": "MIT",
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "pnpm dlx vp-update",
"docs:report": "vuepress build src -- --report",
"compress-svg": "npx ts-node compress-svg.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@ant-design/colors": "7.1.0",
"@lottiefiles/dotlottie-web": "^0.34.0",
"@splinetool/runtime": "0.9.369",
"@vueuse/core": "10.9.0",
"aplayer": "^1.10.1",
"client-zip": "^2.4.6",
"colord": "^2.9.3",
"js-yaml": "4.1.0",
"lodash-es": "^4.17.21",
"naive-ui": "^2.40.4"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@iconify/json": "^2.2.287",
"@jsquash/avif": "^1.3.0",
"@jsquash/jpeg": "^1.4.0",
"@jsquash/png": "^3.0.1",
"@jsquash/resize": "^2.1.0",
"@jsquash/webp": "^1.4.0",
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "14.0.1",
"@types/node": "20.12.7",
"@unocss/eslint-config": "^0.64.1",
"@unocss/eslint-plugin": "^0.64.1",
"@unocss/preset-attributify": "^0.64.1",
"@unocss/preset-rem-to-px": "^0.64.1",
"@unocss/preset-uno": "^0.64.1",
"@unocss/transformer-directives": "^0.64.1",
"@unocss/transformer-variant-group": "^0.64.1",
"@unocss/vite": "^0.64.1",
"@vue/tsconfig": "^0.5.1",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-container": "2.0.0-rc.28",
"@vuepress/plugin-google-analytics": "2.0.0-rc.66",
"@vuepress/plugin-pwa": "2.0.0-rc.66",
"@vuepress/plugin-redirect": "2.0.0-rc.66",
"@vuepress/plugin-slimsearch": "2.0.0-rc.67",
"eslint": "^9.17.0",
"git-cz": "4.9.0",
"sass-embedded": "^1.83.0",
"svgo": "^3.3.2",
"typescript": "^5.7.2",
"unocss": "^0.64.1",
"unplugin-vue-components": "^0.27.5",
"vite-bundle-analyzer": "^0.13.1",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.66"
},
"config": {
"commitizen": {
"path": "./node_modules/git-cz"
}
}
}