-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.97 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "note",
"type": "module",
"version": "1.0.0",
"description": "木林子的笔记-记住自己的点滴",
"productName": "vite",
"engines": {
"node": "^20.9.0 || >=21.1.0",
"pnpm": ">= 9.1.4"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"preinstall": "npx only-allow pnpm",
"inspectEslintConfig": "npx @eslint/config-inspector",
"inspectBuildMode": "npx serve ./build/.cache/inspect/client"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@giscus/vue": "^3.1.1",
"@lottiefiles/dotlottie-vue": "^0.5.4",
"@vueuse/core": "^12.4.0",
"@vueuse/integrations": "^12.4.0",
"alova": "^3.2.8",
"artplayer": "^5.2.1",
"d3-geo": "^3.1.1",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"gsap": "^3.12.7",
"hamburgers": "^1.2.1",
"lodash-es": "^4.17.21",
"naive-ui": "^2.41.0",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"three": "^0.172.0",
"three.interactive": "^1.8.0",
"universal-cookie": "^7.2.2",
"vue-echarts": "^7.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@css-render/vue3-ssr": "^0.15.14",
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/line-md": "^1.2.5",
"@iconify-json/material-symbols": "^1.2.12",
"@stylistic/stylelint-config": "^2.0.0",
"@tailwindcss/vite": "4.0.0-beta.9",
"@tsconfig/node-lts": "^22.0.1",
"@types/d3-geo": "^3.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.7",
"@types/three": "^0.172.0",
"@vite-pwa/vitepress": "^0.5.3",
"@vue/tsconfig": "^0.7.0",
"browserslist": "^4.24.4",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-perfectionist": "^4.6.0",
"eslint-plugin-prettier": "^5.2.2",
"markdown-it-anchor": "^9.2.0",
"node-html-parser": "^7.0.1",
"only-allow": "^1.2.1",
"postcss-html": "^1.8.0",
"postcss-markdown": "^1.3.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"rollup-plugin-visualizer": "^5.14.0",
"serve": "^14.2.4",
"stylelint": "^16.13.2",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-use-nesting": "^6.0.0",
"tailwindcss": "4.0.0-beta.9",
"typescript": "^5.7.3",
"unplugin-auto-import": "^19.0.0",
"unplugin-icons": "^22.0.0",
"unplugin-vue-components": "^28.0.0",
"uuid": "^11.0.5",
"vite-plugin-alias-import-checker": "^0.1.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-env-parse": "^1.0.15",
"vite-plugin-font": "^4.0.0",
"vite-plugin-inspect": "^0.8.9",
"vitepress": "^1.6.3",
"vitepress-sidebar": "^1.30.2",
"workbox-window": "^7.3.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-dom"
]
}
}
}